http://www.google.com/search?hl=en&q=filereference+mactype&meta=
http://www.tink.ws/blog/macintosh-file-types/ http://www.joshbuhler.com/2006/05/30/mac-file-types-one-more-thing/ regards, Muzak ----- Original Message ----- From: "Carl Welch" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" <[email protected]> Sent: Monday, October 30, 2006 5:35 AM Subject: [Flashcoders] FileReference and mac file types >I have an project that needs to allow users to only upload mp3 files. > It works fine on a PC. But on a mac the mp3 files are greyed out and > the user is unable to select a file. Here is my code below: What am I > missing? > > > var fileRef:FileReference = new FileReference(); > fileRef.addListener(listener); > browse.onRelease = function() { > upload.enabled = true; > fileRef.browse([{description:"Audio files", extension:"*.mp3", > macType:"mp3"}]); > }; > > > Thanks for your help... > -- > Carl Welch _______________________________________________ [email protected] 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

