I haven't had any issues with 3.7 other than WMA files autostarting but I just figured out how to fix that so they no longer autostart....FINALLY!
In case anyone was wondering:
In the <object> tag the following line should be:
Code:
<param name="autostart" value="false">
In the <embed> tag the following line should include after the width and height:
Code:
ShowControls="1" autostart="0"