Mailing List
Home
Flash Pro
Extending Flash
Flash Macromedia Developer
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
send()

send()

2004-02-24       - By Simon Lord

 Back
Reply:     1     2     3     4     5  

I would like to load a PHP page without opening it. I 'm NOT PASSING
any data to it, nor am I requesting data from it. Everything the PHP
file needs to know is in the URL itself. SO I figured the following
would work:

on (press){
   send( "http://www.mysite.com/webcams/flashindex.php?
op=addroom&room=SENDTEST ", " ", "POST ");
}

... all this does is tell my CMS system to log me into into a room (I
am running an FCS server and tracking rooms and users this way) if it
does not exist. The php checks if the roomname exists, if I 'm in it
already etc. By loading this page first it simply informs the DB that
I have entered the room (the php page already knows who you are logged
into the CMS as and uses that username to enter into the DB).

However this doesn 't seem to be working (it does when typing directly
to the browser URL so I 'm doing something wrong in Flash).

Suggestions?

PS: I definately *do not* want to load this page, it is a blank page
and is only meant for me to pass and get data from. Getting data is
easy, for some reason I can 't get it to just send an url and be done
with it.

Sincerely,
Simon


=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:105131
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)