Flash Movie Will Not Load

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Flash Movie Will Not Load

Post by nickman013 »

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...

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>
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.
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

Solved it, I just got the HTML code from Flash MX instead and it worked perfect but the scripts looked similar.

Thanks Anyway!
Post Reply