[Flashcoders] Php and flash lloader

2006-01-05 Thread CARABUS+
There is an index.php where index.swf is.
The swf got 4 buttons to  load 4 different movies

If i press an index.php?category=4 for exemple, does flash can read category
var ? And how ?

Thank you


Laurent



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Php and flash lloader

2006-01-05 Thread Miles Thompson


If index.php?category=4 is beneath button 4, which I understand is in the 
movie, that's the URL you would use as one of the parameters to the 
SendandLoad() function.


I'd suggest sending the parameter to another script, so that the returned 
movie would load into Flash, if you send it to index.php you will force a 
reload of the page, rather than just loading the movie into the script.


Macromedia has an example of how this is done, you can Google for flash 
PHP and get a remarkable number of hits. A visit to www.sephiroth.it would 
be worthwhile.


Regards - Miles Thompson

At 07:40 AM 1/5/2006, CARABUS+ wrote:


There is an index.php where index.swf is.
The swf got 4 buttons to  load 4 different movies

If i press an index.php?category=4 for exemple, does flash can read category
var ? And how ?

Thank you


Laurent



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.371 / Virus Database: 267.14.13/221 - Release Date: 1/4/2006


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders