Socket policy file, Several Times


hi,

 

i have posted several posts regarding policy file without help.  kindly request solve this.

 

i downloaded file perl version adobe serve policy file , ran it.

 

i started server running in 1324 port.

 

i getting message client connected, data not getting exchanged. 

 

when run flex ide works fine.

 

please let me know has done data exchanged.

 

 

//code

 

import flash.net.socket;
            import mx.controls.alert;
           
            public function socketconn():void
            {
                var xml:xmlsocket = new xmlsocket();
               
                xml.connect("127.0.0.1", 1324);
               
                xml.addeventlistener(dataevent.data, progressevent);
            }
           
            public function progressevent(event:dataevent):void
            {
                alert.show("alert");
            }

 

 

 

thanks



More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい