ouyang789987 / swfobject

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

Rendering OBJECT Tags in Firefox 3.6? #457

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Using the Google API for SWFObject, render the following:

// load google voice swf
var flashvars = {id:"df398b41b6689dae81fb5445303ba075197c4d1f",style:"0"};
var params = {menu:"false",wmode:"transparent"};
swfobject.embedSWF("https://clients4.google.com/voice/embed/webCallButton","goog
le-voice",
"230", "85", "9.0.0", null, flashvars,params, null);

What is the expected output? What do you see instead?
An <embed> tag SWF container

What version of the product are you using? On what operating system?
SWFObject 2.2/FF 3.6

Please provide any additional information below.
Runs in IE (since its rendering an object tag)

Original issue reported on code.google.com by skowro...@gmail.com on 7 Apr 2010 at 3:52

GoogleCodeExporter commented 9 years ago
SWFObject does not eve produce a <embed> tag for embedSWF(), and is not 
intended to. 
The <object> tag is valid for both IRE and FF.

I am unsure from your report if you are actually seeing an <embed> tag in your 
page 
(which means something other than swfobject is creating it), or you believe you 
SHOULD be seeing an embed tag (which is incorrect, as you will never see an 
<embed> 
tag created from swfobject).

Reading the docs as to why this is the case would be a good idea...
(especially http://www.alistapart.com/articles/flashembedcagematch/ for the 
rationale)

Original comment by aran.rhee@gmail.com on 8 Apr 2010 at 2:40

GoogleCodeExporter commented 9 years ago
Thanks for feedback. It would appear regardless of the embed/object tag issue, 
FF is
blocking SWFObject JS from loading the flash object:

addons.mozilla.org : potentially vulnerable to CVE-2009-3555
X-FRAME-OPTIONS: blocked https://clients4.google.com/voice/embed/webCallButton

Disabled add-ons and this is something inside FF.

Original comment by skowro...@gmail.com on 8 Apr 2010 at 4:40

GoogleCodeExporter commented 9 years ago
The error you are seeing in the log is not related to SWFObject.

It is to do with TLS/SSL handshaking to the server. More here:
http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-
US&comments_parentId=635107&forumId=1

I think your swf not appearing is probably due to an authoring issue (rather 
than a 
swfobject bug), so if you want to post your affected page to the SWFObject 
list, then 
people can have a look, and offer help.

Original comment by aran.rhee@gmail.com on 8 Apr 2010 at 7:20

GoogleCodeExporter commented 9 years ago
Yeah. I ran across the post too.

Thanks again.

Original comment by skowro...@gmail.com on 8 Apr 2010 at 7:43