Page 1 of 1

Embedded In WordPress Pop-Up, Open Issues

Posted: 11 May 2009, 16:56
by Titan
First of all here is the link.

http://www.legends247.com/memories/?page_id=21

Have gotten great results embedding the swf into WordPress pages with the help of a plugin.

The only issue I have encountered to date is that the Pop-Up and Open in a new window do not work in the embedded pages but DO work in the stand-alone gallery.

I have read a lot in these forums and on the WP forums with not even a hint of what may be wrong.

Any ideas? Regardless IV is the single greatest find on the web for any web designer, photographer and the list goes on!

Posted: 12 May 2009, 00:11
by mjau-mjau
I believe this is because of a setting in the parameters of the source code. See the original document has:
Code
{allowScriptAccess: 'always', allowFullScreen: true, bgcolor: '#222222'}
Your document has:
Code
{wmode: "window", menu: "false", quality: "high", bgcolor: "#FFFFFF"}
Try adding the "allowScriptAccess" parameter...