Jump to content


Photo

MP3 Player Part I+II addon


  • Please log in to reply
47 replies to this topic

#21 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 17 January 2006 - 06:27 AM

Works fine for me :)

#22 p, FRY

p, FRY

    Young Padawan

  • Members
  • Pip
  • 28 posts
  • Gender:Male
  • Location:australia

Posted 17 January 2006 - 06:39 AM

Works fine for me :)


haha no kidding?

what the hell is up with my computer...ahhrrffhfffggg

*headache. haha.

thanks man.

#23 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 17 January 2006 - 07:02 AM

honestly.. I've tested it out on 4 different machines.. and it's really working :D

Maybe your flashplayer needs an update :)

#24 p, FRY

p, FRY

    Young Padawan

  • Members
  • Pip
  • 28 posts
  • Gender:Male
  • Location:australia

Posted 17 January 2006 - 08:27 PM

honestly.. I've tested it out on 4 different machines.. and it's really working :D

Maybe your flashplayer needs an update :)


i figured out what was causng it.

i had been typing in the link as yomamamusic.com.au instead of www.yomamamusic.com.au. why that makes any difference i dont know. but ive got it working on mine agian.

cheers for your help SIr.

#25 sircoastal

sircoastal

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 02 March 2006 - 01:40 PM

Hello everyone. My name is Steven and Im new here. GREAT tutorials!!! I just have a simple question. I did your MP3 player 1 but I cant figure out how to play the list in a straight order instead of a random order. Dumb question I know but I have been stuck on it. Any helo would be GREAT!
Thanks and glad to be here.
Steven

Edited by sircoastal, 02 March 2006 - 01:41 PM.


#26 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 03 March 2006 - 03:40 AM

Just remove this line of code :blush:

_global.song_nr = random(songfile.length);


#27 sircoastal

sircoastal

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 03 March 2006 - 05:05 PM

Just remove this line of code :)

_global.song_nr = random(songfile.length);



Thanks a TON for getting back to me. yeah, thats what I tried first but then the player just says loading and doesnt play any of the songs?
Whatcha think.

#28 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 03 March 2006 - 06:03 PM

Try this one!
Which version of flash are you using?


_global.song_nr = random(0);


#29 sircoastal

sircoastal

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 03 March 2006 - 07:22 PM

Try this one!
Which version of flash are you using?


_global.song_nr = random(0);



Hey thanks for getting back to me.
Using version 6 player. That worked like a charm!!
Im impressed by all the stuff you have done while reading over this forum. You're very talented.
S

#30 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 03 March 2006 - 08:12 PM

:) :blush: :blush:

thx for the comments :)

#31 swampthang

swampthang

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 05 March 2006 - 01:43 PM

Hi I have this in a MC, the code written by p, FRY works a treat,

onClipEvent (load)
{
this._lockroot = true;
}


however. I have my player on the fourth frame and don't want it playing automatically and only when the user presses a 'launch audio player' button. Can anyone help??

#32 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 05 March 2006 - 04:58 PM

already been answered here:
http://www.pixel2lif...indpost&p=69555

#33 swampthang

swampthang

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 08 March 2006 - 06:12 AM

already been answered here:
http://www.pixel2lif...indpost&p=69555


ahh yes I see thanks, this works if the ok player is on the main timeline, doesnt seem to work if it is in a movieclip,

any suggestions? i had a look through the posts and this issue didnt seem to be addresssed.

#34 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 08 March 2006 - 07:49 AM

you just need to address to the correct path.
Since I don't have your fla, don't know your movie-hierarchy, can't give you a pre-made code..

#35 swampthang

swampthang

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 08 March 2006 - 11:24 AM

you just need to address to the correct path.
Since I don't have your fla, don't know your movie-hierarchy, can't give you a pre-made code..


actually can you have a look at the fla (address in the PM), i know i said its ok but somehow now its not please tell me where Im going wrong.

thanks a lot!

Josh

#36 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 08 March 2006 - 05:19 PM

I downloaded the fla you sent me, and it works how it should.
your animation starts with the jumping mens, and the music is only playing when I press play and not before.
am I missing something?

#37 Sroey

Sroey

    Young Padawan

  • Members
  • Pip
  • 4 posts

Posted 10 April 2006 - 07:31 AM

Thanks for the great tutorial!

I was wondering if you would be able to add a pause button?

Would be extremely helpful!

cheers

#38 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 10 April 2006 - 04:35 PM

EDIT: http://www.pixel2lif...showtopic=20777

Edited by funkysoul, 10 April 2006 - 05:27 PM.


#39 nodeNode

nodeNode

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 11 April 2006 - 11:42 AM

hi funky soul,

how can load this player into another flash movie and make it work?

I'm using

loadMovie("player.swf", player);

I've tried putting the code inside the parent swf, instead of in the actual player swf - but that doesn't work either.

thanks

nodeNode

#40 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 11 April 2006 - 11:49 AM

point it to: _root.movieincludingmp3player.player.on.......blah blah




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users