link on movie -> ming

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

link on movie -> ming

Post by ddragas »

Hi all

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));
This code opens url, but I need to open it after user clicks on movie
Post Reply