Jump to content


loading variables defined in php?


  • You cannot reply to this topic
No replies to this topic

#1 Xiode

    Young Padawan

  • Members
  • Pip
  • 4 posts

Posted 07 September 2005 - 05:16 PM

ATM I am trying to make a dynamic nav. I am looking to be able to edit the text/link in an outside file such as navconfig.php. I already have my basic nav setup. I am wondering how I would make the text / link dynamic so that I can change them in the nav by editing a navconfig.php. I want to be able to define the text / links by variable in php.

<?php
$link1text = "Home";
$link1url = "index.php";
$link2text = "forums";
$link2url = "forums.php";
and so on...
?>


Now how do I get flash to read these?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users