Hi another problem i face is, i keep getting type declaration errors  
for this constructor, i cant seem to get it to remove at all ? I even  
renamed the file to double check it wasnt some compiler cache thing.  
I only get it with this class aswell. classes in the same package are  
fine.

package com.project.settings
{
        public class AudioFormats2
        {
                public function Audioformats2()
                {
                        var test:Number;
                }
                
                public function get audioCompressions():Array
                {
                        return [{label:"11.025 kbps, 5.512 kHz, mono", 
data:5.5125},
                        {label:"16 kbps, 8 kHz, mono", data:8}, {label:"22.05 
kbps, 11.025  
kHz, mono", data:11.025},
                        {label:"44.1 Kbps, 22.050 kHz, mono", 
data:22.050},{label:"88.2  
Kbps, 44.100 kHz, mono", data:44.100}];
                }
        }
}

Any ideas ?

Dan


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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to