Pop ups code alter

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
Smourt
Posts: 170
Joined: Wed Aug 05, 2009 11:15 am

Hello

As usual, I apperciate any help.

I would like to put a popup on the tour, in the html which pops up above the flash file. The instructions I have been given seem simple...
But I have no clue where to start.

Here are the instructions:
This has a simple solution - flash elements by default always appear on top of everything else since they do not obey the usual z-index rules. You must add the following parameters to the flash object in the page:

To the OBJECT tag: <param name="wmode" value="transparent">
To the EMBED tag: wmode="transparent"

If you are using AC_FL_RunContent() for the embedding then you must enter the attribute name and value pair:

'wmode','transparent'

If you are using SWFObject for the embedding then you must add the parameter pair:

so.addParam("wmode", "transparent");

where "so" is the name of the SWFObject in this example.


Do I edit this in the HTML or in the "p2q_embed_object.js"

Then the next question I have: Will the addParam cause the tour to be slower because of the transparancy?

Thanks

Stephan
User avatar
Hopki
Gnome
Posts: 13022
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi
This would be in the html, however have you seen this?
http://gardengnomesoftware.com/wiki/Chr ... p_Template
This lets you control the window appearance as well.
Regards
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply