Hi,
Hmmmmmm........... there is a phrase that saids:"never underestimate the limits of human stupidity...." now i wuold have to say, never underestimate MY OWN stupidity...
The solution was simplier than i was thinking about. It was just a matter of adding this:
WMode: "Transparent"At the end of this:
var params = {
menu: "false",
/* Necessary for proper scaling of the content. */
scale: "noScale",
/* Necessary for fullscreen mode. */
allowFullscreen: "true",
/* Necessary for SWFAddress and other JavaScript interaction. */
allowScriptAccess: "always",
/* This is the background color used for the Flash element. */
bgcolor: "#333333"
};So it looks like this:
var params = {
...
bgcolor: "#333333",
WMode: "Transparent"
};
I will prepare a tutorial for the integration of highslide with megazine, because i saw a few people asking about the use of megazine with a popup type of app. Of course this may take sometime because the uses of highslide are quite a few and so far i have it working launching it from a swf and just for ajax content, so i will look into how to use it with a gallery and iframe.
Thanks anyway,
Rodrigo.