link on movie -> ming
Posted: Tue Jul 26, 2005 3:31 pm
Hi all
How to add link to swf movie created with ming?
This code opens url, but I need to open it after user clicks on movie
How to add link to swf movie created with ming?
Code: Select all
$strAction="getURL('http://www.croatia-tourist.biz/stranice/pregled_smjestaja.php?smjestaj=" . $Sifra_apartmana . "', '_self','SWFBUTTON_MOUSEUP');";
//$strAction="";
$strAction="";
$movie->add(new SWFAction($strAction));