Lucky2710 Posted May 9, 2011 Share Posted May 9, 2011 I'm not sure if this question is better asked here or in the 'other' category in client side but that category of forums has less traffic so i'm posting here. I am trying to mix php, mysql, and flash all togather. In mysql ive got a table with information regarding my photo gallery (columns are like 'id' 'location' 'date' 'uploader' ect) I am using php to pick 5 random pictures and return those 5 picture locations into 5 different php variables. NOW MY ISSUE: How can I send those 5 php variables into flash (as3) as 5 as3 variables??? Any help would be appreciated! Link to comment https://forums.phpfreaks.com/topic/235888-sending-variables-from-php-to-as3/ Share on other sites More sharing options...
JasonLewis Posted May 9, 2011 Share Posted May 9, 2011 You can actually use Flash to retrieve information from external files, such as PHP. See this thread for more information on that. Link to comment https://forums.phpfreaks.com/topic/235888-sending-variables-from-php-to-as3/#findComment-1212609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.