View Single Post
02-26-2007, 12:37 AM
#3
shadav is offline shadav
shadav's Avatar
Status: Junior Member
Join date: Oct 2006
Location:
Expertise:
Software:
 
Posts: 73
iTrader: 0 / 0%
 

shadav is on a distinguished road

Send a message via AIM to shadav Send a message via Yahoo to shadav

  Old

i tried to search to convert it to swf but didn't find any that were free lol

i'm not sure what AFAIK is the code above someone said would play wmv files
i also tried
Code:
<?php
$fname=$_GET['file'];
$title=$_GET['title'];
php?>
<body><object id="MediaPlayer" width=550 height=575 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/nsmp2inf.cab#Version=6,4,7,1112">
<param name="<? echo $fname; ?>" value="/Foamy/<? echo $fname; ?>.wmv">
<param name="Showcontrols" value="True"><param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="/Foamy/<? echo $fname; ?>.wmv" name="MediaPlayer" width=550 height=400></embed></object></body>
with the same results...

MediaPlayer code