Search…

X3 Photo Gallery Support Forums

Search…
 
Snafu
Topic Author
Posts: 3
Joined: 11 May 2011, 14:26

DHTML over embedded Flash

19 May 2011, 17:15

Hello
what is the code if I want to build into the embedDemo.html for such a DHTML menu? The menu will fold out when going through the Flash and be clickable.
I tried it with <param name="wmode" value="transparent">.
Then with wmode = "opaque" tried. Both does not work. At what point in the source code I need to place it?

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

Re: DHTML over embedded Flash

20 May 2011, 08:52

It should work with wmode transparent ... Check our latest demo gallery, and view the source:
https://www.photo.gallery/demo/x2/

You will see something like:
Code
var params = {
	allowScriptAccess: 'always',
	allowFullScreen: true,
	bgcolor: '#222222',
	wmode: 'opaque'
};
The wmode is working, because as you can see, all the sharing layers and fotomoto purchase layers float above the SWF. I suggest you use the source output from the demo gallery as base for your custom html file ...