Hi,
read some stuff by Todd Yard before:

http://www.27bobs.com/preload.html

Might interest you.

On 9/27/06, phil dupre <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I need a flash action script developer to work on an
> art project. Need to create with action script the
> effect of photorealistic line drawings of  long flowy
> hair. The hair should flow as if a breeze of cool air
> is blowing on it. Compensation is based on experience.
>
>
> If you think you can do this, please email me at
> [EMAIL PROTECTED] Thanks.
>
> Looking forward to hearing from you.
>
> Phil
>
> --- [EMAIL PROTECTED] wrote:
>
> > Send osflash mailing list submissions to
> >       [email protected]
> >
> > To subscribe or unsubscribe via the World Wide Web,
> > visit
> >
> >
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> > or, via email, send a message with subject or body
> > 'help' to
> >       [EMAIL PROTECTED]
> >
> > You can reach the person managing the list at
> >       [EMAIL PROTECTED]
> >
> > When replying, please edit your Subject line so it
> > is more specific
> > than "Re: Contents of osflash digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Re: FW: [Flashcoders] Label --> null (Jo?o
> > Saleiro)
> >
> >
> >
> ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 26 Sep 2006 13:39:29 +0100
> > From: Jo?o Saleiro <[EMAIL PROTECTED]>
> > Subject: Re: [osflash] FW: [Flashcoders] Label -->
> > null
> > To: Open Source Flash Mailing List
> > <[email protected]>
> > Message-ID: <[EMAIL PROTECTED]>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > With "all" the information you gave, i don't think
> > it will be easy to
> > find a solution...
> >
> > Jo?o Saleiro
> >
> > Lieven Cardoen wrote:
> > >
> > > Duh, yes, thank you very much, or bitcomponents,
> > or... but I would
> > > like to know the solution of the Label-problem.
> > >
> > >
> > >
> > > Lieven
> > >
> > >
> > >
> > > Up julder mulle
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> ------------------------------------------------------------------------
> > >
> > > *From:* [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] *On Behalf Of
> > *Jo?o Saleiro
> > > *Sent:* dinsdag 26 september 2006 13:23
> > > *To:* Open Source Flash Mailing List
> > > *Subject:* Re: [osflash] FW: [Flashcoders] Label
> > --> null
> > >
> > >
> > >
> > > ----> www.aswing.org <http://www.aswing.org>
> > >
> > > Jo?o Saleiro
> > >
> > > Lieven Cardoen wrote:
> > >
> > > I posted this to FlashCoders, but maybe this is
> > also something for
> > > OSFlash
> > >
> > >
> > > I can be wrong, but I think this is bullshit.
> > >
> > > I'm compiling with MTASC and label is 'null'. Also
> > compiled with Flash,
> > > still Label is 'null' when casted...
> > >
> > > Really annoying. The V2 components from Flash
> > really suck. I've also
> > > looked into the code from the V2 components and
> > it's a jungle. I've had
> > > nothing but problems with these components.
> > >
> > > Lieven
> > >
> > > import mx.controls.Label;
> > >
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> public function createLabel(owner:MovieClip,
> > instanceName:String,
> > >>> depth:Number, initObj:Object):Label{
> > >>>
> > >>>       var label =
> > owner.attachMovie(Label.symbolName, instanceName,
> > >>> depth, initObj);
> > >>>
> > >>>       logger.debug("label : " + label);
> > >>>
> > >>>       label.autoSize = "left";
> > >>>
> > >>>       applyStyle(label);
> > >>>
> > >>>       return label;
> > >>>
> > >>> }
> > >>>
> > >>>
> > >>>
> > >>> --> logs a Label ...view0.view1.component12
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> If I type the label :
> > >>>
> > >>>
> > >>>
> > >>> public function createLabel(owner:MovieClip,
> > instanceName:String,
> > >>> depth:Number, initObj:Object):Label{
> > >>>
> > >>>       var label:Label =
> > Label(owner.attachMovie(Label.symbolName,
> > >>> instanceName, depth, initObj));
> > >>>
> > >>>       logger.debug("label : " + label);
> > >>>
> > >>>       label.autoSize = "left";
> > >>>
> > >>>       applyStyle(label);
> > >>>
> > >>>       return label;
> > >>>
> > >>> }
> > >>>
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>
> > > [mailto:[EMAIL PROTECTED]
> > On Behalf Of Pete
> > > Miller
> > > Sent: maandag 25 september 2006 16:52
> > > To: Flashcoders mailing list
> > > Subject: RE: [Flashcoders] Label --> null
> > >
> > > I think you probably want parenthesis around your
> > typecast, as
> > >
> > > var label:Label =
> > (Label)(owner.attachMovie(Label.symbolName,
> > > instanceName, depth, initObj));
> > >
> > > P.
> > >
> > >
> > >
> > >>> -----Original Message-----
> > >>> From: [EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>
> > [mailto:flashcoders-
> > >>> [EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>] On Behalf Of
> > Lieven Cardoen
> > >>> Sent: Monday, September 25, 2006 8:53 AM
> > >>> To: Flashcoders mailing list
> > >>> Cc: Bert Vandamme; Christophe Herreman
> > >>> Subject: [Flashcoders] Label --> null
> > >>>
> > >>> import mx.controls.Label;
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> public function createLabel(owner:MovieClip,
> > instanceName:String,
> >
> === message truncated ===
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>


-- 
Cheers,
Ray Chuan

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to