Can't turn off autostart

I’m using MX 2004 Pro.

I’ve created an .flv file from a QuickTime movie, audio only.

When I created the .fla and .swf, I UNCHECKED “Automatically Play” in the Media Playback Window of the Component Inspector - but the audio ALWAYS starts playing when the page loads, even though the controller says, “Paused.”

I’ve tried all of these parameters in the code on the HTML page, to no avail:

<param name=“play” value=“false” />
<param name=“autoplay” value=“false” />
<param name=“autostart” value=“false” />

What’s going on here, and how do I fix it?

Thanks,