Type: | Images and Specials |
---|---|
Attributes: |
The object element is used to embed an Adobe Flash file into a document. It's used in exactly the same way as HTML
The object element was added in release 1.1.51
To embed a flash movie into a PDF
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashdemo" width="500" height="100"> <param name="movie" value="http://yoururl.com/swf/flashfile.swf" /> </object>