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? Link to comment https://forums.phpfreaks.com/topic/43377-adding-flash-swf-to-a-page/ 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 Link to comment https://forums.phpfreaks.com/topic/43377-adding-flash-swf-to-a-page/#findComment-210989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.