A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11249 Flash Movies | 9 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: kyo
» Title: building estructure
» Description: explosion of building estructure made by swift3D
» More by kyo


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 6393 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: Webdancer's Web Site
» Comments: Webdancer's, an artistic adventure in 3d graphicsbr>


Random Links | Add your own Flash Related Links
Flash Tutorials 1197 Tutorials 7 New Tutorials Added!
What's New | Top100

» Let Photos Show Your Happy Family this Christmas and Upload YouTube
» PowerPoint show to DVD slide show--- PPS to DVD
» How to burn FLV to DVD for Mac
» How to Create Christmas Flash Greeting Ecard with photos and music
» Getting Started In Flash
» How to convert FLV video to MP3 audio for Mac OS
» Join flv videos together with just a few clicks
» How to convert flv file to avi for mac os x
» How to Create Christmas Flash Greeting eCard without programming skills
» Unknown Tag: Title10
Random Tutorial | Add Site

bbm.netBBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.

Click here for details »

Senior Web Designer
Aquent
US-GA-Atlanta

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Audio

Categories Flash Audio Spectrum Analyser
Author: Inn Chan

 
Page 3
«prev 1 2 3 4 next»

The Track

This part of the tutorial is the shortest and the easiest amongst the rest.
In your working directory, goto the track directory that you created at the beginning of last section. Create a track.fla flash movie in the directory, you may have to remove the track.fla when you finish or you don't even need to creat the .fla file in this directory, it doesn't matter which ever way you do, just remember to put all the finished track.swf files in the appropriate track# directory. At the end of the tutorial, your swf dirctory will look something like the following:



Below is the setup of the track.fla. The first thing to do here is to import the sound file, and go to the linkage property of the sound in the library, then select Export for ActionScript and give it a name as follows:



The first three frame is a loader, the forth frame is treated as a ready to play state, frame five plays the track and frame six stops it. The first frame contains the following frame action:
    loadVariables("track1/data.txt",this,"POST");
The data.txt contains two variables, "sdata" and "loadstatus", where "sdata" is the spectrum data and "loadstatus" is used to tell the flash movie the txt file has been successfully loaded. Next go to the third frame and put in the following frame action:

    if (this.loadstatus == "1") {
 this.soundChannel = new Sound(this);
 this.soundChannel.attachSound("the name you gave for the sound in linkage property");
 var dataArray = sdata.split(",");
 var Row;
 var datalength = dataArray.length;
 for (i=0; i<datalength/10; i++) {
 Row += 1;
 this["data" add String(Row)] = new Array(10);
 this["data" add String(Row)] = this.dataArray.slice(i*10, i*10+10);
 }
 delete dataArray;
 this.totalRow = Row;
 this.interval = this.soundChannel.duration/totalRow;
 this.gotoAndStop(4);
 } else {
 this.gotoAndPlay(2);
 }
If the data.txt is successfully loaded, the variable sdata will be converted into an array in which one element represents one data entry, the length of that array is then copied to a local variable for later use, The array is then chopped up into smaller arrays with the array function array.slice, each array now contains ten elements. The old array is then deleted, and the total number of "rows" is recorded to be used to calculate the interval.

The fifth frame contains the frame script that plays the sound:
soundChannel.start();
And the final frame contains the following frame script:
stop();
create one track.swf for each track and put it in the appropriate directory.

Notice if you "test movie" when you are working with the .fla, it will give you the "error opening url" message, even if you have the data.txt in place, you must run from the spectrumAnalyzer.swf to see it work.

«prev 1 2 3 4 next»

» Level Intermediate

Added: : 2002-08-28
Rating: 8.75 Votes: 32
Hits: 3387
» Author
Multimedia Student eager to combine artistic skills, creativity and practical knowledge to innovate new concepts in interactive media
» Download
Download the files used in this tutorial.
Download (350 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Whitepapers and eBooks

Intel Whitepaper: Comparing Two- and Four-Socket Platforms for Server Virtualization
IBM Solutions Brief: Go Green With IBM System xTM And Intel
HP eBook: Simplifying SQL Server Management
IBM Contest: Are You the Next Superstar? Join the "Search for the XML Superstar" Contest to Find Out
Microsoft PDF: Top 10 Reasons to Move to Server Virtualization with Hyper-V
Microsoft PDF: Six Reasons Why Microsoft's Hyper-V Will Overtake Vmware
Microsoft Step-by-Step Guide: Hyper-V and Failover Clustering
Intel PDF: Quad-Core Impacts More Than the Data Center
Intel PDF: Virtualization Delivers Data Center Efficiency
Go Parallel Article: PDC 2008 in Review
Microsoft PDF: Top 11 Reasons to Upgrade to Windows Server 2008
Avaya Article: Communication-Enabled Mashups: Empowering Both Business Owners and IT
Intel Whitepaper: Building a Real-World Model to Assess Virtualization Platforms
  PDF: Intel Centrino Duo Processor Technology with Intel Core2 Duo Processor
Microsoft Article: Build and Run Virtual Machines with Hyper-V Server 2008
Go Parallel Article: Q&A with a TBB Junkie
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
IBM eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
HP eBook: Guide to Storage Networking
MORE WHITEPAPERS, EBOOKS, AND ARTICLES