List Info

Thread: - pixSWX another dynamic method to speech with the server




- pixSWX another dynamic method to speech with the server
country flaguser name
Belgium
2007-10-07 03:42:08
Hi guys and girl(s),

> Je viens de porter SWX (le dernier bébé d'Aral Balkan)
dans pixLib.
I have just carried SWX (the last baby of Aral Balkan) in
pixLib.

> Cette version est un portage rapide basé sur la
structure du paquet  
> remoting de pixLib.
> Si vous pouviez prendre le temps de tester et regarder
la structure  
> pour me dire ce que vous en pensez, histoire de pouvoir
rapidement  
> le valider et le passer en production. ;)
This version is a fast bearing based on the structure
package  
remoting of pixLib.
If you could take time to test and look at structure to say
to me  
what you think, history of to quickly be able to validate it
and pass  
it in production. ;)

The principle is simple :
> var swx : SWXCall = new SWXCall("http://www.geturl.net
/services/ 
> swx_php_1/php/swx.php",
"Simple.echoData");
> // swx.addListener( oListener : ISWXListener );
> swx.setDebug(true);
> swx.setEncoding(EncodingList.GET);
> swx.load( {hello:"World",
a:[{e:"element"}, 4, 6, 7]} );

URL of the project:
http://code.google.c
om/p/pixswx/

example :
http:/
/code.google.com/p/pixswx/downloads/list

cheers,
Laurent
-- 
http://blog.geturl.net/

_______________________________________________
Pixlib mailing list
Pixlibosflash.org
http://osflash.org/mailman/listinfo/pixlib_osflash.org


Re: - pixSWX another dynamic method to speech with the server
country flaguser name
Belgium
2007-10-07 05:31:14
hi, there

i've got 2 quick questions:

what's the benifit over using remoting directly? isn't this importing more classes then needed?
i see you use mcConnection.loadMovie(getURL(), getEncoding()); ? what's the function of this loaded movieclip?

the principle looks great!!

stefan

ali_o_kan schreef:
get-url.net" type="cite">
Hi guys and girl(s),

  
Je viens de porter SWX (le dernier bébé d'Aral Balkan) dans pixLib.
    
I have just carried SWX (the last baby of Aral Balkan) in pixLib.


  
Cette version est un portage rapide basé; sur la structure du paquet  
remoting de pixLib.
Si vous pouviez prendre le temps de tester et regarder la structure  
pour me dire ce que vous en pensez, histoire de pouvoir rapidement  
le valider et le passer en production. ;)
    
This version is a fast bearing based on the structure package  
remoting of pixLib.
If you could take time to test and look at structure to say to me  
what you think, history of to quickly be able to validate it and pass  
it in production. ;)

The principle is simple :
  
var swx : SWXCall = new SWXCall("http://www.geturl.net/services/ 
swx_php_1/php/swx.php", "Simple.echoData");
// swx.addListener( oListener : ISWXListener );
swx.setDebug(true);
swx.setEncoding(EncodingList.GET);
swx.load( {hello:"World", a:[{e:"element"}, 4, 6, 7]} );
    

URL of the project:
http://code.google.com/p/pixswx/

example :
http://code.google.com/p/pixswx/downloads/list

cheers,
Laurent
  

Re: - pixSWX another dynamic method to speech with the server
country flaguser name
Belgium
2007-10-07 06:31:31
Beste Stefan 

> what's the benifit over using remoting directly? isn't
this  
> importing more classes then needed?
For the benefit look discussion at :
http://www.5etdemi.com/blog/archives/2007/03/swx-a-b
ad-idea/
http://www.aralbalkan.c
om/895
http://www.5etdemi.com/blog/archives/2007/03/s
wx-still-a-bad-idea/
http://aralbalkan.com/897

and the tools :
http://www.
geturl.net/services/swx_php_1/

> i see you use mcConnection.loadMovie(getURL(),
getEncoding()); ?  
> what's the function of this loaded movieclip?
Is it, SWX PHP send the answer into an SWF, look at :
http:// 
swxformat.org/

dag,
Laurent

_______________________________________________
Pixlib mailing list
Pixlibosflash.org
http://osflash.org/mailman/listinfo/pixlib_osflash.org


Re: - pixSWX another dynamic method to speech with the server
user name
2007-10-11 08:03:34
Really a good idea Laurent!

Thanks a lot for your work. I'll test it soon.

Cheers,
Thomas

2007/10/7, Stefan Vandermeulen <mailnetdust.be>:
>
>
>  bonjour laurent ;)
>
>  i've read these artciles
> http:
//swxformat.org/documentation/swx-php/#125 and i must
> say it looks good!
>  i'm going to use it next time i need remoting and then
i know if i really
> like it,
>  the simplicity of how to use swx is a blessing !
>
>  ali_o_kan schreef:
>  Beste Stefan 
>
>
>
>  what's the benifit over using remoting directly? isn't
this
> importing more classes then needed?
>
>  For the benefit look discussion at :
> http://www.5etdemi.com/blog/archives/2007/03/swx-a-b
ad-idea/
> http://www.aralbalkan.c
om/895
> http://www.5etdemi.com/blog/archives/2007/03/s
wx-still-a-bad-idea/
> http://aralbalkan.com/897
>
> and the tools :
> http://www.
geturl.net/services/swx_php_1/
>
>
>
>  i see you use mcConnection.loadMovie(getURL(),
getEncoding()); ?
> what's the function of this loaded movieclip?
>
>
> Is it, SWX PHP send the answer into an SWF, look at :
http://
> swxformat.org/
>
> dag,
> Laurent
>
> _______________________________________________
> Pixlib mailing list
> Pixlibosflash.org
> http://osflash.org/mailman/listinfo/pixlib_osflash.org

