Click here to Skip to main content
15,891,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using Flash object in asp.net and embed a source .swf file with it.

It's working fine in internet explorer but it didn't working in properly in mozilla firefox. Please give me the reference or any code through which I correct it.
XML
<OBJECT id="Object2"codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
                            height="250" width="938" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" VIEWASTEXT>
<PARAM NAME="_cx" VALUE="7620"><PARAM NAME="_cy" VALUE="7223"><PARAM NAME="FlashVars" VALUE="7620">
<PARAM NAME="Movie" VALUE="./flash/ftalbum.swf"><PARAM NAME="Src" VALUE="./flash/ftalbum.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=&quot;always"><PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<embed src="./flash/ftalbum.swf" quality="high" width="288" height="273" name="ftalbum.swf"                  type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</OBJECT>


Thanks in advance.
Posted
Updated 3-Jun-11 20:58pm
v3
Comments
thatraja 4-Jun-11 1:01am    
Any error? check in firefox error console, if you find any then include that in your question.
singh7pankaj 4-Jun-11 1:12am    
Its not showing error.Its Looking to short
thatraja 4-Jun-11 1:20am    
Probably need to take a look at your code, so include that in your question.
singh7pankaj 4-Jun-11 1:36am    
Now the question is correct and code is given check it out.
thatraja 7-Jun-11 5:28am    
/*Its Looking to short*/
What do you mean? width or height?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900