Title: Enterprise RIA Development with Macromedia Flex
Has anyone had an issue with very few sound files importing properly into flex/flash player?
 
20kbps, 11khz wav files (though they say they are mp3s under properties) seem to work.  A few higher quality mp3s seem to work.  But 95% of other files either cut off, distort, or in most cases don't play at all.  I can't find any settings in Windows Sound Recorder that work for re-encoding them.
 
I'm importing them in this fashion:
 
<mx:SoundEffect id="loudtickSound" target="{this}" complete="handleSoundLoaded()" source=http://myurl.com/honk_x.wav autoLoad="true" useDuration="false"/>

and then playing them:

loudtickSound.play();

Thanks for any help.

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to