> can you use flash content on a .php webpage? and how is it done. i cant
get
> it to work.
> thanks, dave
In Flash you can use loadVariables to get an "file" with http.
the content is formated like CGI-Parameters.
Tip:
add a variable &loaded=1 at the end
e.g
informations.php3
returns
myvarname1=myvalue1&myvarname2=myvalue2&myvarname3=myvalue3&loaded=1
flash(>4.0)
keyframe1:set("loaded","0")
loadvariables("http:informations.php3",get)
keyframe2:label readloop
keyframe3:
keyframe4:if (loaded ne "0")
goto and play readloop
endif
a parameter in loadvariables say if you want to send infos to the server
(get or post or nothing)
you can also use flash5 xml and sockets for both directions
Hope this helps
cu
Flori
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]