I can't see anything obvious from that code other than it is a good idea to
set the name and the id in the attributes object if you are going to
overwrite the default alternate content div ID.

Oh, I also see you are load the player via https. Any reason you are loading
your player over a secure protocol :) ? Perhaps FF doesn't like to load an
unsecure resource? ( I don't think I have ever tried to load a swf over
https and the try to load child or media content insecurely. I am unsure
what if any impact this would have)

Can you post your page perhaps if the adding a name and loading over http
does solve you issue?


Aran

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of KnightAR
Sent: Saturday, 11 October 2008 6:27 PM
To: SWFObject
Subject: Video not loading in FF3, Loads in IE, Chrome, Opera fine


var flashvars = {};
flashvars.file = "http://www.shamelesss.info/0629080033_320x240.flv";;
flashvars.width = "320";
flashvars.height = "240";
var params = {};
params.allowfullscreen = "true";
params.allowscriptaccess = "always";
var attributes = {};
attributes.id = "flashplayer";
swfobject.embedSWF("https://media.dreamhost.com/mediaplayer.swf";,
"webplayer", "320", "240", "8.0.0", false, flashvars, params,
attributes);

In Firefox 3.0.3 the above just dosn't load any file when using
SWFObject
2.1. However, If you load the same script in IE, Chrome, or Opera the
video
shows fine, and plays fine. Firefox just dosn't want to load up the
video
but using SWFObject 1.5 works just fine also in all browsers for the
exact
same settings.

Am I doing something wrong?

- KnightAR



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to