View Single Post
Old 08-04-2008, 06:41 PM  
camgirlshide
Confirmed User
 
Join Date: Jan 2005
Posts: 1,558
flash/php interaction

I am sending data from a flash program to a php script on a button push as follows:

var request:URLRequest = new URLRequest("test.php");
var vars:URLVariables = new URLVariables();
var loader:URLLoader = new URLLoader();
request.data = vars;
loader.load(request);


I would like to keep doing this, but I want the browser pointed to the php script instead of the page with the flash script after the button push.

Can anyone help me out?
__________________
Useful adult webmaster links -
Alphabetical list of solo models with webcam
Stats on my best converting affiliate programs - camgirlshide webmaster blog
complete list of affiliate programs I use.
camgirlshide is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote