|
Posted by jenngra on 05/11/06 01:31
Wa|stib wrote:
> <jenngra@gmail.com> wrote in message
> news:1147255249.450869.150870@u72g2000cwu.googlegroups.com...
> > Hello - I want to tie the first object, which is a seperate volume
> > controller to the MediaPlayer object below and I have no idea how to do
> > this. Can someone pls. help?
> >
> > <object classid="clsid:F08DF954-8592-11D1-B16A-00C0F0283628"
> > id="Slider1" width="100" height="50">
> > <param name="BorderStyle" value="1" />
> > <param name="MousePointer" value="0" />
> > <param name="Enabled" value="1" />
> > <param name="Min" value="0" />
> > <param name="Max" value="10" />
> > </object>
> >
> >
> >
> > <object id="MediaPlayer" height=46
> > classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
> > standby="percolating" type="application/x-oleobject"
> >
> codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
> cab#Version=6,4,7,1112">
> >
> >
> > <param name="filename" value="http://127.0.0.1">
> > <param name="Showcontrols" value="True">
> > <param name="autoStart" value="True">
> > <embed type="application/x-mplayer2" src="http://127.0.0.1"
> > name="MediaPlayer"></embed>
> >
> > </object>
> >
>
> http://themooseisloose.net/funny_cats.html
>
> It's the showcontrols.
> <PARAM NAME="showcontrols" VALUE="1">
>
>
> <OBJECT ID="MediaPlayer" WIDTH="400" HEIGHT="250"
> CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
> TYPE="application/x-oleobject">
> <PARAM NAME="FileName" VALUE="FileLocation">
> <PARAM NAME="autostart" VALUE="1">
> <PARAM NAME="showcontrols" VALUE="1">
> <EMBED SRC="FileLocation" WIDTH="400" HEIGHT="250"
> ALIGN="BOTTOM" TYPE="application/x-mplayer2" AUTOSTART="1"
> SHOWCONTROLS="1"></EMBED>
> </OBJECT>
>
>
> w a l s t i b
> what a long, strange trip it's been
> http://themooseisloose.net
Do you see anyway to connect that other <object>, somehow? I don't
know if you can mix and match like this, how interoperable they are.
Thank you so much if you can figure this out :)) Jenn
[Back to original message]
|