Could you tell me how to update the status_txt display when a song finishes without changing by clicking. At the moment the song automatically moves to the next track but the status_txt stays with the previous song info. I tried inserting “status_txt.text = “Now Playing: ” + event.target.selectedItem.label ;” into the newTrack function but it didn’t work.
I added status_txt.text = “Now Playing: ” + list.selectedItem.label; to both the codes after the
trackToPlay = list.selectedItem.songString; and it worked for me
HELP!The List is still nt appearing in the white box!!!!! And the two errors are still appearing in the 3rd frame of AS3!
It’s the same errors as mention in Part4:
Error 1120: Unidentified property pausePosition (pausePosition=0;)
Error 1120: Unidentified property pausePosition (channel=snd.play(pausePosition);//start playing)
FIRST!!!
Weird, I’m usually against first posters but that was quite exciting. Regardless, another great video from Learn PHP
210 – haga
I’m enjoying this series Adam.
I definitely look forward to more.
love it
where would we be without u adam?? thanxxxxxxx
Is that the way most equalizers work? or can you make it more complex other than the left and right channels.
Pay attention kids its good stuff!
any way to have more buttons on the player?
More
those tutorials are great Adam!! We learn good through out those complete tutorials. then downloading the source files.
I’m learning better when there’s a teacher arround xD
Hey Adam if you want to add Key frames through out one whole section all you have to do is…… Jk
I had to do this lol
MORE MORE!
Any chance you could add a display area for an album cover perhaps (XML driven of course)???
Could you tell me how to update the status_txt display when a song finishes without changing by clicking. At the moment the song automatically moves to the next track but the status_txt stays with the previous song info. I tried inserting “status_txt.text = “Now Playing: ” + event.target.selectedItem.label ;” into the newTrack function but it didn’t work.
Enjoying the series very much
Emeticman
I added status_txt.text = “Now Playing: ” + list.selectedItem.label; to both the codes after the
trackToPlay = list.selectedItem.songString; and it worked for me
Awesome tutorial, but where in the code can I deactivate the autoplay? I only want the music to start if someone presses play… How do i do that?
HELP!The List is still nt appearing in the white box!!!!! And the two errors are still appearing in the 3rd frame of AS3!
It’s the same errors as mention in Part4:
Error 1120: Unidentified property pausePosition (pausePosition=0;)
Error 1120: Unidentified property pausePosition (channel=snd.play(pausePosition);//start playing)
PLEASE HELP