  | |  | call from PHP to FCS (not callback) and setInterval | call from PHP to FCS (not callback) and setInterval 2004-02-10 - By C?dric de Crozant
Back I managed to solve this specific problem, but in some cases it looks like there's no solution...
Hmmm... what about using a FCS setInterval to call 1st some remote php ?
About FCS setInterval and client calls :
Have you played with FCS setInterval ? Is there some performance issues ? I'm planning to use it to call clients SWF every 10 sec. or so.
Do you think it's OK if I have a (pseudo) setInterval(fct() {client.call(); },10000) running and calling for 10-20 or 30 client instances ?
I know it may depend of server ressources and BW. But, do you think it's OK with a low-mid cost shared fcs hosting service ?
cedric.
-- -- Original Message -- -- From: "C?dric de Crozant" <cdecrozant@(protected)> To: <flashcomm@(protected)> Sent: Tuesday, February 10, 2004 12:14 PM Subject: Re: [FlashComm] call from PHP to FCS (not callback)
> In fact, I had a pop up html window to a third party platform with an html > form. > then the third party server returned an http location (a php file) to the > html window if successful. > I needed this php file to call the fcs to call the flash RIA to make it say > something like "it's ok !" > For legal reasons, the usage of the third party service is limited so i > can't seamlessly include it in my RIA. > > swf > html popup -> 3rd party server -> php || ? || fcs -> swf > > > But finally I included its form in the RIA while still displaying the legal > logos in a popup, and made the connection to the 3rd party platform > serverside. > > > > -- -- Original Message -- -- > From: "Nikolaj Ankj?r" <figleaf@(protected)> > To: <flashcomm@(protected)> > Sent: Tuesday, February 10, 2004 11:54 AM > Subject: SV: [FlashComm] call from PHP to FCS (not callback) > > > Just to be curious - Which way ;-) > > -- --Oprindelig meddelelse-- -- > Fra: C?dric de Crozant [mailto:cdecrozant@(protected)] > Sendt: 10. februar 2004 11:54 > Til: flashcomm@(protected) > Emne: Re: [FlashComm] call from PHP to FCS (not callback) > > I found a different way to do what I need ;) > > Thanx for your help. > > cedric. > > > > -- -- Original Message -- -- > From: "Justin Watkins" <justin@(protected)> > To: <flashcomm@(protected)> > Sent: Tuesday, February 10, 2004 12:21 AM > Subject: Re: [FlashComm] call from PHP to FCS (not callback) > > > > Simon, > > > > I would be extremely weary of PHPFlash (not because I have ties to > amfphp), > > but any system where you store your SQL code in the client and pass SQL > > strings through the internet is asking for disaster. It's one thing to > have > > remote api's that can edit the backend data, it's another to allow a blank > > api to accept and execute sql code. If one cracks your .swf and figures > out > > your table names, what's to stop them from running DELETE * from > YOUR_TABLE, > > not much. > > > > If your stuck on not using remoting, then I would suggest Carbon, > > http://cabron.sourceforge.net/. It's a similar technique as remoting > (RMI), > > but uses the LoadVars object to pass data and is pretty light-weight. > > > > -justin > > > > > > > > > > -- -- Original Message -- -- > > From: "Simon Lord" <slord@(protected)> > > To: <flashcomm@(protected)> > > Sent: Monday, February 09, 2004 4:04 PM > > Subject: Re: [FlashComm] call from PHP to FCS (not callback) > > > > > > > This depends on what you are doing. I'm assuming you want to make a > > > call to FCS from PHP so that PHP knows what FCS is doing/done. This is > > > not possible, but you can get FCS/flash app to call PHP and let it know > > > what it's doing. > > > > > > In a case like this I'd use PHPFlash 2.5 rather than AMFPHP. PHPFlash > > > is MUCH lighter and can do pretty much everything you need to do from > > > Flash --> PHP --> Mysql. And it takes a few minutes to learn which is > > > VERY nice. Samples are included in the download. > > > > > > http://www.alesys.net/phpflash/ > > > > > > > > > PS: I have this working from Flash, I'm *confident* I can use it from > > > my FCS scripts as well. I'll be testing that out in a week or two, but > > > I bet it works fine. > > > > > > > > > > > > > > > On Feb 9, 2004, at 3:50 PM, <cdecrozant@(protected)> wrote: > > > > > > > I need to make a call from a php script to a FCS app. > > > > > > > > Not a callback, a first call. > > > > > > > > I think this may be possible with AMFPHP, but I'd like to get some > help > > > > because i don't have a lot of time to search and experiment. > > > > > > > > So, how can i make a call from PHP to FCS ? > > > > > > > > thanx. > > > > > > > > > > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > > > Supported by Fig Leaf Software > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > > > Lower Prices for Certified Training! Check out new lower prices for > > > > Certified Macromedia Training from Fig Leaf Software. Expand your > > > > skill set with courses in ColdFusion, Flash, Rich Internet > > > > Applications and .NET in the new year. Fig Leaf Software provides > > > > the highest caliber instruction at our training centers in Washington > > > > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > > > > your location. > > > > > > > > Get the details at http://training.figleaf.com/ > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > > > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > > > > For additional commands, e-mail: flashcomm-help@(protected) > > > > > > > > > > > Sincerely, > > > Simon > > > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > > Supported by Fig Leaf Software > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > > Lower Prices for Certified Training! Check out new lower prices for > > > Certified Macromedia Training from Fig Leaf Software. Expand your > > > skill set with courses in ColdFusion, Flash, Rich Internet > > > Applications and .NET in the new year. Fig Leaf Software provides > > > the highest caliber instruction at our training centers in Washington > > > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > > > your location. > > > > > > Get the details at http://training.figleaf.com/ > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > > > For additional commands, e-mail: flashcomm-help@(protected) > > > > > > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > Supported by Fig Leaf Software > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > Lower Prices for Certified Training! Check out new lower prices for > > Certified Macromedia Training from Fig Leaf Software. Expand your > > skill set with courses in ColdFusion, Flash, Rich Internet > > Applications and .NET in the new year. Fig Leaf Software provides > > the highest caliber instruction at our training centers in Washington > > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > > your location. > > > > Get the details at http://training.figleaf.com/ > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > > For additional commands, e-mail: flashcomm-help@(protected) > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Supported by Fig Leaf Software > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Lower Prices for Certified Training! Check out new lower prices for > Certified Macromedia Training from Fig Leaf Software. Expand your > skill set with courses in ColdFusion, Flash, Rich Internet > Applications and .NET in the new year. Fig Leaf Software provides > the highest caliber instruction at our training centers in Washington > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > your location. > > Get the details at http://training.figleaf.com/ > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > For additional commands, e-mail: flashcomm-help@(protected) > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Supported by Fig Leaf Software > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Lower Prices for Certified Training! Check out new lower prices for > Certified Macromedia Training from Fig Leaf Software. Expand your > skill set with courses in ColdFusion, Flash, Rich Internet > Applications and .NET in the new year. Fig Leaf Software provides > the highest caliber instruction at our training centers in Washington > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > your location. > > Get the details at http://training.figleaf.com/ > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > For additional commands, e-mail: flashcomm-help@(protected) > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Supported by Fig Leaf Software > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Lower Prices for Certified Training! Check out new lower prices for > Certified Macromedia Training from Fig Leaf Software. Expand your > skill set with courses in ColdFusion, Flash, Rich Internet > Applications and .NET in the new year. Fig Leaf Software provides > the highest caliber instruction at our training centers in Washington > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > your location. > > Get the details at http://training.figleaf.com/ > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > For additional commands, e-mail: flashcomm-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) For additional commands, e-mail: flashcomm-help@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |