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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|