Search…

X3 Photo Gallery Support Forums

Search…
 
Titan
Topic Author
Posts: 2
Joined: 28 Jan 2009, 02:23

Embedded In WordPress Pop-Up, Open Issues

11 May 2009, 16:56

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!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

12 May 2009, 00:11

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...