Flash and swish to embed in an InfoPath form

B

Brett

I wanted to embed a swf or fla into my custom task pane however it will not show up when I run the form. I have added them to my resource files and if I just open the html task pane it shows up and runs fine. It just will not show up when it is part of the form. I would also like to know how I would embed either of them directly into the form

Any help you may have is appreciated.

Thank you,
Brett
 
B

Brian Teutsch [MSFT]

You might be able to get them as part of the task pane within an InfoPath
form, but not as part of the view itself. This was tested for PDF.

<html>
<body>
<OBJECT CLASSID="clsid:CA8A9780-280D-11CF-A24D-444553540000" WIDTH=450
HEIGHT=450> <PARAM NAME="SRC" VALUE="myPDF.pdf"> </OBJECT>
</body>
</html>

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top