J
Jürgen Riemer
hi there,
has anyone an idea to control quicktimeplugin in safari?
didnt find anything on the net... nor on apple.com-pages ;(
here's the code i use
<EMBED width="180" height="160"
src="test1.mov"
controller="true"
autoplay="false"
name="vid"
id="vid"
enablejavascript="true">
typeof document.getElementById("vid")
results in a correct "oject [embed]" message
document.getElementById("vid").Play();
document.getElementById("vid").Stop();
however causes error
works fine with NN7
any ideas? can't believe apple would introduce safari without js-support
for QT-plugin
thx
has anyone an idea to control quicktimeplugin in safari?
didnt find anything on the net... nor on apple.com-pages ;(
here's the code i use
<EMBED width="180" height="160"
src="test1.mov"
controller="true"
autoplay="false"
name="vid"
id="vid"
enablejavascript="true">
typeof document.getElementById("vid")
results in a correct "oject [embed]" message
document.getElementById("vid").Play();
document.getElementById("vid").Stop();
however causes error
works fine with NN7
any ideas? can't believe apple would introduce safari without js-support
for QT-plugin
thx