A Flash Developer Resource Site

Search:

Type: Posts; User: zoltano

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    10,824

    art_btn_cfo.addEventListener(MouseEvent.CLICK,...

    art_btn_cfo.addEventListener(MouseEvent.CLICK, cfoClick);

    function cfoClick(e:MouseEvent):void {
    work_mc.x = 187;
    work_mc.y = 53;
    work_mc.play();
    }
  2. Replies
    2
    Views
    805

    Worked like a charm :) Thank you!

    Worked like a charm :) Thank you!
  3. Replies
    2
    Views
    805

    Timeline control issue

    I have an SWF movie (1375 frames) and created a progress bar (248px wide) with a slider that moves according to the movie progress.
    I'm doing that next way:

    Calculating the distance for the...
  4. Replies
    4
    Views
    10,824

    Yes, it's possible. You have to give an instance...

    Yes, it's possible. You have to give an instance name to your movie (for example - mc) and add a click listener to your button, like this:

    playButton.addEventListener(MouseEvent.CLICK, startPlay);...
  5. Thread: SWF length

    by zoltano
    Replies
    1
    Views
    979

    SWF length

    Hello!

    I want to write some controls to an SWF I need to import into my main movie. I have no issues with stop, play/pause and mute. But I'd like to create a time-line control to allow users to...
  6. Replies
    0
    Views
    267

    Sound starts playing before visuals

    I'm importing some external SWF-s to the movie, have a listener attached and a very simple progress bar showing the download percentage.
    But the problem is - with slower I-net connection the...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center