Re: [Flashcoders] AS3 Socket class security

2007-04-17 Thread Andrés González Aragón

Try with 8080 and 3000, I use it and works well in most of countries.

2007/4/14, Michael Mudge [EMAIL PROTECTED]:


Thanks for the help.  Apparently, 5554 was a special port and was
firewalled.  I switched to a lower port and it works now.

- Kipp

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Andrés González  Aragón
 Sent: Friday, April 13, 2007 7:24 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: Re: [Flashcoders] AS3 Socket class security


 Hi Michael,

 Are you sure the crossdomain.xml is correct in biability server?

 I was working in a as2-xmlsocket/as3-binarysocket conversion
 recently and flash throwsme IOErrors when the message hasn't
 well parsed or if the socket server hasn't connected.

 Post the 'text' property of your IOError, it must have an
 Error Number like #2031 (Socket Error)

 --
 Andrés González Aragón
 Desarrollador Multimedia
 http://www.quantium.com.mx



 2007/4/13, Michael Mudge [EMAIL PROTECTED]:

  I wrote an app in AS3, served from
  http://www.biality.com/tubes/as3/tubes.swf, which makes a socket
  connection back to www.biality.com, port 5554.  I also have an AS2
  version of this app at http://www.biality.com/tubes/tubes.swf.
 
  The other person I'm working with is able to use the AS2
 version, but
  not the AS3 version -- he is running the latest Flash
 Player 9.  The
  AS3 version is firing an IOError (not a security error).
 Can anyone
  else report on who can connect, who can't, and what player you're
  using?
 
  Any thoughts on why the connection can't be established?
 Obviously,
  firewall settings and whatnot can play a role -- although his AS2
  version (which uses a different port) is working fine.  Is there
  something special about port 5554?  Is there something I
 can set-up on
  the www.biality.com server to fix this?
 
  - Kipp
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/ flashcoders


 Brought to you by Fig Leaf Software
 Premier
 Authorized Adobe Consulting and Training
 http://www.figleaf.com  http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
Andrés González Aragón
Desarrollador Multimedia
http://www.quantium.com.mx
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] AS3 Socket class security

2007-04-14 Thread Michael Mudge
Thanks for the help.  Apparently, 5554 was a special port and was
firewalled.  I switched to a lower port and it works now.

- Kipp

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Andrés González  Aragón
 Sent: Friday, April 13, 2007 7:24 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Flashcoders] AS3 Socket class security
 
 
 Hi Michael,
 
 Are you sure the crossdomain.xml is correct in biability server?
 
 I was working in a as2-xmlsocket/as3-binarysocket conversion 
 recently and flash throwsme IOErrors when the message hasn't 
 well parsed or if the socket server hasn't connected.
 
 Post the 'text' property of your IOError, it must have an 
 Error Number like #2031 (Socket Error)
 
 -- 
 Andrés González Aragón
 Desarrollador Multimedia
 http://www.quantium.com.mx
 
 
 
 2007/4/13, Michael Mudge [EMAIL PROTECTED]:
 
  I wrote an app in AS3, served from 
  http://www.biality.com/tubes/as3/tubes.swf, which makes a socket 
  connection back to www.biality.com, port 5554.  I also have an AS2 
  version of this app at http://www.biality.com/tubes/tubes.swf.
 
  The other person I'm working with is able to use the AS2 
 version, but 
  not the AS3 version -- he is running the latest Flash 
 Player 9.  The 
  AS3 version is firing an IOError (not a security error).  
 Can anyone 
  else report on who can connect, who can't, and what player you're 
  using?
 
  Any thoughts on why the connection can't be established?  
 Obviously, 
  firewall settings and whatnot can play a role -- although his AS2 
  version (which uses a different port) is working fine.  Is there 
  something special about port 5554?  Is there something I 
 can set-up on 
  the www.biality.com server to fix this?
 
  - Kipp
 
  ___
  [EMAIL PROTECTED]
  To change your subscription options or search the archive: 
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training 
  http://www.figleaf.com http://training.figleaf.com
 
 ___
 [EMAIL PROTECTED]
 To change your subscription options or search the archive: 
 http://chattyfig.figleaf.com/mailman/listinfo/ flashcoders
 
 
 Brought to you by Fig Leaf Software
 Premier 
 Authorized Adobe Consulting and Training 
 http://www.figleaf.com  http://training.figleaf.com
 

___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] AS3 Socket class security

2007-04-13 Thread Michael Mudge
I wrote an app in AS3, served from
http://www.biality.com/tubes/as3/tubes.swf, which makes a socket
connection back to www.biality.com, port 5554.  I also have an AS2
version of this app at http://www.biality.com/tubes/tubes.swf.

The other person I'm working with is able to use the AS2 version, but
not the AS3 version -- he is running the latest Flash Player 9.  The AS3
version is firing an IOError (not a security error).  Can anyone else
report on who can connect, who can't, and what player you're using?

Any thoughts on why the connection can't be established?  Obviously,
firewall settings and whatnot can play a role -- although his AS2
version (which uses a different port) is working fine.  Is there
something special about port 5554?  Is there something I can set-up on
the www.biality.com server to fix this?

- Kipp

___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS3 Socket class security

2007-04-13 Thread Steve Mathews

Win XP
IE6
Behind router, no other firewall.
Flash Player 9,0,28

Connected with both successfully.

Is there any way the other person can test connecting to port 5554
using the AS2 version? This will at least tell you if it is a port
number related issue as opposed to a version issue.

On 4/13/07, Michael Mudge [EMAIL PROTECTED] wrote:

I wrote an app in AS3, served from
http://www.biality.com/tubes/as3/tubes.swf, which makes a socket
connection back to www.biality.com, port 5554.  I also have an AS2
version of this app at http://www.biality.com/tubes/tubes.swf.

The other person I'm working with is able to use the AS2 version, but
not the AS3 version -- he is running the latest Flash Player 9.  The AS3
version is firing an IOError (not a security error).  Can anyone else
report on who can connect, who can't, and what player you're using?

Any thoughts on why the connection can't be established?  Obviously,
firewall settings and whatnot can play a role -- although his AS2
version (which uses a different port) is working fine.  Is there
something special about port 5554?  Is there something I can set-up on
the www.biality.com server to fix this?

- Kipp

___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS3 Socket class security

2007-04-13 Thread Andrés González Aragón

Hi Michael,

Are you sure the crossdomain.xml is correct in biability server?

I was working in a as2-xmlsocket/as3-binarysocket conversion recently and
flash throwsme IOErrors when the message hasn't well parsed or if the socket
server hasn't connected.

Post the 'text' property of your IOError, it must have an Error Number like
#2031 (Socket Error)

--
Andrés González Aragón
Desarrollador Multimedia
http://www.quantium.com.mx



2007/4/13, Michael Mudge [EMAIL PROTECTED]:


I wrote an app in AS3, served from
http://www.biality.com/tubes/as3/tubes.swf, which makes a socket
connection back to www.biality.com, port 5554.  I also have an AS2
version of this app at http://www.biality.com/tubes/tubes.swf.

The other person I'm working with is able to use the AS2 version, but
not the AS3 version -- he is running the latest Flash Player 9.  The AS3
version is firing an IOError (not a security error).  Can anyone else
report on who can connect, who can't, and what player you're using?

Any thoughts on why the connection can't be established?  Obviously,
firewall settings and whatnot can play a role -- although his AS2
version (which uses a different port) is working fine.  Is there
something special about port 5554?  Is there something I can set-up on
the www.biality.com server to fix this?

- Kipp

___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com