Search found 3 matches

by brambulkens
Sat May 14, 2005 6:22 am
Forum: PHP - Code
Topic: Variable PHP link in FLash
Replies: 4
Views: 718

NEW WAY OF WORKING: on (release) { var totalfiles = new LoadVars(); totalfiles.load(&quote;html/content/totalfiles.txt&quote;); totalfiles.onload = function(){ goto = totalfiles.x}; link = &quote;html/content/column/column&quote;+goto+&quote;.html&quote;getURL(goto , &quo...
by brambulkens
Tue May 10, 2005 4:28 pm
Forum: PHP - Code
Topic: Variable PHP link in FLash
Replies: 4
Views: 718

Thanx butt i think that the loadvars doesnt belong in the button script.. it has a very good point butt i think the loadvars part need to be in the main time line, within a frame. Now i get an syntax error if i use it this way. and you gave the variable filepath no use, at least thats what i think. ...
by brambulkens
Tue May 10, 2005 11:17 am
Forum: PHP - Code
Topic: Variable PHP link in FLash
Replies: 4
Views: 718

Variable PHP link in FLash

Hi im new here and i got a question about flash. i need to load a PHP Variable into flash wich need to act like a link. Part of PHP script: $link .= "html/content/column/column". $num_of_files .".html"; echo "<a href=" . $link . ">link to last column</a>"; Thi...