On Sat, Feb 23, 2008 at 3:46 AM, Alain Roger <raf.news@xxxxxxxxx> wrote: > Hi, > > i have a problem with my animated web flash menu (+images+sounds). > basically my menu in embedded into flash, and each time that i click on menu > link, my flash is playing from start as it is integrated into each PHP > pages. > I know that this is not the topic of this forum, but i would like to know > how you cope with such issue from PHP point of view ? Flash uses ActionScript, which is just a slightly-modified (and Flash-centric) version of JavaScript. I'd suggest checking into using your Flash GUI as an AJAX frontend, reading the PHP returns from the server through a socket read in Flash. Now.... as to how to do that...? I haven't a bloody clue! ;-P -- </Dan> Daniel P. Brown Senior Unix Geek <? while(1) { $me = $mind--; sleep(86400); } ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php