A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: swfobject 2.1 Issue in FireFox 3 on Mac

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    6

    swfobject 2.1 Issue in FireFox 3 on Mac

    swfobject 2.1 Issue in FireFox 3 on Mac

    I embedded my swf (XML-powered AS3 slideshow) using swfobject 2.1 and it looks fine in IE7/FF3/Safari/Opera 9 on Windows and Safari/Opera 9 on Mac. FireFox 3 on Mac displays the first image correctly but does not display the thumbnails or the prev/next buttons on the bottom. But if I navigate to another page and click Back, it works fine. This seems to be a bug with FF3 on Mac. Anyone else encounter this or have a workaround?

    You can take a look at it here:
    http://www.creativemess.com/rockpress/gallery2

    And here is my HTML code:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>Image Gallery</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    		<script type="text/javascript" src="swfobject.js"></script>
    		<script type="text/javascript">
    			var flashvars = {};
    			flashvars.xmlPath = "xml/images.xml";
    			var params = {};
    			params.menu = "false";
    			var attributes = {};
    			swfobject.embedSWF("gallery.swf", "flashDiv", "750", "550", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
    		</script>
    <style type="text/css">
    <!--
    body { background-color: #999999; margin:0; text-align:center; }
    div#content { text-align:left; }
    object#content { display:inline; }
    -->
    </style></head>
    <body>
    	<p>&nbsp;</p>
    	<p>&nbsp;</p>
    	<div id="flashDiv">
    		<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
    	    </a>        </p>
    	</div>
    </body>
    </html>

  2. #2
    Junior Member
    Join Date
    Dec 2007
    Posts
    2

    Unhappy close to same here.

    I have searched everywhere and can't find a solution.
    Only in FF3 3.0.3 on Mac 10.5.5

    The only difrence I have seen in mine is that it loads correct the first time but when you navigate back to the home page it breaks. On a slow dsl connection it seems to work fine all the time.

    Any one have advice?

  3. #3
    Junior Member
    Join Date
    Jan 2008
    Posts
    6
    Sorry I forgot to update everyone. I re-installed FF and it works fine now. Very strange.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center