Flash Movie Will Not Load
Posted: Sun Aug 21, 2005 1:47 pm
Hello,
Im trying to add a flash movie to my website, however I cannot get the flash movie to load, the script that loads it is below...
The rpamenu.swf file is in the same folder as this script.
When I go to the page it is just white and when I right click it, it says flash movie not loaded in faded letters, and then under it, it says About Macromedia Flash.
The script that plays the flash movie is in a frame which works.
I cannot figure out what is wrong.
Any help would be great.
Thanks In Advance.
Im trying to add a flash movie to my website, however I cannot get the flash movie to load, the script that loads it is below...
Code: Select all
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="400" height="300" id="movie" align="">
<param name="movie" value="rpamenu.swf">
<embed src="rpamenu.swf" quality="high" width="400"
height="300" name="movie" align=""
type="application/x-shockwave-flash"
plug inspage="http://www.macromedia.com/go/getflashplayer">
</object>When I go to the page it is just white and when I right click it, it says flash movie not loaded in faded letters, and then under it, it says About Macromedia Flash.
The script that plays the flash movie is in a frame which works.
I cannot figure out what is wrong.
Any help would be great.
Thanks In Advance.