Can some one point me to a reliable site that shows the proper code to use when embedding the Windows Player into my web pages? I have a 30MB .avi movie that won't play on my site.
thanks in advance,
+ Reply to Thread
Results 1 to 3 of 3
-
-
I could be mistaken, but I didn't know you could embed avi or mpg. I've only seen asf/wmv as the usual embedded files, plus other misc types such as flv.
In my experience, avi or mpg files always open the player you have associated.Google is your Friend -
Originally Posted by sportrange
<html>
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="test.avi" width=240 height=232 name="MediaPlayer" autostart="False" ShowStatusBar=0 ShowControls=1 Loop=1>
</html>
Copy and paste into a text file and save to your Desktop as test.htm or whatever. Put an avi file called "test.avi" on the Desktop.
Double click on test.htm - you should see WMP in a browser window with your avi file, like this:
If not, maybe your browser doesn't support embedded objects (either at all or you have disabled them).John Miller
Similar Threads
-
Help regarding playing specific video file in WMP
By sohaibrazzaq in forum Software PlayingReplies: 4Last Post: 25th Sep 2011, 12:19 -
trouble playing this file in WMP in Win XP sp3
By charlieship in forum Newbie / General discussionsReplies: 13Last Post: 26th Jun 2011, 07:10 -
Playing one AVI in WMP there's no audio
By mahogany in forum Newbie / General discussionsReplies: 0Last Post: 25th Dec 2010, 14:05 -
How to save avi embedded subtitles into a text file?
By markiz in forum SubtitleReplies: 2Last Post: 17th Apr 2009, 13:56 -
embedded videos not playing?
By kruuth in forum Video Streaming DownloadingReplies: 1Last Post: 2nd Jul 2008, 03:34