Pallavi_online wrote:
> I have developed a web page using flash. It works fine with IE, but in Firefox
> it cant. Why ?
>
> <object classid="clsid:D27CDB70-AE6D-11CF-96B8-444553540000" width="14"
> height="14">
> <PARAM NAME="_cx" VALUE="3889">
> <PARAM NAME="_cy" VALUE="3254">
> <PARAM NAME="FlashVars" VALUE="">
> <PARAM NAME="Movie" VALUE="movie.swf">
> <PARAM NAME="Src" VALUE="movie.swf">
> <PARAM NAME="WMode" VALUE="Window">
> <PARAM NAME="Play" VALUE="-1">
> <PARAM NAME="Loop" VALUE="-1">
> <PARAM NAME="Quality" VALUE="High">
> <PARAM NAME="SAlign" VALUE="">
> <PARAM NAME="Menu" VALUE="-1">
> <PARAM NAME="Base" VALUE="">
> <PARAM NAME="AllowScriptAccess" VALUE="always">
> <PARAM NAME="Scale" VALUE="ShowAll">
> <PARAM NAME="DeviceFont" VALUE="0">
> <PARAM NAME="EmbedMovie" VALUE="0">
> <PARAM NAME="BGColor" VALUE="">
> <PARAM NAME="SWRemote" VALUE="">
> <PARAM NAME="MovieData" VALUE="">
> <PARAM NAME="SeamlessTabbing" VALUE="1">
> <embed src="../Flash/Movie2.swf" quality="high"
> pluginspage="
http://www.macromedia.com/go/getflashplayer" > type="application/x-shockwave-flash" width="500" height="200"></embed>
> </object>
Possibly a pathing issue. FireFox gets it's instructions from teh EMBED
tag.. So the only things I see there are either case-sensitivity (try
Try using the FULL path as the SRC in the embed. If FireFox shows you