Flash in html (movie not loaded error)

Associate
Joined
18 Oct 2002
Posts
158
Location
Manchester, UK
Hey guys,

Im building a template in php for my joomla set up and im trying to get a flash file to sit in the header. Ive created the layout aspect in CSS and thats fine, the div sits where I want it to on the page. used the publish tool in flash to get the right code to use which gave me ....

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="300" height="175" id="header_anim" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="header_anim.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="flash/header_anim.swf" quality="high" bgcolor="#ffffff" width="300" height="175" name="header_anim" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

however, whenever I view the page the swf doesnt play, right clicking on it gives me a "movie not loaded" error :confused:

edit - Click me to see what I mean!

Cheers!
 
Back
Top Bottom