Hi all,
Thanks in advance for checking this out. I'm using the following code and it's working fine with PC's but not Macs.
Do you know of anywhere to cut and paste an if/then statement so that it says, if pc, use this <embed> and if mac, use another one? Do I even need to do that or is there something in that <embed src=> that can make it love both PC's and MACs? Thanks,
= f
//---code below--
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="240" CODEBASE="
<PARAM name="SRC" VALUE="sample.mov">
<PARAM name="qtsrc" VALUE="<%=movie%>">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<embed src="dummy.mov" width="320" height="240" qtsrc="<%=movie%>" pluginspage=" />
</object>
Thanks in advance for checking this out. I'm using the following code and it's working fine with PC's but not Macs.
Do you know of anywhere to cut and paste an if/then statement so that it says, if pc, use this <embed> and if mac, use another one? Do I even need to do that or is there something in that <embed src=> that can make it love both PC's and MACs? Thanks,
= f
//---code below--
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="240" CODEBASE="
<PARAM name="SRC" VALUE="sample.mov">
<PARAM name="qtsrc" VALUE="<%=movie%>">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<embed src="dummy.mov" width="320" height="240" qtsrc="<%=movie%>" pluginspage=" />
</object>