RE: [PHP] Flash interaction with PHP

2003-02-24 Thread SED
The easiest way to do this is putting variables behind ? in the filename: myFlashMovie.swf?myVarA=123&myVarB=456 The variable above will be assign in the _root in the Flash file: _root.myVarA & _root.myVarA Regards, Sumarlidi E. Dadason SED:DESIGN _

Re: [PHP] Flash interaction with PHP

2003-02-23 Thread olinux
never used php and flash but a quick search and you would have found these. http://www.polar-lights.com/fla/url.html http://www.phpbuilder.com/columns/hill20011214.php3 http://www.flashkit.com/tutorials/Dynamic_Content/ --- pei_world <[EMAIL PROTECTED]> wrote: > do you know how to load the varia