PDA

View Full Version : FLV problems on some browser


Worg
09-03-2008, 01:52 PM
Hi guys!
I'm new here, Luca, from Italy. Nice to meet everybody!
i hope anyone could help me to solve this boring problem! :)

I'm embedding in a swf a flv video, with the classic "FLVPlayback", a flv of 500kbps...duration 10 seconds, total size 700kb and start buffering at 0.5...

The swf is embedded in the html with swfoject:

<div id="header">
<script type="text/javascript" charset="utf-8">
var headerSwf = new SWFObject("header.swf", "headerSwf", "775", "105", "9", "", true);
headerSwf.addParam("wmode","opaque");
headerSwf.write("header");
</script>
</div>


you can view what i'm talking about here:
LINK TO SWF (http://www.mindflowdesign.com/flvproblem)

On mac everything is fine, but on ie(6,7) and ff PC version, the flv doesn't seem to work fine.
Sometimes it just stops....sometimes it stops definitively.

Anyone can help me this bug? Thanks a lot to everybody in advance! :D