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. Quote 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? Quote 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.. Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/40762-few-flash-questions/#findComment-198201 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.