passing php varibles to flash
i'd pass variable php flash....the first example below shows works .....the second example shows i'd can't unknown reason. think example#2 possible because i've seen similar code on internet. wrong , can't figure out. please me use php variable part of url string.
example #1
<?php
echo "&valid=1&;
?>
////////////////////////////
flash output 1
example#2
<?php
$filename = "hello";
echo "&valid=$filename";
?>
//////////////////////////////////////////////
flash output $filename'';
example #1
<?php
echo "&valid=1&;
?>
////////////////////////////
flash output 1
example#2
<?php
$filename = "hello";
echo "&valid=$filename";
?>
//////////////////////////////////////////////
flash output $filename'';
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment