perignon Posted April 17, 2009 Share Posted April 17, 2009 Hi there, i have this code in a php file <ul> <li><a href='{$location}logout.php'><span><b>Logout</b></span></a></li>"; if($set['showforum']) { print "<li><a href='{$location}forum'><span><b>Forum</b></span></a></li>"; } print "<li><a href='{$location}contact.php'><span><b>Contact Us</b></span></a></li> <li><a href='{$location}adver.php'><span><b>Advertise</b></span></a></li> <li><a href='{$location}acc.php'><span><b>My Account</b></span></a></li> <li><a href='{$location}ads.php'><span><b>Surf Ads</b></span></a></li> <li><a href='{$location}index.php'><b>Home</b></a></li> </ul> this is a menu, the problem now is that i made a flash menu and i don´t know how to insert the links for php files in it. Can someone help me ? thanks in advance Link to comment https://forums.phpfreaks.com/topic/154439-php-link-in-flash/ Share on other sites More sharing options...
WolfRage Posted April 20, 2009 Share Posted April 20, 2009 On (Release) Get URL ("http://www.example.com") End On Link to comment https://forums.phpfreaks.com/topic/154439-php-link-in-flash/#findComment-814270 Share on other sites More sharing options...
perignon Posted April 20, 2009 Author Share Posted April 20, 2009 On (Release) Get URL ("http://www.example.com") End On got it, i know how to put a link in flash i was just wondering if variable location brings me some problem to php link, just test it and its ok thanks Link to comment https://forums.phpfreaks.com/topic/154439-php-link-in-flash/#findComment-814306 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.