Welcome to TalkGraphics.com
Results 1 to 10 of 24

Thread: Flash Jukebox

Threaded View

  1. #3
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,965

    Default Re: Flash Jukebox

    Hi Vijayram,

    There's probably many ways to do this but here's my method.

    In the attached screengrab create 10 buttons (in the screen grab they're named Track 1, Track 2, Track 3, "South of the River", etc.

    Now on each button attach the following AS

    on (release) {
    loadMovieNum("track1.swf",10);
    }

    Alter the action for each button to
    'loadMovieNum("track2.swf",10);'
    'loadMovieNum("track3.swf",10);'
    'loadMovieNum("track4.swf",10);'
    etc


    Now create a new fla file for each of your mp3's. Drop a copy of the mp3 onto the time line. Save & Publish.

    Create a StopPlaying button on layer0 and give it the following code:
    on (release) {
    unloadMovieNum(10);
    }
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	!Export.jpg 
Views:	7230 
Size:	53.1 KB 
ID:	27469  
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •