Hi,
I'm new to flex and trying to understand a tutorial by reading the code.
There is a line:
Flex docs says that you need to import flash.media.Mic rophone but on the code they don't:
Can I use the Micropone class without importing it?
Thanks
I'm new to flex and trying to understand a tutorial by reading the code.
There is a line:
Code:
var mics:Array = Microphone.names;
Code:
import mx.formatters.DateFormatter; import flash.sampler.Sample; import mx.events.SliderEvent; import mx.events.FlexEvent; import mx.collections.ArrayCollection; import mx.events.ItemClickEvent;
Thanks
Comment