Hello,
I'm new around here so I thought I'd start with a problem that has been bugging me for a week.
I have written the following code:
<p style="text-align: center">
<object data="beethoven.mp3" type="audio/mpeg"
class id="02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="280" height="25">
<param name="src" value="beethoven.mp3" />
<param name="autoplay" value="false" />
<param name="autostart" value="false" />
<param name="controller" value="true" />
<param name="showcontrols" value="true" />
</object>
and it will run fine using IE 6.0 running under Microsoft XP, service pack 3.
However when I try to run it with IE 7 or 8 under Vista 64 bit it won't work, in fact the only way I could get the clip to run at all was to use the embed command and run my IE under XP compatability mode.
Any sugestions?
Am I looking at a coding problem or an OS problem?
Thanks
-Paul