Afficher un message
Vieux 07/04/2008, 12h49   #1
elGiosh
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Shadowbox and flash

After 3 hours of research I found the way!

just add to the index page:

function abrirSB(type, title, url)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({type: type, title: title, content: url});
};


and into flash file:

getURL("javascript:abrirSB('img', 'Title', 'image.jpg');", "_self");

First value 'img' can be: "swf", "flv", "qt" (QuickTime), "wmp" (Windows Media
Player), "iframe", oR "html".

IT'S WORK!

Bye




  Réponse avec citation
 
Page generated in 0,05417 seconds with 9 queries