|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  06-04-2005, 02:59 PM | #1 | 
| Confirmed User Join Date: Jul 2004 Location: The OC baby! 
					Posts: 1,986
				 | 
				
				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 
				__________________   | 
|   |           | 
|  06-04-2005, 03:01 PM | #2 | 
| Too lazy to set a custom title Join Date: Feb 2005 
					Posts: 16,753
				 | I had one a week ago.. let me lookup for it . icq :162027899 i hope ill find it for you bud. | 
|   |           | 
|  06-04-2005, 03:23 PM | #3 | |
| Confirmed User Join Date: Jul 2004 Location: The OC baby! 
					Posts: 1,986
				 | Quote: 
 
				__________________   | |
|   |           | 
|  06-04-2005, 03:27 PM | #4 | 
| Confirmed User Join Date: Jul 2004 
					Posts: 1,435
				 | use google "embed wmv" 
				__________________ - nothing here - | 
|   |           | 
|  06-04-2005, 03:35 PM | #5 | 
| Haters & Trolls SUCK! Industry Role:  Join Date: Dec 2002 Location: Los Angeles, CA 
					Posts: 9,275
				 | |
|   |           | 
|  06-04-2005, 03:40 PM | #6 | |
| Confirmed User Join Date: Jul 2004 Location: The OC baby! 
					Posts: 1,986
				 | Quote: 
  
				__________________   | |
|   |           | 
|  06-04-2005, 03:47 PM | #7 | 
| Confirmed User Join Date: Feb 2005 Location: st louis/IL metro area 
					Posts: 717
				 | 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 --> | 
|   |           | 
|  06-04-2005, 04:18 PM | #8 | 
| Confirmed User Join Date: Jul 2004 Location: The OC baby! 
					Posts: 1,986
				 | What does the videoborder3d='-1' command do xXx? 
				__________________   | 
|   |           |