Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: OT: Displaying Windows Media file from database?

by Thelonius (Priest)
on Feb 06, 2007 at 13:25 UTC ( [id://598527]=note: print w/replies, xml ) Need Help??


in reply to OT: Displaying Windows Media file from database?

Make sure your mark-up works with a file before trying it with your script. I had no problems getting a script to work with this mark-up:
<object id="MediaPlayer" width=320 height=286 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/n +smp2inf.cab#Version=6,4,7,1112"> <param name="filename" value="/cgi-bin/playwmv"> <param name="Showcontrols" value="True"> <param name="autoStart" value="True"> <embed type="application/x-mplayer2" src="/cgi-bin/playwmv" name="MediaPlayer" width=320 height=240> </embed> </object>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://598527]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found