Yesideez Posted March 19, 2007 Share Posted March 19, 2007 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? Quote Link to comment Share on other sites More sharing options...
DeathStar Posted March 20, 2007 Share Posted March 20, 2007 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.