techsd / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Flash video not loading in Firefox 3.0.3 #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

- KnightAR

Original issue reported on code.google.com by knigh...@gmail.com on 9 Oct 2008 at 1:59

GoogleCodeExporter commented 9 years ago
This is an authoring issue, please repost it in the discussion group:
http://groups.google.com/group/swfobject

Original comment by bobbyvandersluis on 9 Oct 2008 at 9:17

GoogleCodeExporter commented 9 years ago
What do you mean by authoring issue?

Original comment by knigh...@gmail.com on 9 Oct 2008 at 6:18