Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default Issue w Firefox

    Hi!

    An annoying problem with a site I'm building...
    Movie plays fine in IE, but in Firefox it just loads and stops,
    no interaction at all.
    Here's the code:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    width="750" height="300" id="logo" align="center"><param
    name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="logo.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <param name="wmode" value="transparent" />
    <embed src="logo.swf" wmode=transparent quality=high bgcolor="#FFFFFF"
    width="750" height="300" name="logo" align="center"
    allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>

    Any help will be appreciated!
    Thanx
    Cranio Guest

  2. Similar Questions and Discussions

    1. IE Vs Firefox
      Hi, Does anybody know why IE6/7 returns my error when there is no connection to the server but firefox doesn't. It just sits there doing nothing?...
    2. right in IE6 but NOT in firefox ---????
      this is my first CSS page and it was turning out beautifully until I checked it in Firefox! Can someone tell me where I'm going wrong?...
    3. Firefox it is then.
      Just tossin' out an FYI: Don't expect the new IE7 to work any better with Flash Player than IE6. I just tried it, with exactly the same results...
    4. Firefox Issue with Search Box
      Hello, I have yet to find a solution on the below issue. Thanks for any help you can provide me. It's been bugging a group of us for a bit now....
    5. Issue with Firefox displaying Flash Video
      Ok, Can you guys do me a favour please? Have a look at http://www.g1media.co.uk/project_details.asp?ID=1 in IE and then look at it again in...
  3. #2

    Default Re: Issue w Firefox

    transparent mode causes all sort of weird problems ... like button not
    working, content offset etc .. get rid of that for a start and see what
    happens.
    --
    All the best,
    Jeckyl


    Jeckyl Guest

  4. #3

    Default Re: Issue w Firefox

    Jeckyl wrote:
    > transparent mode causes all sort of weird problems ... like button not
    > working, content offset etc .. get rid of that for a start and see what
    > happens.
    Thanx, but I've already tried... still the movie loads
    but stops...
    Cranio Guest

  5. #4

    Default Re: Issue w Firefox

    There may be a problem with preloader code, if you're using it.. otherwise
    can't think of anything without seeing what you've done.
    --
    All the best
    Jeckyl


    Jeckyl Guest

  6. #5

    Default Re: Issue w Firefox

    Jeckyl wrote:
    > There may be a problem with preloader code, if you're using it.. otherwise
    > can't think of anything without seeing what you've done.
    Alas, no preloader. I had a thought... I'm running it offline
    with IIS... I'll test it online and see.
    Cranio Guest

  7. #6

    Default Re: Issue w Firefox

    I had some problems with Firefox. I found it didn't like where I used onLoad
    functions. I changed these to just code on written straight on the frame and
    it worked, although I had to make a few other changes to make sure the code
    wan't run before movie clips had loaded.

    Certainly worth a try if you are using onLoad.

    -JP


    JP Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139