bufanliu / custom-context-menu

Automatically exported from code.google.com/p/custom-context-menu
Other
0 stars 0 forks source link

Using swfobject 2.2 #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to use swfobject 2.2 with custom context menu.
I tried to modify RightClick.html to use swfobject 2.2
2. I get a blank page.
3.

What is the expected output? What do you see instead?
Standard output of RightClick

What version of the product are you using? On what operating system?
Using RightClick_0.6.3 on Mac OSX 10.5.8 with Firefox 3.5.8.

Please provide any additional information below.
I am including the modified RightCLick.html file. Can someone help me get
this working or provide an example using swfobject 2.2 ?

Original issue reported on code.google.com by jnjo...@gmail.com on 11 Mar 2010 at 6:15

Attachments:

GoogleCodeExporter commented 8 years ago
use FlashObjectID instead of FlashContainerID
because swfobject 2.2 replace flashContent div

Original comment by anton.flash on 15 Feb 2011 at 3:33

Attachments:

GoogleCodeExporter commented 8 years ago
I too preferred to use swfobject 2.2, and the embedSWF method in the head of 
the document, here's my fix to the original demo html file. ( don't forget this 
will only work with swfobject 2.2, not version 1.5 included currently )

I'd be more than happy to add this to the codebase, if someone grants me access.

Original comment by fluidch...@gmail.com on 23 Jun 2011 at 11:59

Attachments:

GoogleCodeExporter commented 8 years ago
var obj = swfobject.getObjectById(this.FlashObjectID);
obj.rightClick();

Original comment by Johnny.J...@gmail.com on 29 Dec 2011 at 2:36