IN PART 3 I TYPE ALL CODE CORRECTLY BUT I KEEP GETTING THESE COMPILER ERRORS:
1120: Access of undefined property trackToPlay.1120: Access of undefined property trackToPlay. CAN SOMEBODY PLEASE HELP ME!!!I I'VE BEEN UP ALL NIGHT TRYING TO CORRECT THIS
Adam, Thanks so much for your tutorials. Have learned alot from them. Went through all seven and have changed a few things it get it to work like I want. Not Autoplaying, Click play button plays first song or click on a song and it plays it. Now what I am trying to do is play through the playlist once and then stop the player. Not sure if possible or not. Even if you click on the 5th song, you have 10 songs in list it will play from 5th song through list to 4th song and stop. If possible. Thks
hello i have replaced the audio files you used with the ones that i would like however i keep getting this error and none of the songs play, please could you help
Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at AS3_MP3_XML_Playlist_Player_part_7_fla::myWholePlayer_2/frame3()
Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful. at flash.media::Sound/_load() at flash.media::Sound/load() at mp3_player_fla::MainTimeline/startPlay() at mp3_player_fla::MainTimeline/changeSong() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at fl.controls::SelectableList/handleCellRendererClick()
These tutorials are awesome! I'm following along. But maybe i'm slow............. This error pops up:
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at legion_xml_playlist_player_3_fla::myWholePlayer_1/frame3() at flash.display::MovieClip/gotoAndStop() at legion_xml_playlist_player_3_fla::myWholePlayer_1/xmlLoaded() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()
@bobes817 I had the same problem. It helped me to put the mp3s into the same folder as my swf file. Don't forget to delete the folder name on frame 1 and 2. -> where it says:
hey this is very good. thanks a lot. but at the end i have only one questions, and hopefully you answer it soon too. I got all the files, but how do you make it work into html or .php personal website? I want to know what kind of coding is required so the site can read the server end files to display on visitors computer.
Thank-you very much Adam. This is a great tutorial and project. I am sure that this is very compatible with an XML picture loader, but you should think about making a follow up tutorial with that. Otherwise, this is amazing. I am very happy with the results!
IN PART 3 I TYPE ALL CODE CORRECTLY BUT I KEEP GETTING THESE COMPILER ERRORS:
1120: Access of undefined property trackToPlay.1120: Access of undefined property trackToPlay. CAN SOMEBODY PLEASE HELP ME!!!I I'VE BEEN UP ALL NIGHT TRYING TO CORRECT THIS
modelzmoneymurda 2 days ago
the links arent there anymore
lmj4life 1 week ago
In the "itemClick" function, why can't you just use the "songTitle" variable instead of creating the new variable "songString"?
IceCubeVideos 1 month ago
Adam, Thanks so much for your tutorials. Have learned alot from them. Went through all seven and have changed a few things it get it to work like I want. Not Autoplaying, Click play button plays first song or click on a song and it plays it. Now what I am trying to do is play through the playlist once and then stop the player. Not sure if possible or not. Even if you click on the 5th song, you have 10 songs in list it will play from 5th song through list to 4th song and stop. If possible. Thks
RednekHeaven 2 months ago
hey, i am not getting any sound @ the end of lesson 3. No compiler errors but no sound. HELP!
beatzbyreefah 9 months ago
You are awesome man!! So far my mp3 player is working good, and it's the first time that that happens jaja. Thanks for explaing it sooooo well!
paranoidsucker 10 months ago
hello i have replaced the audio files you used with the ones that i would like however i keep getting this error and none of the songs play, please could you help
Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at AS3_MP3_XML_Playlist_Player_part_7_fla::myWholePlayer_2/frame3()
Thanks, Steve :)
stevepk123 10 months ago
hey Adam i got this error ----
Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful. at flash.media::Sound/_load() at flash.media::Sound/load() at mp3_player_fla::MainTimeline/startPlay() at mp3_player_fla::MainTimeline/changeSong() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at fl.controls::SelectableList/handleCellRendererClick()
stuckUPstudios 1 year ago
These tutorials are awesome! I'm following along. But maybe i'm slow............. This error pops up:
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at legion_xml_playlist_player_3_fla::myWholePlayer_1/frame3() at flash.display::MovieClip/gotoAndStop() at legion_xml_playlist_player_3_fla::myWholePlayer_1/xmlLoaded() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()
bobes817 1 year ago
@bobes817
I'm having the same problem
RedfordRobert 1 year ago
@bobes817 I'm having the same issue. Have you found any answers?
RedfordRobert 1 year ago
@bobes817 I had the same problem. It helped me to put the mp3s into the same folder as my swf file. Don't forget to delete the folder name on frame 1 and 2. -> where it says:
songURL=new URLRequest("folder_name/" + firstSong + ".mp3");
should now be:
songURL=new URLRequest(firstSong + ".mp3");
Oh and make sure your mp3s are called right! They have to be called exactly the same as the "songTitle" in your XML. ONLY songTitle NO ARTIST
hope I could help somebody
derrellestesta 11 months ago
I had to watch this part on youtube because it started playing the first song by default and there was no stop button :P
MrNuun 1 year ago
hey this is very good. thanks a lot. but at the end i have only one questions, and hopefully you answer it soon too. I got all the files, but how do you make it work into html or .php personal website? I want to know what kind of coding is required so the site can read the server end files to display on visitors computer.
Thanks for the video again!
tumto143 1 year ago
Damn!
This shit is sick!
Clean Adam!!!
djmixmind 1 year ago
Comment removed
Oluwole84 1 year ago
thats pretty fucking cool :)!! \m/
cartoonking3 1 year ago
Thank-you very much Adam. This is a great tutorial and project. I am sure that this is very compatible with an XML picture loader, but you should think about making a follow up tutorial with that. Otherwise, this is amazing. I am very happy with the results!
PatrickWard4 1 year ago
Awesome!
Marine50x 1 year ago
The best of the best, you will find it at FlashBuilding with Adam Q.
Arriolason 1 year ago
Once again, awesome tutorial! ;)
Really looking forward to the PHP tutorial you mentioned on Part2 :P
Mapherez 1 year ago
Hmmm :( Sites are down... Hopefully not that long again - however:
GREAT PLAYER (TUTORIAL)
DBFCH 1 year ago
Thanks Adam
cypriot1000 1 year ago
you should continue on social networking site on like how to add a pm system
specialchannel 1 year ago
What program so u use to make your songs... Do u uss adobe
Ipodtouchreviewer300 1 year ago
Kul... Sites r Down... Again
Ipodtouchreviewer300 1 year ago