Re: [Flashcoders] should this work?

2007-02-13 Thread Lance Massey
break the user's security. The user did when the socket was opened up. Anyone who can get to that socket can do whatever the socket allows. On a LAN, this will be fun for hackers. Ron Lance Massey wrote: I have an application on my computer which is simply a socket listening for a connecti

[Flashcoders] should this work?

2007-02-13 Thread Lance Massey
I have an application on my computer which is simply a socket listening for a connection on "127.0.0.1" port 5824. So, in AS3 I created a swf with the following code var sock:XMLSocket = new XMLSocket(); sock.connect("127.0.0.1",5824); and uploaded it to my server. Now, when I go to the web

[Flashcoders] job

2007-02-05 Thread Lance Massey
Sorry for being a bit off topic. The company I'm working for *really* needs high end actionscripters with solid PHP experience. Please email me if you're available, or if you know somewhere else I can find people. Thanks, Lance http://www.intertechmedia.com/ ___

Re: [Flashcoders] onSoundComplete

2006-01-12 Thread Lance Massey
only thing I can think of that I do to all my files. It might work. Goodluck On 1/13/06, Lance Massey <[EMAIL PROTECTED]> wrote: onSoundComplete does not seem to be firing. I've noticed others have had the same issue. Has anyone come up w/

[Flashcoders] onSoundComplete

2006-01-12 Thread Lance Massey
onSoundComplete does not seem to be firing. I've noticed others have had the same issue. Has anyone come up w/ a solution? Thanks, L GorillaPop - Connecting People Through Music http://www.gorillapop.com/ _

Re: [Flashcoders] List Components, matrix data, and object properties

2006-01-12 Thread Lance Massey
ataGrid... Each row is an object with a bunch of properties, but only the properties that there are columns for get displayed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lance Massey Sent: Thursday, January 12, 2006 11:53 AM To: Flashcoders maili

[Flashcoders] List Components, matrix data, and object properties

2006-01-12 Thread Lance Massey
I create a playlist which is an array of tracks. Each track has a title, an id, an artist, and a URL. Magically, when I set my List Component's dataProvider to playlist, it shows all the titles. But the real miracle is that when I click on a title all the track properties corresponding to t

[Flashcoders] tossable boxes and editing text

2006-01-08 Thread Lance Massey
Hey all, I'm working on yet another XSPF mp3 player for my site. A couple of the boxes are tossable (e.g. if you drag and let go, they float to a stop), but when I try to make the "Search" box tossable I can no longer enter text into the search field. Any ideas? (It seems to be an issue w