Hi all,
I'm using the following to impliment a flash animation into one of my sites:
And have checked the following:
But the movie will not run either in preview, or online.
Can anyone offer any advice (other than don't use Flash!).
Cheers
Simon
I'm using the following to impliment a flash animation into one of my sites:
Code:
<center>
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="movie_title"
width="560" height="234"
>
<param name="movie" value="movie_title.swf">
<param name="bgcolor" value="#bbbbbb">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="movie_title"
width="560" height="234"
src="movie_title.swf"
bgcolor="#FFFFFF"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</center>
- Its in my site folder
- It's been FTP'd to 'acatalog'
- It definately works
But the movie will not run either in preview, or online.
Can anyone offer any advice (other than don't use Flash!).
Cheers
Simon
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="596" height="260">
Comment