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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-17-2002, 08:52 AM   #1
Darren
Confirmed User
 
Darren's Avatar
 
Join Date: Sep 2001
Posts: 5,994
How to EMBED Real/Quicktime/Windows Media into html?

Anyone know how to do this? Mainly i would like to know windows media player?

tks
Darren is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2002, 08:58 AM   #2
marty
Confirmed User
 
Join Date: Feb 2002
Posts: 1,656
Code:
<object id="video" width="382" height="325" border="1" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
<param name="ShowDisplay" value="0">
<param name="ShowControls" value="1">
<param name="AutoStart" value="1">
<param name="AutoRewind" value="0">
<param name="PlayCount" value="0">
<param name="Appearance" value="0">
<param name="BorderStyle" value="0">
<param name="MovieWindowHeight" value="325">
<param name="MovieWindowWidth" value="382">
<param name="FileName" value="movie.mpg">
<embed src="movie.mpg" type="video/x-msvideo" width="382" height="325" loop="true" autostart="true" controls="true">
</embed> 
</object>
marty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2002, 09:09 AM   #3
Jizar II
Confirmed User
 
Industry Role:
Join Date: May 2001
Location: LLL©
Posts: 1,425
"CLSID:05589FA1-C356-11CE-BF01-00AA0055595A"

I´m confused by this part, but is that what define the appearance of the control panel?
Jizar II is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2002, 10:15 AM   #4
shunga
Confirmed User
 
Join Date: Apr 2001
Location: Loveland
Posts: 994
Quote:
Originally posted by Darren
Anyone know how to do this? Mainly i would like to know windows media player?
You should ask Google - I don't think he posts here often, though.
__________________
Clockwork Cash - ICQ: 355-26-288 / Email: admin AT clockworkcash DOT com
Asian Paysites : Exclusive Content : NATS or CCBill
Thai Cuties : Shave Asians : JAVondemand
shunga is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2002, 10:26 AM   #5
Rex
Confirmed User
 
Join Date: May 2002
Location: ohio
Posts: 2,241
you can always just do

(embed src="movie.mpg" width=XX height=XX)(/embed)

of course replace ( with <
__________________
I don't own RexMag anymore.

Last edited by Rex; 09-17-2002 at 10:28 AM..
Rex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2002, 10:38 AM   #6
Darren
Confirmed User
 
Darren's Avatar
 
Join Date: Sep 2001
Posts: 5,994
what about QUICKTIME and RealPlayer
Darren is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2002, 11:09 AM   #7
Helix
Confirmed User
 
Helix's Avatar
 
Join Date: Feb 2002
Location: Michigan
Posts: 5,998
real player embed
http://www.blackout.ee/support/embed..._into_html.htm
__________________
Free jscott !!!
Free OneHungLo !!!
Free Baddog !!!
Helix is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-18-2002, 03:24 AM   #8
Darren
Confirmed User
 
Darren's Avatar
 
Join Date: Sep 2001
Posts: 5,994
quicktime?
Darren is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-18-2002, 04:00 AM   #9
Darkhorse
Horsing Around
 
Darkhorse's Avatar
 
Industry Role:
Join Date: Sep 2002
Location: AU
Posts: 5,863
Below is the proper tags to play Macromeadia and Shockwave files.

Quote:
(OBJECT CLASSID="CLSID:166B1BCA-3F9C-11CF-8075-444553540000" CODEBASE="HTTP://ACTIVE.MACROMEDIA.COM/DIRECTOR/CABS/SW.CAB#VERSION=6,0,1,0" WIDTH="32" HEIGHT="32")
(PARAM NAME="SRC" VALUE="SHOCKWAVE-FILE.SWF")
(EMBED SRC="SOCKWAVE-FILE.SWF" PLUGINSPAGE="HTTP://WWW.MACROMEDIA.COM/SHOCKWAVE/DOWNLOAD/" TYPE="APPLICATION/X-DIRECTOR" WIDTH="32" HEIGHT="32")
(/embed)
(/OBJECT)

These are for playing Flash Files.

Quote:
(/OBJECT)<OBJECT CLASSID="CLSID:166B1BCA-3F9C-11CF-8075-444553540000" CODEBASE="HTTP://ACTIVE.MACROMEDIA.COM/DIRECTOR/CABS/SW.CAB#VERSION=6,0,1,0" WIDTH="32" HEIGHT="32")
(PARAM NAME="SRC" VALUE="SHOCKWAVE-FILE.SWF")
(EMBED SRC="SOCKWAVE-FILE.SWF" PLUGINSPAGE="HTTP://WWW.MACROMEDIA.COM/SHOCKWAVE/DOWNLOAD/" TYPE="APPLICATION/X-DIRECTOR" WIDTH="32" HEIGHT="32")
(/EMBED)
(/OBJECT)
This is to add support to play video files.

Quote:
(EMBED SRC="" AUTOSTART="TRUE" WIDTH="200" HEIGHT="200"")
Use these tags to play Sound/Music Files.

Quote:
(EMBED SRC="" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="0")
(BGSOUND SRC="" LOOP="INFINITE")
And use thses for Active X controls.

Quote:
(OBJECT ID="" CLASSID="" WIDTH= HEIGHT= DATA="")(/OBJECT)
Hope that helps........ Remember to replace all the ( tags for <
Darkhorse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.