I have a strange flash player problem which seems to be most apparent in FireFox (3.0 and 3.5, on PC).
Visit the page: http://prnewswire.com/container/tgifridays/tgifridayssocialmedianewsrelease-woody-jackdaniels/
On the initial page load, you should see a flash video player, with a paused video,and when you mouse-over the video you should see some video controls.
Now go into your address bar, and press enter at the end of the address bar to "reload" the page. Now the flash player will only show the scrollbar of the player. It does not completely load.
If you press the refresh button of the browser, you can get the whole thing to load correctly. But again if you press the "enter" key inside the address bar, it will go back to only loading the scrollbar.
I assume the problems come from the browser loading a cached version of the player versus a new version of the player. But what is the difference?
The player is pretty dynamic - The document class loads flashvars which tell it the path to load an XML file, and the XML file loads the thumbnails and videos. An instance Player() class is added to the stage (which is just the video window and video controls), and then the document class sends it a video to load and play.
I'm pretty sure this has something to do with timing. The cached file is probably loading too fast for something? But for what, I have no clue.
I can email code if you give me your email address