Hi, I am trying to make a simple mp3 player.
At first i got errors when i was trying to get the ID3 info via the Sound class ID3 handler. I fixed it by removing the ID3 handler and audio plays OK in Firefox. The problem is that in Internet Explorer 7 I get the following exception: SecurityError: Error #2122: Security sandbox violation: Sound.id3: http://localhost:8084/Main.swf/[[DYNAMIC]]/2 cannot access http://someplace.com/Ganglians%20-%20Hair.mp3. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded. Inspecting the Sound object in the debugger shows the following info (in the ID3 filed of the sound class): id3 = <exception thrown by getter> Why is flash in IE trying to load ID3 info without me explicitly setting the ID3 handler? Any way to bypass this? Thanks in advance, Fotis

