[flexcoders] Senior Flex/Flash Developer

2007-03-26 Thread h8me4everplus1
http://www.krop.com/jobs/b8c2d/ http://www.pierinc.com/ PIER, Inc. Boston, MA, USA Senior Flex/Flash Developer Description It has always been PIER's goal to think differently about what the web is capable of, and to push that agenda through cutting edge design and development. PIER

[flexcoders] Contact

2007-03-26 Thread h8me4everplus1
[EMAIL PROTECTED]

[flexcoders] tab index

2007-02-08 Thread h8me4everplus1
I would like to set a specific tab loop for each state of the application I'm working on. I thought that I would just set the tabIndex of the components and that the default tab index order would be overridden. This did not work. Tabbing behaves as if no tab index has been set. I have made sure

[flexcoders] Re: HTML in Flex

2007-02-08 Thread h8me4everplus1
An overkill solution for you: if the context allows for it, you could parse the html document so just the supported html tags are left. --- In flexcoders@yahoogroups.com, Robert Shaw [EMAIL PROTECTED] wrote: I already think I know the answer, but I will ask anyway. We buy medical knowledge from

[flexcoders] please help me

2007-02-08 Thread h8me4everplus1
Please, someone take a look and at least tell me there is no way to do it the way I'm doing it. Setting tabIndex doesn't do anything. I have no idea what to do... --- In flexcoders@yahoogroups.com, h8me4everplus1 [EMAIL PROTECTED] wrote: I would like to set a specific tab loop for each state

[flexcoders] StringBuilder Class?

2007-01-09 Thread h8me4everplus1
I remember there was suppose to be a StringBuilder class, except, I don't know what happened to it. I remember their being controversy over whether it was actually faster than the String class operations. Am I just looking in the wrong packages?

[flexcoders] Re: Graphic related

2007-01-04 Thread h8me4everplus1
was aggravating. Wish people would finish their books, Moock . --- In flexcoders@yahoogroups.com, h8me4everplus1 [EMAIL PROTECTED] wrote: When I use css to skin to flex components, I'm able to create a swf file with each symbol exported to the first frame and reference those symbols from the css file

[flexcoders] Graphic related

2007-01-02 Thread h8me4everplus1
When I use css to skin to flex components, I'm able to create a swf file with each symbol exported to the first frame and reference those symbols from the css file. I would like to know how I would be able to access a loaded AVM1 MovieClip's exported symbols the way the native flex components do.

[flexcoders] SWF Meta Data

2006-12-05 Thread h8me4everplus1
Hey guys, I really like the idea of defining my SWF parameters for AS projects right at the main script file for actionscript files, but I have two problems: 1, wish it worked, my source: package { [SWF(width=500, height=500, backgroundColor=#ff, frameRate=40)] That's it,

[flexcoders] Re: Web Services authentication

2006-12-05 Thread h8me4everplus1
What you're doing is calling a webservice method called setUsernamePassword, and passing that method 2 parameters, so unless you have a method called setUsernamePassword on your webservice, nothing will happen, however, you aren't even able to access the webservice because I don't think you've

[flexcoders] Re: SWF Meta Data

2006-12-05 Thread h8me4everplus1
attributes from MXML. (For what its worth, I think you have the entire set we support at the moment.) -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of h8me4everplus1 Sent: Tuesday, December 05, 2006 6:49 AM

[flexcoders] Re: SWF Meta Data

2006-12-05 Thread h8me4everplus1
Of h8me4everplus1 Sent: Tuesday, December 05, 2006 9:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWF Meta Data Hi rg, Thanks. Here is a description of my process: Step 1: I created a new Actionscript