
Welcome Guest
|
#1
|
|||
|
|||
|
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);
}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 |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |





