View Full Version : Disaster Strikes!!! Help Needed!!!
masskontroll
October 8th, 2007, 06:34 AM
I got a Flash website that works fine in Safari, Firefox and Netscape, but simply WON'T SHOW in Explorer! The loadbar keeps loading, and nothing appears. What can I do to fix this????
masskontroll
October 8th, 2007, 09:09 AM
This seems a major bug, or is it a matter of plugin upgrade? Need the info pretty badly, any help much appreciated!
RubenFlash
October 8th, 2007, 10:48 AM
You need to provide more information. For examply, how are you embeding your swf? The main problem with browser compatibility and Flash is how you implement it in Html (or php, or asp, or...)
masskontroll
October 8th, 2007, 10:55 AM
It's embedded in an html file, but it works great in any other browser, I never had this problem before. Here's the html code:
<BODY bgcolor="white" link="gray" alink="#a9a9a9" vlink="#696969" background="naam.gif" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" >
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%" valign="middle" align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100">
<tr>
<td width="900"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" WIDTH=1000 HEIGHT=700>
<PARAM NAME=movie VALUE="remake_06.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="remake_06.swf" quality=high bgcolor=#FFFFFF WIDTH=1000 HEIGHT=700
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
See anything?
You need to provide more information. For examply, how are you embeding your swf? The main problem with browser compatibility and Flash is how you implement it in Html (or php, or asp, or...)
RubenFlash
October 8th, 2007, 11:12 AM
Well, I tried it here in my laptop with IE 6 and it works great. And I'm not seing anything wrong with it. Perhaps you could post the actionscript that fires your swf and let me have a look.
masskontroll
October 8th, 2007, 11:34 AM
The first frame action script is VERY basic:
stop();
go_btn.onPress = function () {
gotoAndStop (2);
}
Just 1 large button over an image. Are you working on a Mac or a PC? Thusfar I have only had confirmation from PC users that Explorer doesn't work.
Well, I tried it here in my laptop with IE 6 and it works great. And I'm not seing anything wrong with it. Perhaps you could post the actionscript that fires your swf and let me have a look.
masskontroll
October 8th, 2007, 11:58 AM
Doesn't this problem ring a bell with anyone? It seems pretty big.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.