Flash Player 9 + FLVPlayback + Firefox 2.0.0.3 =AHHHHH!!

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

  1. #1

    Default Flash Player 9 + FLVPlayback + Firefox 2.0.0.3 =AHHHHH!!

    Long story short.

    I have a simple flash movie called player.swf which consists of 1 frame + 1
    FLVPlayback component + 2 lines of actionscript,

    the two variables I am passing work fine. The player is being used to display
    videos contained within tutorials.

    It works absolutely fine in IE.

    In Firefox it works once but the second time you try to load a tutorial the
    movie is blank. Nothing shows up whatsoever! The movie is there, I know this
    because a quick right click displays the flash player menu.

    I close the site, clear firefoxs cache, and voila. Works first time again but
    only works once..

    Any ideas?



    player.contentPath = file;
    player.skin = playerSkin;

    Urbley04 Guest

  2. Similar Questions and Discussions

    1. Flash Player Shuts down IE and Firefox
      I am running XP home SP2, IE7 and even downloaded the latest version of Firefox. Whenever I visit a webpage that uses Flash, I get an error message...
    2. Firefox vs. IE Flash Player
      Hello. I have created a fighting game (streetfighter like) that loads other .swfs for music and characters. The game functions perfectly in...
    3. Flash Player not working in Firefox
      Hi I've downloaded the latest flash player and installed it without problems. But whenever there is a flash movie it's not playing. the browser...
    4. Flash player with Firefox 1.5b under Linux?
      I've upgraded my Firefox on a few computers to 1.5b2. On my Linux (RHEL3) machine, Flash doesn't display at all. On my Windows (XP) and OS X...
    5. flash player and Firefox
      Greetings I've just installed the new flash player - but when I visit macromedia.com I cant see any Flash content - where there is meant to be...
  3. #2

    Default Re: Flash Player 9 + FLVPlayback + Firefox 2.0.0.3 =AHHHHH!!

    Try this technote.. it'll force your variables to reload every time..

    How to prevent caching of loaded variables ([url]http://www.adobe.com/go/tn_15951[/url])

    Not entirely sure that's it from the description, but it sounds likely..



    Bentley Wolfe -ADOBE 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