Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
embed wmv
Name: Amy Date: August 21, 2007 at 19:44:04 Pacific OS: xp CPU/Ram: 512
Comment:
I used the following code to embed wmv file. I notice that if I include this line <PARAM NAME="ShowStatusBar" value="-1"> , the word "buffering" will be shown when it is still buffering. But after buffering, the name of the wmv file will be shown when the movie clip is playing. I wonder if it is possible to retain the "buffering" message but not showing the name of the wmv file?
Summary: I would like to embed a Windows Media Video (WMV) on a website with a few video clips for viewers to choose from. The source code that I have for such allows only one video clip to be played. I wonder...
Summary: Say if the embedded wmv code is as follows, what would be the code for the "host.php"? Please help. Thanks! <param name="host" value="<?php echo $_GET['host']; ?>" /> ...
Summary: In the following php code to embed wmv file in a webpage, is it possible to list more than one wmv file (so that I do not have to create one php file for each very one wmv file)? Would appreciate if s...