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
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 :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.