Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i be cross platform buggin

Status
Not open for further replies.

jaji00

IS-IT--Management
Apr 7, 2004
2
US
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>
 
Hmm yes, so it would seem.

But certain browsers (Netscape on MAC for example) keep coming back with the message 'hey I can't find this "dummy.mov"'. But the dummy.mov is actually a reference file, while the real file is dynamically loaded via that qtsrc code.

So maybe it would make sense to remove the reference src='dummy.mov' and just leave the qtsrc=<%=movie%>? I have half a mind to try that--unless you think it'd be foolish to do so.


 
I have no idea. I dont play with quicktime movies for webuse (mpg and asf for me). But you will have to addrss that with the quicktime folks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top