|
|
| Dave Minor 2005-05-02, 5:45 pm |
| I've been investigating remoting for a few days and have gone through
several tutorials and examples all of which are great examples of using
the flash interface to query dynamic data from a backend. What I
haven't found is any examples of being able to push an object to flash
from either server-side (like PHP) or client-side (like Javascript) and
have it act on that.
Can anyone point me towards examples like that or offer me some
suggestions?
Thanks,
dm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Brajeshwar 2005-05-02, 5:45 pm |
| I don't think it is possible.
Currently FCS alone can do the pushing thingy.
On 5/2/05, Dave Minor <dave-emnOxm6k3tU@public.gmane.org> wrote:
> I've been investigating remoting for a few days and have gone through
> several tutorials and examples all of which are great examples of using
> the flash interface to query dynamic data from a backend. What I
> haven't found is any examples of being able to push an object to flash
> from either server-side (like PHP) or client-side (like Javascript) and
> have it act on that.
>=20
> Can anyone point me towards examples like that or offer me some
> suggestions?
>=20
> Thanks,
> dm
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20
--=20
Regards
Brajeshwar | http://www.brajeshwar.com/
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Trevor Harrison 2005-05-02, 5:45 pm |
| Brajeshwar wrote:
>I don't think it is possible.
>Currently FCS alone can do the pushing thingy.
>
>
Not entirely true. You can open an XMLSocket on the client to a custom
written server side app (on its own port) and push data from the server
to the client.
Don't know about using php as the server side, but I've done this using
java as the server side.
-Trevor
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Ricky Bacon 2005-05-02, 5:45 pm |
| Trevor Harrison wrote:
> Don't know about using php as the server side, but I've done this using
> Java as the server side.
As long as sockets are enabled you can write a php script that will work
as a socket server and launch it from a command line.
-Ricky
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| daz lee 2005-05-02, 5:45 pm |
| or in c like flashcom
----- Original Message -----=20
From: Ricky Bacon<mailto:rbacon-SF9aB4pvgaXQT0dZR+AlfA@public.gmane.org>=20
To: FlashComm Mailing List<mailto:flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>=20
Sent: Monday, May 02, 2005 11:43 PM
Subject: Re: [FlashComm] pushing to flash
Trevor Harrison wrote:
> Don't know about using php as the server side, but I've done this =
using=20
> Java as the server side.
As long as sockets are enabled you can write a php script that will =
work=20
as a socket server and launch it from a command line.
-Ricky
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - =
http://www.figleaf.com<http://www.figleaf.com/>
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
=
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm<http://chattyfig.=
figleaf.com/mailman/listinfo/flashcomm>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|