lszanto Posted March 1, 2007 Share Posted March 1, 2007 1) Is it possible for flash to 'GET' variables e.g if I have a value like www.mysite.com/index.php?name=blah can I get that name with actionscript/flash? 2) Is it possible to post variables to a php script then store the results in a variable like if I retrieved the name blah from the url like above then I searched a database for the name blah and loaded a movie that hes uploaded. Thanks, Luke. Link to comment https://forums.phpfreaks.com/topic/40762-few-flash-questions/ Share on other sites More sharing options...
lszanto Posted March 1, 2007 Author Share Posted March 1, 2007 Nobody? Link to comment https://forums.phpfreaks.com/topic/40762-few-flash-questions/#findComment-197332 Share on other sites More sharing options...
MadTechie Posted March 1, 2007 Share Posted March 1, 2007 yes it is, i have done it before with a flash form, i can't remember exactly but i think i setup a php page to get write a text file and then some action script to read them inn.. i hope this helps.. Link to comment https://forums.phpfreaks.com/topic/40762-few-flash-questions/#findComment-197444 Share on other sites More sharing options...
lszanto Posted March 2, 2007 Author Share Posted March 2, 2007 I found out you can do it using flex 2.0 with this code. nameText.text = mx.core.Application.application.parameters.name; After the parameters you have a dot then the var name, is there any way to do this without flex 2? Link to comment https://forums.phpfreaks.com/topic/40762-few-flash-questions/#findComment-198201 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.