[Flashcoders] seamless audio loops

2007-05-30 Thread nik crosina

Hi Guys,

We are having problems with seamlessly looping audio in Flash - is
there a special way of doing this? We are using mp3 and even thought
eh audio is perfect (tested in other apps) we can't get it to loop
properly without gap!

Thanks,

Nik
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] seamless audio loops

2007-05-30 Thread Marc Hoffman
Some MP3's have padding in the headers which causes Flash to 
hesitate. You probably need to re-encode the MP3's without the 
extraneous information. Sorry I don't have the exact info, but I know 
it's been documented and you should be able to Google it. -Marc


At 08:08 AM 5/30/2007, you wrote:

Hi Guys,

We are having problems with seamlessly looping audio in Flash - is
there a special way of doing this? We are using mp3 and even thought
eh audio is perfect (tested in other apps) we can't get it to loop
properly without gap!

Thanks,

Nik



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] seamless audio loops

2007-05-30 Thread Joshua Sera
Try importing the audio as a .wav. I've run into
similar problems with MP3s since the dawn of time, and
this seems to help.

--- nik crosina [EMAIL PROTECTED] wrote:

 Hi Guys,
 
 We are having problems with seamlessly looping audio
 in Flash - is
 there a special way of doing this? We are using mp3
 and even thought
 eh audio is perfect (tested in other apps) we can't
 get it to loop
 properly without gap!
 
 Thanks,
 
 Nik
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the
 archive:

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 



   
Yahoo!
 oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] seamless audio loops

2007-05-30 Thread Steven Sacks
Import the mp3 into Flash, set it as an event on the timeline with  
loops and export as SWF and that will loop seamlessly.



nik crosina wrote:

Hi Guys,

We are having problems with seamlessly looping audio in Flash - is
there a special way of doing this? We are using mp3 and even thought
eh audio is perfect (tested in other apps) we can't get it to loop
properly without gap!

Thanks,

Nik
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] seamless audio loops

2007-05-30 Thread Mike Duguid

You can also edit the mp3 frames directly using mp3directcut which can help
without having to rencode.
http://mpesch3.de1.cc/mp3dc.html

On 5/30/07, nik crosina [EMAIL PROTECTED] wrote:


Hi Guys,

We are having problems with seamlessly looping audio in Flash - is
there a special way of doing this? We are using mp3 and even thought
eh audio is perfect (tested in other apps) we can't get it to loop
properly without gap!

Thanks,

Nik


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] seamless audio loops

2007-05-30 Thread Alain Rousseau
You could also try out my looping classes if you want to loop a 
dynamically loaded mp3 : 
http://lab.daroost.ca/2007/02/25/sondloop2-revisited-musicbuilder-soundobject/


To loop only 1 sound file use the SoundObject Class, to create a song 
based on multiple files and looping that new song, use the MusicBuilder 
Class.
You specify the number of milliseconds that the silence gap  added lasts 
(usually around 25ms).


The other solution, as mentioned in he other posts, is to reencode your 
MP3 file, or import it as Steven said.
But WAV format is much better for the latest (or AIFF on Mac), you'll 
have to take into account the added weight to your swf.


HTH

Alain



Mike Duguid wrote:
You can also edit the mp3 frames directly using mp3directcut which can 
help

without having to rencode.
http://mpesch3.de1.cc/mp3dc.html

On 5/30/07, nik crosina [EMAIL PROTECTED] wrote:


Hi Guys,

We are having problems with seamlessly looping audio in Flash - is
there a special way of doing this? We are using mp3 and even thought
eh audio is perfect (tested in other apps) we can't get it to loop
properly without gap!

Thanks,

Nik


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com