Search found 3 matches
- Sat May 14, 2005 6:22 am
- Forum: PHP - Code
- Topic: Variable PHP link in FLash
- Replies: 4
- Views: 718
- 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. ...
- 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...