A Flash Developer Resource Site

Search:

Type: Posts; User: Soyal

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,386

    How to set timers? Should i use any options when...

    How to set timers? Should i use any options when importing videos? I tried "wait" function but it gives errors.
  2. Replies
    3
    Views
    1,386

    FLV delay question

    I want to play two .flv files (in small windows) in the same screen. I placed them in the same frame. Both videos are playing. Now i don't want them to play at same time. I want second flv to play...
  3. Replies
    8
    Views
    1,639

    It works :) Thanks for the help and patience.

    It works :) Thanks for the help and patience.
  4. Replies
    8
    Views
    1,639

    Whan i put clearInterval(myInterval); at 8th...

    Whan i put clearInterval(myInterval); at 8th frame the error appears: 1120: Access of undefined property myInterval.
  5. Replies
    8
    Views
    1,639

    I explain. There is 10 frames in the project....

    I explain. There is 10 frames in the project. Frame 1 and 2 has intervals. I want to make a jump to the 8th frame. So in 1st frame i added "Click to Go to Frame and Stop" code and i set there 8th...
  6. Replies
    8
    Views
    1,639

    Thanks for the help it's working now. Didn't know...

    Thanks for the help it's working now. Didn't know that i can just change the function name. I do not want to create another thread so i'll ask here.

    Now that all my frames has different intervals...
  7. Replies
    8
    Views
    1,639

    Interval code duplicate error

    Hello again :) This time i have a problem with intervals.

    I putted this:

    function wait()
    {
    stop ();
    var myInterval = setInterval(function ()
    {
    play ();
  8. Replies
    5
    Views
    907

    It was helpful, thanks. You too Danny. I...

    It was helpful, thanks.

    You too Danny. I suppose dynamic method is more flexible. Well as a beginner i'll stick to the timeline for now. :)

    Thanks again both of you.
  9. Replies
    5
    Views
    907

    How to stop sound

    Hello everyone.

    I'm in the making of a beginner project. Small picture button that shows a bigger picture after click. I want them play different sound before and after click. First small picture...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center