[flexcoders] Re: Error Handling on Computers with No Sound Hardware

2007-05-12 Thread Danko Kozar
--- In flexcoders@yahoogroups.com, jpc14_99 [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Paul DeCoursey paul@ wrote: Maybe I'm a little naive, but wouldn't you just use a try/catch to suppress the error. 1) I think that if Flash player handles issues such as working on

[flexcoders] Re: Error Handling on Computers with No Sound Hardware

2007-02-27 Thread jpc14_99
--- In flexcoders@yahoogroups.com, JClouz [EMAIL PROTECTED] wrote: When I have flex play a sound effect on a computer with no sound hardware I get an actionscript error: How can I handle this error for computers without sound hardware so it doesn't halt their flex app? Thanks! -Jamie

[flexcoders] Re: Error Handling on Computers with No Sound Hardware

2007-02-27 Thread Paul DeCoursey
Maybe I'm a little naive, but wouldn't you just use a try/catch to suppress the error. --- In flexcoders@yahoogroups.com, JClouz [EMAIL PROTECTED] wrote: When I have flex play a sound effect on a computer with no sound hardware I get this actionscript error: TypeError: Error #1009: Cannot

[flexcoders] Re: Error Handling on Computers with No Sound Hardware

2007-02-27 Thread jpc14_99
--- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: Maybe I'm a little naive, but wouldn't you just use a try/catch to suppress the error. No I am the naive one. I'm new to Flex and pretty much programming in general. I've never used try/catch in Flex before. It