>
> __________ NOD32 2576 (20071007) Informatie __________
>
> Dit bericht is gecontroleerd door het NOD32 Antivirus
Systeem.
> http://www.nod32.nl
>
>
>
>
>
>
> _______________________________________________
> Pixlib mailing list
> Pixlibosflash.org
> http://osflash.org/mailman/listinfo/pixlib_osflash.org

>
>

_______________________________________________
Pixlib mailing list
Pixlibosflash.org
http://osflash.org/mailman/listinfo/pixlib_osflash.org


Re: - pixSWX another dynamic method to speech with the server
country flaguser name
Belgium
2007-10-24 10:34:10
Hi guys,

I just write a little explanation on my blog : http://blog.geturl.net/ 
post/2007/10/24/%5BpixSWX%5D-Une-alternative-au-remoting

the english translation is comming.

cheers,
Laurent

Le 11-oct.-07 à 15:03, Thomas Pfeiffer a écrit :

> Really a good idea Laurent!
>
> Thanks a lot for your work. I'll test it soon.
>
> Cheers,
> Thomas
>
> 2007/10/7, Stefan Vandermeulen <mailnetdust.be>:
>>
>>
>>  bonjour laurent ;)
>>
>>  i've read these artciles
>> http:
//swxformat.org/documentation/swx-php/#125 and i must
>> say it looks good!
>>  i'm going to use it next time i need remoting and
then i know if  
>> i really
>> like it,
>>  the simplicity of how to use swx is a blessing !
>>
>>  ali_o_kan schreef:
>>  Beste Stefan 
>>
>>
>>
>>  what's the benifit over using remoting directly?
isn't this
>> importing more classes then needed?
>>
>>  For the benefit look discussion at :
>> http://www.5etdemi.com/blog/archives/2007/03/swx-a-b
ad-idea/
>> http://www.aralbalkan.c
om/895
>> http://www.5etdemi.com/blog/archives/2007/03/s
wx-still-a-bad-idea/
>> http://aralbalkan.com/897
>>
>> and the tools :
>> http://www.
geturl.net/services/swx_php_1/
>>
>>
>>
>>  i see you use mcConnection.loadMovie(getURL(),
getEncoding()); ?
>> what's the function of this loaded movieclip?
>>
>>
>> Is it, SWX PHP send the answer into an SWF, look at
: http://
>> swxformat.org/
>>
>> dag,
>> Laurent
>>
>> _______________________________________________
>> Pixlib mailing list
>> Pixlibosflash.org
>> http://osflash.org/mailman/listinfo/pixlib_osflash.org

>>
>> __________ NOD32 2576 (20071007) Informatie
__________
>>
>> Dit bericht is gecontroleerd door het NOD32
Antivirus Systeem.
>> http://www.nod32.nl
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pixlib mailing list
>> Pixlibosflash.org
>> http://osflash.org/mailman/listinfo/pixlib_osflash.org

>>
>>
>
> _______________________________________________
> Pixlib mailing list
> Pixlibosflash.org
> http://osflash.org/mailman/listinfo/pixlib_osflash.org



_______________________________________________
Pixlib mailing list
Pixlibosflash.org
http://osflash.org/mailman/listinfo/pixlib_osflash.org


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )