View Single Post
02-26-2007, 12:11 AM
#1
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  Need Some Help Embeding WMV Files

Ok...i've no idea what i'm doing wrong...i've tried several different codes after googling how to embed wmv and everytime the player doesn't play....

i took an exsisting file someone had made for me for swf files and have been trying to tweek it to handle wmv

anyways here's the basic of the code
Code:
<?php
$fname=$_GET['file'];
$title=$_GET['title'];
php?>
<body><OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="550"HEIGHT="575" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="<? echo $fname; ?>" VALUE="<? echo $fname; ?>.wmv" ><PARAM name="AUTOPLAY" VALUE="true"><PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="/Foamy/<? echo $fname; ?>.wmv" WIDTH="550" HEIGHT="400" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></EMBED></OBJECT></body>
any idea how to fix this?

This is what it's doing
nothing....