I altered the ac_quicktime.js to make sure that both the embed and object elements have both an in and name of 'song'.
But this didn't seem to help any.
Here is the object/embed code that the ac_quicktime.js creates:
Code:
<object width="960" height="300" name="song" id="song" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
<param value="hotgrillz.mp3" name="src"/>
<param value="song" name="name"/>
<param value="song" name="id"/>
<param value="true" name="controller"/>
<param value="aspect" name="scale"/>
<param value="myself" name="target"/>
<param value="hotgrillz.mp3" name="href"/>
<param value="false" name="autoplay"/>
<param value="audio/mp3" name="type"/>
<embed width="960" height="300" type="audio/mp3" autoplay="false" href="hotgrillz.mp3" target="myself" scale="aspect" controller="true" id="song" name="song" pluginspage="http://www.apple.com/quicktime/download/" src="hotgrillz.mp3"/>
</object>
Hopefully this will help.
**EDIT**
I got the name and id attributes to both set in the <param> tags as well, but I'm still getting the same error.
Bookmarks