A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Works OK in IE, but not in Safari or FireFox

  1. #1

    Works OK in IE, but not in Safari or FireFox

    I've searched the forums and can't find an answer...

    My project below works fine in IE, but not in Safari or FireFox. This project uses loadmovienum to display external JPGs. The problem is that Safari and FireFox don't seem to load the external JPGs.

    Project location (view it in IE to see it, and please try it in Safari or Firefox):
    http://www.sellfolio.com/samples/sellfolio_sample1.html

    Can anyone shed some advice on why externally-loaded JPGs work in IE, but not in Safari or FireFox? THANK YOU!!!

  2. #2
    Senior Member sharma's Avatar
    Join Date
    Oct 2004
    Location
    Canadia
    Posts
    1,017
    Code:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
     codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
     WIDTH="100%" HEIGHT="100%" id="mm1" ALIGN="">
     <PARAM NAME=movie VALUE="mm1.swf?webPlayback=1"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#666666> <EMBED src="Design 01 Residential.swf" quality=high bgcolor=#666666  WIDTH="100%" HEIGHT="100%" NAME="mm1.swf?webPlayback=1" ALIGN=""
     TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT>
    look carfully at your code here... I can only see one Source... you are missing the SRC in the object tags..
    what the hell's a motion tween?

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