|
Home > Archive > Macromedia Flash Server > June 2005 > Datatypes in SSAS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Alexandra Paul 2005-05-19, 7:45 am |
| Hello everyone,
I'm not sure how to explain my problem - I want to send a LoadVars object
from the server to a php file on the server in the application folder:
sendData = new LoadVars();
sendData.props = "anything";
sendData.send("create_xml.php", "_blank");
Is that possible at all? Because I get a message in the Communication App
Inspector that LoadVars is not defined. Does that mean it's a programming
error or does SSAS not include Flash Datatypes?
Thanks for any help!
Alex
=-----------------------------------------------------------
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
| |
| Wouter van Vliet / webclusive 2005-06-20, 5:45 pm |
| Nope, you can't do it this way in FCS. You can, however, use flash
remoting to make the calls you'd want. Check out amfphp or AMF::Perl if
you're looking for a free version if it, or buy Macromedia's and use it
with Java, ColdFusion or Java.
Wouter
Alexandra Paul wrote:
> Hello everyone,
>
> I'm not sure how to explain my problem - I want to send a LoadVars object
> from the server to a php file on the server in the application folder:
>
> sendData = new LoadVars();
> sendData.props = "anything";
> sendData.send("create_xml.php", "_blank");
>
> Is that possible at all? Because I get a message in the Communication App
> Inspector that LoadVars is not defined. Does that mean it's a programming
> error or does SSAS not include Flash Datatypes?
>
> Thanks for any help!
>
> Alex
>
>
>
> =-----------------------------------------------------------
> 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
>
>
--
Met vriendelijke groet,
Wouter van Vliet
WEBclusive
Calandstraat 1
2521 AD Den Haag
http://www.webclusive.com
http://flashcom.pagina.nl
Tel +31 (0) 70 3699 817
Fax +31 (0) 70 4450 321
Mob +31 (0) 615 397 471
E-mail wouter-cbyZFP1Q8NkXQ3Lr6voeyA@public.gmane.org
=-----------------------------------------------------------
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
|
|
|
|
|