[Flashcoders] onEnterFrame() and delete onEnterFrame()

2007-07-17 Thread macromedia flash
hi there, I am workin on the the script below, and have problem for onEnterFrame() action. 1. there is an movieclip on my stage and assigned the Instance Name to "templates". 2. I would like to use duplicateMovieClip to create 5 more templates on the stage and have fade in effects. 3. After that

[Flashcoders] Flex EmailValidator Question

2007-09-05 Thread macromedia flash
Hi there, I saw an example below, it looks great, but I would like to force the RED notification bar be enabled by default if the required field incorrect? It now disappears after mouseRollOut http://www.adobe.com/devnet/flex/quickstart/validating_data Cheers

[Flashcoders] Drawing Shapes

2007-09-06 Thread macromedia flash
Hi there I am going to use AS3 to draw the box as below... you can download the shapes.swf file here http://www.2shared.com/file/2247730/b78a543a/shape.html? I have already figured out the border and gradient shape, but when I try to combine them together, the gradient is gone any idea o

[Flashcoders] Re: Drawing Shapes

2007-09-06 Thread macromedia flash
on, 10, shapeWidth, shapeHeight, cornerRadius); addChild(child); } } } = Cheers On 9/6/07, macromedia flash <[EMAIL PROTECTED] > wrote: > > Hi there I am going to use AS3 to draw the box as below... you can > download the shapes.swf file he

[Flashcoders] Drawing Advanced Shape

2007-09-06 Thread macromedia flash
Hi guys, I uses AS3 to draw a shape with gradient as below, now I am going to draw more complex shape.. can you please help me on this? ==>> http://www.minlab.net/upload/files/shapes.swf = package { import flash.display.DisplayObject; import flash.display.Graphics ; impo

[Flashcoders] Re: Drawing Advanced Shape

2007-09-07 Thread macromedia flash
Hi guys..I tried to draw this shapes, but doesn't work for me, does anybody can help me on this? or is there any Tutorials I can learn about ti? I really have to finish it by the end of day.. thanks http://www.minlab.net/upload/files/shapes.swf Have a nice weekend On 9/6/07, macro

[Flashcoders] Flex - How to get button ID name?

2007-09-08 Thread macromedia flash
Hi there, I am working on Flex and need to get the button ID in function, do you have any ideas? http://www.adobe.com/2006/mxml";> ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or s

Fwd: [Flashcoders] Flex - How to get button ID name?

2007-09-10 Thread macromedia flash
2006/mxml";> *Forwarded Conversation* Subject: *Flex - How to get button ID name?* ---- * From: macromedia flash* <[EMAIL PROTECTED]> To: flashcoders@chattyfig.figleaf.com Date: Sat, Sep 8, 2007 at 5:02 PM Hi there, I am working on Flex and need to get the button ID i

[Flashcoders] Simple quesiton for createEmptyMovieClip in AS2

2008-01-12 Thread macromedia flash
hi there, I am having problem to create empty Movie clicp by using the code below, I can't create 5 movie clips vertically. Would you please help me take a look this. Thank you so much :) playListHolder is an MC Instance name and placed on Stage. for (var i:Number = 0; i< 5; i++) { var vidTh

Re: [Flashcoders] Simple quesiton for createEmptyMovieClip in AS2

2008-01-12 Thread macromedia flash
ap = 75; > var url: String = " > http://img0.gmodules.com/ig/images//weather_welcome_image.jpg"; > for (var i:Number = 0; i< 5; i++) > { > var vidThumb:MovieClip > =_root.playListHolder.createEmptyMovieClip("vThumb"+i, i+1000); > vidThumb._y = i* th

Re: [Flashcoders] Simple quesiton for createEmptyMovieClip in AS2

2008-01-13 Thread macromedia flash
> { >var url:String = arrURLs[i]; >_root.createEmptyMovieClip("vThumb"+i, i+1000); > > vidThumb = eval("vThumb"+i); > > vidThumb._y = i* thumbHorizontalGap; > vidThumb.loadMovie(url) > > vidThumb.onRelease = function(){ > open