GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need to learn how to embed WMVs in html pages (https://gfy.com/showthread.php?t=476666)

Mako 06-04-2005 02:59 PM

Need to learn how to embed WMVs in html pages
 
Anyone know a good tutorial site for learning how to embed videos in fixed players on an html page like a lot of the tours are going to now? (TCG, etc).

Thanks

adonthenet 06-04-2005 03:01 PM

I had one a week ago..
let me lookup for it .
icq :162027899 i hope ill find it for you bud.

Mako 06-04-2005 03:23 PM

Quote:

Originally Posted by adonthenet
I had one a week ago..
let me lookup for it .
icq :162027899 i hope ill find it for you bud.

Nice, thanks for the effort. You'd think they'd be more prevalent, but searching around didn't lead to many good results...

keyboard warrior 06-04-2005 03:27 PM

use google "embed wmv"

DeanCapture 06-04-2005 03:35 PM

Here ya' go!

Mako 06-04-2005 03:40 PM

Quote:

Originally Posted by DeanCapture

That owns, perfect. :thumbsup

xXxtreme2005 06-04-2005 03:47 PM

Here is the code I use. I have inserted the file name you need to change in red, let me know if you need help. It will auto start when page loads...which I like, change the value to false if you don't want it to.

!-- begin embedded WindowsMedia file... -->
<object id='mediaPlayer' width="320" height="285"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="http://www.domainname.com/yourmovie.wmv">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="true">
<param name='loop' value="false">
<embed type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
src="http://www.domainname.com/yourmovie.wmv" autostart="true" designtimesp='5311' loop="false"> </embed>
</object>
<!-- ...end embedded WindowsMedia file -->

Mako 06-04-2005 04:18 PM

What does the videoborder3d='-1' command do xXx?


All times are GMT -7. The time now is 02:20 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123