andrew_biggart Posted May 18, 2009 Share Posted May 18, 2009 Ok what i am trying to do is test for a registered session in flash (myusername) and if it is not set then start playing from goto and play frame 1! but if it is registered goto and play frame 80. Can anyone point me in the right direction? Thanks Link to comment https://forums.phpfreaks.com/topic/158642-sessions-in-flash/ Share on other sites More sharing options...
DarkSuperHero Posted May 26, 2009 Share Posted May 26, 2009 how about calling a php page using URLLoader() ? have the page load something confirming a sign on.... you can also send data to the php script using some URLRequest() and URLVariables() ... :-) http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLLoader.html http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLRequest.html http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLVariables.html google has some great totorials...you can PM if you need any specific help....ive been submerged in Flash projects over the last couple months...so im getting to know it quite well :-) Link to comment https://forums.phpfreaks.com/topic/158642-sessions-in-flash/#findComment-842464 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.