Search…

X3 Photo Gallery Support Forums

Search…
 
e7mgxz
Topic Author
Posts: 6
Joined: 01 Feb 2009, 12:49

iframe problem

01 Feb 2009, 13:40

Hi folks,

I want to embed imagevue into my own website. I use dreanweaver cs4 for building the site. What i try to do is call the different galleries and the contact form via the iframe tag. Coding looks like this:

<div class="TabbedPanelsContent">
<iframe src =http://www.digital-sceneries.net/portfo ... /zcontact/" height="600" width="950" frameborder="0" allowtransparency="true" background-color="transparent" ></iframe>
</div>

The problem is that thecontact form doesn't show up. All i get is the starting gallery.

Issued from the command line in safari the URL http://www.digital-sceneries.net/portfo ... /zcontact/ works fine.

How come ? Any ideas you guys?

Thanks
frank
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

01 Feb 2009, 22:37

This is because the SWFAddress javascript using # might not work in iframes correctly. Why not use the standard URL parameter syntax instead:
Code
<iframe src =http://www.digital-sceneries.net/portfolio/index.php?startpath=content/zcontact/" ...
You might be able to use the SWFAddress method, but that would at least require embedding the SWFAddress.js file into your document.
 
e7mgxz
Topic Author
Posts: 6
Joined: 01 Feb 2009, 12:49

02 Feb 2009, 03:38

Hi Karl,

Thanks for your reply, i tried exactly the code you suggested but can't get that damn thing to work.

Maybe that's got seomething to do with my imagevue settings ?

http://www.digital-sceneries.net/space/hc_077.jpg

kind regards
frank
 
e7mgxz
Topic Author
Posts: 6
Joined: 01 Feb 2009, 12:49

Got it

02 Feb 2009, 05:06

ok i finally made it. Just turned of "useswfaddress" :)

Thanks for your support.
Frank