LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-07-2006, 01:00 AM
SuperGrover1981 SuperGrover1981 is offline
Registered User
 
Join Date: Jul 2006
Posts: 2
Rep Power: 0
SuperGrover1981 is on a distinguished road
Please Help --> Too many flash audio files?

Gidday gang,

I'm trying to make an HTML page where users can sample different audio clips. Each audio clip is a streaming flash audio sample.

Unfortunately, it seems that after I put about 10 flash samples on a page, they stop playing in Firefox. They still work fine in Internet explorer, but FireFox refuses to play the files if there are any more than 10 on 1 page. Unfortunately, I really need to keep all of them on a single page and due to placement issues, they can't be joined into a single flash file.

Assuming this was some sort of memory problem, I tried to make each flash file load the audio only when clicked, such as:

Code:
on (release) {
    testSound = new Sound();
    testSound.loadSound("test.mp3", true);
    testSound.start();
    gotoAndStop(2);
}
but it didn't do any good.

If anybody could offer any suggestions at all on how to solve this problem, I would be extremely appreciative.

Many thanks in advance gang,
- JB
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Flash Builder 4.6 is now available for download FlashMove Flash Builder 0 12-05-2011 01:35 AM
Flix 8 for Flash 8 is available on2com Flash Video 1 09-27-2005 09:54 PM
+++ Flash Studio PRO v2 +++ Gambini New Softwares 0 03-30-2004 05:24 PM
Software for translating Flash files into foreign languages avral New Softwares 0 11-22-2002 04:56 AM
Flash -> PHP -> mySQL -> PHP -> Flash schlumpf Web Platforms - PHP, JSP and .NET 1 07-27-2002 11:50 AM




All times are GMT. The time now is 11:08 PM.