Re: [Flashcoders] Calling Actionscript from PHP

2006-09-18 Thread Rich Rodecker
I think we can probably help you o ut better if we had a better idea of what you were trying to accomplish. As prviously stated, actionscript is always going to execute inside, when you are dealing with the flash player. Sockets can be one way of dealing with the issue, but it may be overkill...f

Re: [Flashcoders] Calling Actionscript from PHP

2006-09-18 Thread Jordan Snyder
Anything executed within Flash is client-side. If you're talking about avoiding calling a Flash function via JavaScript, then there are ways to do so, but yes, you would need something that is constantly connected to the Flash client, such as FMS or an XMLSocket server. That is the only way that

RE: [Flashcoders] Calling Actionscript from PHP

2006-09-18 Thread Mark Lapasa
things need not handle just XML, it can also handle URL-encoded strings. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Lechner Sent: Monday, September 18, 2006 3:39 PM To: Flashcoders Subject: [Flashcoders] Calling Actionscript from PHP Hello

[Flashcoders] Calling Actionscript from PHP

2006-09-18 Thread Andrew Lechner
Hello, I'm a PHP/Perl developer who's not terribly familiar with Flash or Actionscript. A Flash developer friend of mine suggested I try asking a question here. I find myself in a position where I need to call an Actionscript function from PHP. This PHP page is not viewed by the user, it's jus