A Flash Developer Resource Site

Search:

Type: Posts; User: toodave

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    22
    Views
    5,007

    Guys, I cant thank you both enough for your...

    Guys, I cant thank you both enough for your patience, advice & help with the player. I now understand what your trying to say with the Arrays (yippie!). This will explain my late replys today.

    I...
  2. Replies
    22
    Views
    5,007

    this is what I had origianlly: frame 2 s =...

    this is what I had origianlly:

    frame 2

    s = new Sound();
    s.loadSound("my_music1.mp3", true);
    currentTrack="my_music1";
    stopped=false;
    paused=false;
    stop();
  3. Replies
    22
    Views
    5,007

    well I got 16 tracks I want to play, I figured...

    well I got 16 tracks I want to play, I figured that when you select nxt track it will jump from the current frame to the next to start to play the nxt track or if you selct previous, same rule...
  4. Replies
    22
    Views
    5,007

    oh yea...I don't mean to frustrate you guys, as I...

    oh yea...I don't mean to frustrate you guys, as I know Im starting to be a pain in the ass for this. Appreaciate sticking it out with me.

    :)
  5. Replies
    22
    Views
    5,007

    o.k, I got frankienstien'd this tutorial, which I...

    o.k, I got frankienstien'd this tutorial, which I manged to have a wking mp3 player with:

    Music Layer/Frame 1/2/3/4....

    s = new Sound();
    s.loadSound("my_music.mp3", true);...
  6. Replies
    22
    Views
    5,007

    something is still funny here, its wking like you...

    something is still funny here, its wking like you said, but only the first song in frame 2.

    When "frame 2" is playing the song and I try going to the "next" song. It doesn't play at all or any...
  7. Replies
    22
    Views
    5,007

    Tonypa, sorry this is what I put in, just in case...

    Tonypa, sorry this is what I put in, just in case you thought I didn't do it right.

    Music Layer/Frame 2

    if (Number(s.getBytesTotal)==0){
    s = new Sound();
    s.loadSound("my_music.mp3",...
  8. Replies
    22
    Views
    5,007

    sorry, Im not sure, Im with you there. Can you...

    sorry, Im not sure, Im with you there. Can you please show me how it should be written out?. Or are you saying to replace this line on Music Layer/Frame 2?.

    if (Number(s.getBytesTotal)==0){
    ...
  9. Replies
    22
    Views
    5,007

    please ignore the last piece of code, got triger...

    please ignore the last piece of code, got triger happy with cut n paste.:D

    Music Layer/Frame 2

    if (Number(s.getBytesTotal)>0){
    s = new Sound();
    s.loadSound("my_music.mp3", true);
    ...
  10. Replies
    22
    Views
    5,007

    Ok, I think we are nearly there (WaaHoo!). It wks...

    Ok, I think we are nearly there (WaaHoo!). It wks Tonypa, with the first song. Now what happens is that if you play the next track & u contract then expand it has the same problem as before. Repeting...
  11. Replies
    22
    Views
    5,007

    Hi Tonypa, u made my day just replying!!!. I...

    Hi Tonypa, u made my day just replying!!!. I tried the code, but still seems to have the same problem of the song playing over each other when expanded the 2nd time.

    I feel real close finishing...
  12. Replies
    22
    Views
    5,007

    here is the code where I think the problem...

    here is the code where I think the problem is...."I think". I am not sure how to root the problem out. Still a novice, I am.

    I have used so many diffrent tut's for this, but wish I took note who...
  13. Replies
    22
    Views
    5,007

    I posted this before in the "actionscript forum",...

    I posted this before in the "actionscript forum", didnt see the "sound and music forum". I hope I have better luck here.:D
  14. Replies
    22
    Views
    5,007

    please help me with mp3 player...

    I have made and mp3 player that the design expands and contracts the mp3 player like "itunes". It also has a "drag" on it so you can move the player around.

    When you open the player it plays the...
  15. Replies
    0
    Views
    423

    Need help with Mp3 Player in MX....

    ......
  16. Replies
    4
    Views
    320

    all sorted now, got it wking. Thanks for ur help...

    all sorted now, got it wking. Thanks for ur help m8:)

    cheers
  17. Replies
    4
    Views
    320

    Hi Sherif, I did some things to the box.fla...

    Hi Sherif,

    I did some things to the box.fla and was hoping to illustrate to you what te real problem Im having.

    I hope ypu can see what Im trying to do, I find it hard explainging it.

    in the...
  18. Replies
    4
    Views
    320

    Oh nuts.....sorry guys I screwed this one. giv e...

    Oh nuts.....sorry guys I screwed this one. giv e me a sec and Ill post the real files I had a problem with. SOrry....
  19. Replies
    4
    Views
    320

    simple problem with drag?

    Hi Guru's,

    Im on mx and I cant wk out what I'm doing wrong, which looks & should be simple.

    I have made a movie with 2frames

    test.swf

    1st frame with button to goto 2nd frame
    2nd frame...
  20. Replies
    0
    Views
    2,342

    can u play .m4a?

    can u play .m4a? insted of .mp3....and if you can, is it just the same method as streaming a mp3 through flash?
  21. Replies
    3
    Views
    313

    :D Hahahahaha!!!!...Sure, got a point there mate....

    :D Hahahahaha!!!!...Sure, got a point there mate. Thanks for the script.

    cheers;)
  22. Replies
    3
    Views
    313

    Is there a way 2 do this in real time?

    Hi Guru's,

    I wanted to create an animation of the sun setting and rising. BUT what I wanted it to do, is actually do it in real time.

    So for example, if you see the "animation" at a certain...
  23. Replies
    2
    Views
    301

    hey wow that is simple! Thank you pellepiano:)

    hey wow that is simple!

    Thank you pellepiano:)
  24. Replies
    2
    Views
    301

    3 Dynamic text field in 1 MC...

    I'm not to sure what type of heading to make a search through the site (flashkit) for what I wanted. But this is what I want to achieve.

    I know how to call .txt in a dynamic text field. But, can...
  25. Thread: DTF in MC

    by toodave
    Replies
    3
    Views
    372

    Some how I sorted it, dunno what?!...but its...

    Some how I sorted it, dunno what?!...but its fine. This is what I had in the 1st frame:

    but1.onRelease = function() {
    loadVariables("text.txt", "");
    };

    and I have a button on the stage &...
Results 1 to 25 of 30
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center