ActiveMovie Embedded MPG Object
CrazyChad
Joined: 2003-09-28
Posts: 25 |
Posted: Wed, 2003-10-08 06:23 |
how can I place a embed active control like Video Streaming on this www.meltdowndigital.com/home onto gallery to pop up ... scroll down you will see a picture of guy skateboading on www.meltdowndigital.com > gallery > skateparks > there ... |
|
Posts: 3473
moving to customization forum
Posts: 25
and where is that customization forum ?
Posts: 3473
here. it's moved. check the forum name.
Posts: 25
oh ... the "Menalto" gallery forum ... ok, ty
Posts: 27
okay I would also like to figure out how to do streaming video of gallery. But I don't see any post name "Monelto" or etc.
Please can you give me a link to it or something or a fresh literature about how to do that. Thanks
Posts: 25
Sabrol, when Joan said that ... I thought Joan meant on MY site ... not this one ... gallery.menalto.com ... so I misunderstood ... you can upload the video but it wont be streaming at that point, basically it just download then open with whatever they choose the media player as a default until further notice about video "streaming" for .wmv .rm and .avi specs
Posts: 27
sounds fine...but when i went on your website and clicked the skateboard video....i got a pop-up with streaming video...(i'm pretty sure that would be considered streaming).
when i try to upload movies i get the whole windows media player to pop-up...looks very ugly...so i wanted to know how you got just that window to pop-up. Thanks in advance
Saurabh Abrol
Posts: 25
Sabrol, I gotcha now ... thanks ... that video streaming is nice but its not in the gallery ... just a normal html ... here is the code ...
POP UP VIDEO (replace X with yours and replace yourvideo with yours of course either mpg or wmv)
<a href="#" onClick="MyWindow=window.open('http://www.XXXXXXXX.com/yourvideo.html','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=355,height=322'); return false;"><img src="http://www.XXXXXXXX.com/test/videosnapshot.gif (or .jpg)" width="300" height="225" alt="" border="0"></a>
<HTML><HEAD><TITLE>ActiveMovie Embedded MPG Object Test Page</TITLE></HEAD>
<BODY topmargin="0" leftmargin="0">
<OBJECT ID="ActiveMovie1" WIDTH="356" HEIGHT="321" CLASSID="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
<PARAM NAME="Version" VALUE="1"><PARAM NAME="EnableContextMenu" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="1"><PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowPositionControls" VALUE="1">
<PARAM NAME="ShowSelectionControls" VALUE="1">
<PARAM NAME="EnablePositionControls" VALUE="1">
<PARAM NAME="EnableSelectionControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1"><PARAM NAME="EnableTracker" VALUE="1">
<PARAM NAME="AllowHideDisplay" VALUE="1">
<PARAM NAME="AllowHideControls" VALUE="1">
<PARAM NAME="MovieWindowSize" VALUE="1"><PARAM NAME="FullScreenMode" VALUE="0">
<PARAM NAME="MovieWindowWidth" VALUE="352">
<PARAM NAME="MovieWindowHeight" VALUE="240"><PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="AutoRewind" VALUE="1"><PARAM NAME="PlayCount" VALUE="0">
<PARAM NAME="SelectionStart" VALUE="0">
<PARAM NAME="SelectionEnd" VALUE="32767">
<PARAM NAME="Appearance" VALUE="1"><PARAM NAME="BorderStyle" VALUE="1">
<PARAM NAME="FileName" VALUE="yourvideo.mpg">
<PARAM NAME="DisplayMode" VALUE="1">
<PARAM NAME="AllowChangeDisplayMode" VALUE="1">
<PARAM NAME="DisplayForeColor" VALUE="16777215">
<PARAM NAME="DisplayBackColor" VALUE="1"></OBJECT>
</BODY>
</HTML>
Posts: 25
(notify me when a reply is posted ... for me, ignore this)