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)
-   -   How to EMBED Real/Quicktime/Windows Media into html? (https://gfy.com/showthread.php?t=77628)

Darren 09-17-2002 08:52 AM

How to EMBED Real/Quicktime/Windows Media into html?
 
:helpme Anyone know how to do this? Mainly i would like to know windows media player?

tks :winkwink:

marty 09-17-2002 08:58 AM

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>


Jizar II 09-17-2002 09:09 AM

"CLSID:05589FA1-C356-11CE-BF01-00AA0055595A"

I´m confused by this part, but is that what define the appearance of the control panel?

shunga 09-17-2002 10:15 AM

Quote:

Originally posted by Darren
:helpme 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. :winkwink:

Rex 09-17-2002 10:26 AM

you can always just do

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

of course replace ( with <

Darren 09-17-2002 10:38 AM

what about QUICKTIME and RealPlayer

Helix 09-17-2002 11:09 AM

real player embed
http://www.blackout.ee/support/embed..._into_html.htm

Darren 09-18-2002 03:24 AM

quicktime?

Darkhorse 09-18-2002 04:00 AM

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 <


All times are GMT -7. The time now is 10:38 AM.

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