bufanliu / custom-context-menu

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

Does not work with linking swf url #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This works fine:
var so = new SWFObject("custom_rightClick.swf"

This does not work:
var so = new SWFObject("http://something.com/custom_rightClick.swf"

Please help? Thanks.

Original issue reported on code.google.com by theij...@gmail.com on 15 Dec 2011 at 4:45