I have an Advanced iFrame in one of my pages, and would like the ability to expand it to full screen. I am looking at leveraging the iFrame in a layer example to do this.
As a first step, I tried to get the following example working in a wordpress page but it doesn't work. I click on the link and the layer doens't appear. I purchased the 6.4 version and have it installed, which I believe supports this feature. I also tried a href from my domain as well but no go. Any ideas?
<a id="linklayer2" href="http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo" target="_blank">Link 2 - that opens in an iframe in a layer</a>
[advanced_iframe securitykey="<my security key>" use_shortcode_attributes_only="true" src="about:blank" id="example32" height="1000" width="900" change_parent_links_target="a#linklayer2" show_iframe_as_layer="true" show_iframe_loader="true"]
Thanks
|