binding Macromedia Flash with HTML page

liunx

Guest
hi everybody<br />
<br />
i have a Flash movie, and i want to know how to embed it into my HTML page?<br />
<br />
<br />
:)<!--content-->also i'd like to put a link to downlaod a PDF file from my HTML page...<br />
<br />
how can i do it?<br />
<br />
<br />
:D<!--content--><a href=http://www.webdeveloper.com/forum/archive/index.php/"somefile.pdf" type="application/pdf">A PDF File</a><br />
<br />
As for Flash you need to use the <object> element.<!--content-->The lovely people at A List Apart have put together a tutorial on embedding Flash properly:<br />
<br />
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/flashsatay/">http://www.alistapart.com/articles/flashsatay/</a><!-- m --><br />
<br />
Adam<!--content-->thank you Robert<br />
thank you Adam<br />
<br />
that answered my questions :) :) :)<!--content-->
 
Back
Top