A Flash Developer Resource Site

Search:

Type: Posts; User: doggbiter

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    4,371

    Thanks, Fruitbeard! Works like a charm! db

    Thanks, Fruitbeard! Works like a charm!

    db
  2. Replies
    2
    Views
    4,371

    AS2: Countdown timer

    I'm trying to create a simple countdown timer that countdowns in hrs/mins/secs from a defined number of hours in the future. (eg. count down from 3 hrs from now). Movie has a single frame with a...
  3. Resolved. Placed a Dynamic text field in a movie...

    Resolved. Placed a Dynamic text field in a movie clip, then in the Caption component poperties set the captionTargetName parameter to the name of the movie clip. Worked!
  4. [RESOLVED] Placing the FLVPlaybackCaptioning text box

    Hi all--

    I'm importing and playing an external FLV in my movie using the FLVPlayback component and providing captioning for it using the FLVPlaybackCaptioning component. It's working great. (CS5,...
  5. Replies
    1
    Views
    2,170

    Help? ... somebody has to have some idea. It...

    Help? ... somebody has to have some idea. It seems like there should be a simple programmatic solution to this...
  6. This looks like what you need: ...

    This looks like what you need:

    http://www.kirupa.com/forum/showthread.php?251592-Equation-Parser

    db
  7. Replies
    1
    Views
    2,170

    Drag & Drop refinement

    Hi all--
    I'm having a problem refining a drag & drop exercise. I'm using

    e.target.startDrag(true);
    e.target.parent.addChild(e.target);

    to bring the current dragged item on top of others,...
  8. Replies
    16
    Views
    1,842

    Thanks for looking at that. Here is what's...

    Thanks for looking at that. Here is what's weird-- when i just Test Movie, it plays just fine. The pictures start cycling based on time increments ("duration") on the second frame. It only hangs when...
  9. Replies
    16
    Views
    1,842

    Can somebody take a look at this. It just hangs...

    Can somebody take a look at this. It just hangs after loading the loadArray() and never goes to the second frame. I know the XML pull is working fine, all vars are declared and the XML list is...
  10. Replies
    16
    Views
    1,842

    I'd like to pick up where this question left off...

    I'd like to pick up where this question left off if the OP doesn't mind...

    Let's say I have a (random) number of images I want to load through an xml file like the one previous, and I want to load...
  11. Referencing a SWF playing as a child of a MC

    OK. I have an empty MC sittin on the stage named "M1_mc".


    In the first frame I have:

    var movieOne:Loader = new Loader();
    M1_mc.addChild(movieOne);
    movieOne.load(new...
  12. Replies
    2
    Views
    554

    Thanks cancerinform! It must have been a blank...

    Thanks cancerinform! It must have been a blank space in the button name in a frame, because it's working correctly now. I appreciate the feedback.

    db
  13. Replies
    2
    Views
    554

    AS3 Button and Listener issue

    Ok. This should be easy.

    I created a basic slideshow with a Next and Previous button. I attach this code in the first frame of the main timeline:


    stop();...
  14. Replies
    0
    Views
    561

    UIScrollbar giving error in CS4/AS3

    I inserted a UIScrollbar component in the third scene of my movie, and connected it to a dynamic textbox named "scrollbox". When I test the scene alone, it works fine. When I test the whole movie it...
  15. controlling a SWF loaded as a child of a MC

    I've loaded an external SWF into an empty MC named "M1" using this:

    var movieOne:Loader = new Loader();
    M1.addChild(movieOne);
    movieOne.load(new URLRequest("movie1.swf"))

    Now I want to...
  16. Replies
    1
    Views
    5,820

    Never mind. Found the answer. If anyone's...

    Never mind. Found the answer. If anyone's interested, here's how:

    var tf:TextFormat = new TextFormat();
    tf.color = 0x00FF00;
    tf.font = "Georgia";
    tf.size = 18;
    myRBtn.setStyle("textFormat",...
  17. Replies
    1
    Views
    5,820

    Change Radio Button label color?

    Anybody know how to change the label text color associated with a radio button component in timeline-based AS3? I know in older versions you just said: btnName.color=[rgb color...]. TIA!
  18. THANKS 5 Tons! You are the MAN! (or the woman?) ...

    THANKS 5 Tons! You are the MAN! (or the woman?)

    Changed the last line to:

    MovieClip(loadWindow.content.root).gotoAndStop(2);

    Worked GREAT!
  19. [RESOLVED] Referencing timeline actions within a movie playing in UILoader component

    Any help appreciated...

    I'm loading an external SWF("slides.swf") into a AS3 UILoader component on the main stage with an instance name of "loadWindow" when the user clicks a button.
    I'm also...
  20. Flash 8 - tweening an object back to original position after StopDrag

    Help! I have an mc that the user starts dragging from a start position (lets say x=50,y=50). After release, upon stopdrag, I want the mc to "tween" smoothly back to the original position. I've been...
  21. That's exactly what I needed! Thanks for your...

    That's exactly what I needed! Thanks for your help!


    db
  22. Looking to execute AS at end of streaming FLV

    I am streaming an FLV using an FLVPlayback component. I would like to execute some Actionscript after the video has completely played. Is there a way to embed AS in the FLV, or to detect when it has...
  23. Replies
    2
    Views
    1,200

    Thanks Geez! I'll give it a shot. the Dogg

    Thanks Geez! I'll give it a shot.

    the Dogg
  24. Replies
    2
    Views
    1,200

    Flash 8 importing AVI error

    I'm getting an error when I try to import an AVI into Flash 8. It's giving me an invalid format error at the beginning of the import process. I'm on Windows XP.

    I can do this without problem in...
  25. Replies
    3
    Views
    475

    GGROD, try this. I rebuilt it using the...

    GGROD,
    try this. I rebuilt it using the setInterval() timer function to test the percentage of the movie downloaded. I had to name your primary movie clip in order to script it.
Results 1 to 25 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center