Groups | Blog | Home


Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > october 2006 > threads for sunday october 8

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

click on MovieClips
Posted by komputerkontroller at 10/8/2006 8:41:57 PM
in buttons by using on(release) i can know when i pressed on the button object, but when i use the function onClipEvent(mouse down) it act when i press anywhere, is it possible to limit it to the MovieClip area? ...more >>


Customizing window component
Posted by sandeepacharya at 10/8/2006 5:54:34 PM
Hi All, I am facing a problem in customizing a window component. I have used the following line of code to generate a window component at runtime. mywin = mx.managers.PopUpManager.createPopUp(_root, mx.containers.Window, true,{closeButton: true, title:"Trial Window...."}); Now I want...more >>

Loading text into multiple t-fields
Posted by Ares94 at 10/8/2006 5:36:07 PM
I have a swf where there are 5 text fields on the stage. I need to load some text into each of those text fields. Every text field has it's own external .txt file that needs to be loaded into it. So far I've been using the LoadVars class but each swf had only one text filed. I could ...more >>

Scriptable Masking Problem
Posted by ShockCNOP at 10/8/2006 5:13:45 PM
Does anyone know why this code is not producing desirable results? What's happening is my masking movie clip, a green box, is being placed on top of my content holder movie clip, and it's not masking anything at all. this.createEmptyMovieClip("content_holder", this.getNextHighestDepth()); ...more >>

Specifiing path within movie?
Posted by Paul at 10/8/2006 4:19:27 PM
HI! I know this sounds a little simple but I am wondering this. when you are specifying a path from the root to your Instance , does it matter what frame is on that instance, you we do below? _root.movieinstance1.movieinstance2"frame4".movieinstance3.my_FLVPlybk In my flv I have this ...more >>

input text active upon enterframe?
Posted by psm9640 at 10/8/2006 3:50:43 PM
Is it possible that when someone enters a frame where an input text box resides that the cursor can already be armed and flashing, ready to be typed in, without a user having to click in the box? Since this would be the only logical step in the sequence of the app I'm writing, I'd like to save...more >>

Injecting ActionScript into .fla/.swf through command-line
Posted by pete_dude at 10/8/2006 2:44:15 PM
Hi! I have a 4-line ActionScript that I'm trying to inject into .fla / .swf file on compile-time. The script basically reports to web-page JavaScript the progress (position in miliseconds) of the internal .flv file. The AS is this: setInterval(callJSWithPlayTime, 1000); function call...more >>

Button works...but not movie???
Posted by oicdn at 10/8/2006 3:33:12 AM
I made a movie as a mask over buttons(so I can just cut/paste/resize), and I know it works, as it works on my website: http://www.getlocalized.com You'll see whenever you hover over an image the shimmer happens. So I made an entirely new document and want to do the same thing. Thumbnai...more >>



loadMovie() question
Posted by masterkrang at 10/8/2006 2:26:53 AM
/*when i bring in jpg's to my into my loader instance, they are aligning to the top left... i was wondering if there is a way to make my images center both left, right, and up, down? maybe as a parameter? the instance of the Loader is called picWindow_mc mc's that trigger the loadMovie met...more >>

Setting MovieClip Registration Point Programmatically
Posted by ccaptainsubzero at 10/8/2006 12:29:16 AM
I'm creating empty movie clips and then loading them on stage. To assist in centering, I'd like to move the registration point to center? Without the IDE, I don't know how to do this. I found this article: http://jeff.mxdj.com/programatically_adjusting_registration_point.htm, which is ...more >>

AS 2.0 variable declaration queston: super basic but need help!
Posted by ccaptainsubzero at 10/8/2006 12:03:13 AM
I've been teaching myself AS 2.0 and doing OK with it -- read both Moock books (I'd love it if there were a comprehensive book for AS 2.0 as there is for MX -- the "Essentials" book is great, but not enough). In any case, I don't fully understand how authored instances interact with AS 2.0...more >>

POPUPPPP
Posted by Amarrrr at 10/8/2006 12:00:00 AM
Hi I am trying to create popups at a nesting depth and using _root at this point does not work for me.... My code line is this details_window = mx.managers.PopUpManager.createPopUp(_root,mx.containers.Window, false,{closeButton: true, title:"The Popup Window Title"}); When i t...more >>


DevelopmentNow Blog