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)
-   -   Embedding Window media with volume set to zero? (https://gfy.com/showthread.php?t=641538)

evilclown 08-06-2006 02:50 PM

Embedding Window media with volume set to zero?
 
How do embed a windows media file into an html page with the volume set to zero ?

fris 08-06-2006 02:54 PM

might be a variable to sound off

Helix 08-06-2006 02:59 PM

<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="Volume" value="0">
<PARAM name="PlayCount" value="9999">
</OBJECT>

evilclown 08-06-2006 09:37 PM

Quote:

Originally Posted by Helix
<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="Volume" value="0">
<PARAM name="PlayCount" value="9999">
</OBJECT>


Thanks will give it try.

Pornwolf 08-06-2006 10:30 PM

Anyone know how to set the zoom to 200% automatically?


All times are GMT -7. The time now is 09:35 PM.

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