Jump to content

can server-side php ping browser-side swf


dsdsdsdsd

Recommended Posts

cooldude832,

 

thanks for responding;

 

I was attempting various http_... methods yesterday and none of them were working;

 

the documentation seems to suggest that 'http_...' is an extension:

Additionally to the API reference in this manual you can find information about how to install and configure as well as which...

 

nevertheless, if there is a person, say Joe, who lives in California and visits my_website.com which has an <object><embed src=my.swf></></>,

what does php need in order to ping that instance of my.swf ( as opposed to Sue's instance in Vermont, say )?

 

 

thanks for your time,

dsdsdsdsd

this is more of swf question as php can take any HTTP method.

That instant of the .swf file needs to have some uniquness to it.

 

php can't "ping" it has to be activated via a user navigating to a script or CRON.  What needs to happen is the .swf file needs to use some method like AJAX to send the data to your php script.

cooldude832, thanks again;

 

that is what I was afraid of: that the swf was going to have the burden of contacting the php ( as is the case usually );

 

 

I was hoping for this particular application that php might have some way of pro-actively contacting/pinging a client-side .swf;

 

thanks

dsdsdsdsd

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.