Click here to Skip to main content
15,908,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a flash code that is attatched to a html.Its working in IE but not in Firefox.Please help me for that.Code is given below
HTML
<OBJECT id="Object2" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
													height="90" width="728" 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/jss.swf">
													<param name="Src" value="./flash/jss.swf">
													<param name="WMode" value="transparent">
													<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="">
													<embed src="./flash/jss.swf" quality="high" width="288" height="273" name="jss.swf" type="application/x-shockwave-flash" WMode="transparent"
														pluginspage="http://www.macromedia.com/go/getflashplayer">
												</OBJECT></param></param></param></param></param></param></param></param></param></param></param></param></param></param></param></param></param></param>


and the website name is www.jssindia.com
Thanks in advance
Posted
Updated 23-Sep-11 19:42pm
v3
Comments
Mehdi Gholam 24-Sep-11 1:49am    
Have you installed the flash player for firefox?
Ed Nutting 24-Sep-11 6:09am    
Simple solution: DON'T USE FLASH! By using flash you limit yourself to only flash enabled browsers/devices, so basically half your potential customer base is wiped out and if you're looking for a mobile version, well you've immediately stopped any Apple user from using your site and many other devices. My advice, USE JAVASCRIPT! With the ever better jQuery library you can produce Javascript UI that is just as good as much of the Flash stuff on the internet, probably even better in a lot of cases as there is no compatibility issue and it reduces the amount of stuff the user actually has to download :)

1 solution

I had the same problem ,remove the movie from your document and add it again!It worked for me.
 
Share this answer
 

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