Page 1 of 1

problems with embedding into frame based website using ifram

Posted: 21 Sep 2008, 12:08
by DragonX
Hi altogehter,

I have a problem with my gallery.
My website based on thre frames (left, top, main). In the main frame I use different html-files. Every html-file includes his own gallery.
In each file I integrated the gallery via iframe. For example in the file "blue.html":
Code
<iframe name="test" marginwidth="0" marginheight="0" frameborder="0" style="width:800px;height:580px;overflow:hidden;padding:0;" src="http://tld.com/imagevue/?startpath=content/cars/blue/"></iframe>
And in "green.html":
Code
<iframe name="test" marginwidth="0" marginheight="0" frameborder="0" style="width:800px;height:580px;overflow:hidden;padding:0;" src="http://tld.com/imagevue/?startpath=content/cars/green/"></iframe>
If I first call the frame "blue.html", then go back an call "green.html" I will shown everytime the first gallery, in this case the blue one.

I think this comes from an parameter in the URL and I don't know where it come from. After I call one html/gallery, the URL is like:
http://tld.com/#/content/cars/blue/


Does anyone have an idea, where this comes from? Or is it a cache problem? Unfortunately the gallery is not LIVE yet to give you guys an testlink.

Great thanks for your replies...

Posted: 22 Sep 2008, 05:57
by mjau-mjau
Try to disable SWFAddress - Goto admin -> themes -> edit your theme -> settings.useswfaddress = false. I imagine this is interfering with your startpath setting, since it is set to the _parent document.

If it's not that, then I'll need a link to dig any deeper ...

Posted: 22 Sep 2008, 15:03
by DragonX
Hey, this exactly solve my problem!

You are my hero! :)

Best thanks
DragonX