Ask a Question related to Macromedia Flash, Design and Development.
-
Alexander Gausa #1
including php code
hi
ist it possible to include php code in an swf, so that i can build up/change
an dynamic link online?
alex
Alexander Gausa Guest
-
Problem including mxml code
I want to keep my code clean and I would like to include my code in other seperate files. What would be the mxml script equivalent of an... -
Including Panel
Hello All; Please how can i add (include a panel) to the mxml file. Please see the attached code Thanks <?xml version="1.0"... -
Including non-serverside php
why whould you want to send the ip to the non php server ? Even so you could do it in JS :D Savut ":: Ole C ::" <olecl-news@start.no> wrote in... -
.bmp including with .exe
including a .bmp file with the same name as your projector, opens the .bmp before the .exe. Is there anyway to make the opening .bmp come in... -
Including .js in Template
Hi, I have made some pages using Dreamweaver template. I have included some external .js files into these pages. While updating the template, it... -
Henri #2
Re: including php code
As far as i know u can only invoke javascript functions from flash. You can
pass variables from js to flash and from flash to js, but no php which is
only used at page-generation.
"Alexander Gausa" <ingga@gmx.de> a écrit dans le message de news:
d1akkq$ks9$05$2@news.t-online.com...> hi
> ist it possible to include php code in an swf, so that i can build
> up/change
> an dynamic link online?
> alex
Henri Guest
-
Davemon #3
Re: including php code
Henri wrote:
You can't put PHP directly into Flash, because Flash runs on the> As far as i know u can only invoke javascript functions from flash. You can
> pass variables from js to flash and from flash to js, but no php which is
> only used at page-generation.
>
> "Alexander Gausa" <ingga@gmx.de> a écrit dans le message de news:
> d1akkq$ks9$05$2@news.t-online.com...
>>>>hi
>>ist it possible to include php code in an swf, so that i can build
>>up/change
>>an dynamic link online?
>>alex
>
>
'client-side' and PHP is on the 'server-side'. What we need to do is get
Flash talking to PHP:
Look at the LoadVars actionscript. You can query a PHP-script directly
from flash (by sending variables in the http-request, which the PHP
processes and then returns data for). Flash tends to time-out if there
is too much data, but if you write tight code you can chunk it.
Alternatively, look at getXML and get PHP to write out the data then
parse it in that way.
Also have a look at: [url]http://www.sephiroth.it/tutorials.php[/url]
Davemon
Davemon Guest



Reply With Quote

