Page 1 of 1

iframe problem

Posted: 01 Feb 2009, 13:40
by e7mgxz
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

Posted: 01 Feb 2009, 22:37
by mjau-mjau
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.

Posted: 02 Feb 2009, 03:38
by e7mgxz
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

Got it

Posted: 02 Feb 2009, 05:06
by e7mgxz
ok i finally made it. Just turned of "useswfaddress" :)

Thanks for your support.
Frank