Jump to content

Adding flash (SWF) to a page


Yesideez

Recommended Posts

I'm using the following code:

<object width="468" height="60">
<param name="movie" value="/images/banners/bday_banner.swf">
<embed src="/images/banners/bday_banner.swf" width="468" height="60">
</embed>
</object>

I got this from the W3 Schools website and they say it's the bare minimum to display flash on a page. What other tags are needed? I understand I should be adding classid tags or somethng like that?

Link to comment
https://forums.phpfreaks.com/topic/43377-adding-flash-swf-to-a-page/
Share on other sites

Well if you have your own player:

    <embed src="flvplayer.swf" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=movie.flv&showdigits=true&autostart=true&bufferlength=10" height="370" width="450">

 

Pretty  Simple realy.

Look at the source of video sites :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.