i need to load a PHP Variable into flash wich need to act like a link.
Part of PHP script:
Code: Select all
$link .= "html/content/column/column". $num_of_files .".html";
echo "<a href=" . $link . ">link to last column</a>";I want de variable $link to load into flash to work als a link under a flash button. But how do i dow that?
i got something like this butt it doesnt work.
Code in first frame of a MC that loops:
Code: Select all
link = new LoadVars();
link.load("e;index.php"e;);Code: Select all
on (release) {
getURL(link, "e;content"e;);
}How do i get the PHP variable to load into flash and to work like an actual link? i tried a lot of things but coulnt get it right.
Please help me ....