CD copying to my web site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello! My name is Steve Landavazo. I have a question and appreciate any response

I have a small web site that sells heavy equipment and I would like to transfer part of a CD to the web site so viewers can see some of the heavy equipment being used

Can anybody please tell me the best way to do this and with what software, etc...Will Windows Movie Maker 2 allow me to do this. Forgive me, as I am very new at this and any respnose is appreciated

Thank you
Steve landavazo (e-mail address removed)
 
Steve,

Movie Maker 2 will help if part of your website will be video clips, but
it'll only help making such clips.... if you want a site with still
pictures, then you'll be using other software and not MM2.
--
PapaJohn

Movie Maker 2 - www.papajohn.org
Photo Story 2 - www.photostory.papajohn.org

..
Steve Landavazo said:
Hello! My name is Steve Landavazo. I have a question and appreciate any response.

I have a small web site that sells heavy equipment and I would like to
transfer part of a CD to the web site so viewers can see some of the heavy
equipment being used.
Can anybody please tell me the best way to do this and with what software,
etc...Will Windows Movie Maker 2 allow me to do this. Forgive me, as I am
very new at this and any respnose is appreciated.
 
Hi there,

You can use Movie Maker to create clips or still images provided the
source material can be imported from the CD you mention. Without knowing
what format the material is in on the CD its a little difficult to give
better advice on that.

If you want to see how to include video, this piece of HTML code will
align a video clip in the centre of the page...

<p align="centre">
<object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"
id="OCX1"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
cab#Version=6,4,5,715">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="playCount" value="1">
<param name="autoStart" value="true">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="false">
<param name="volume" value="50">
<param name="mute" value="false">
<param name="uiMode" value="full">
<param name="stretchToFit" value="true">
<param name="windowlessVideo" value="false">
<param name="enabled" value="true">
<param name="enableContextMenu" value="false">
<param name="fullScreen" value="false">
<param name="enableErrorDialogs" value="true">
<param name="_cx" value="11324">
<param name="_cy" value="8043">
<param name="URL" value="The Full Path to your video goes
here">
</object>
</p>
and this piece of code will place a still image in the centre of the
page....

<p align="center">
<img src="The full path name to the image"
width="Your Image Width" height="Your Image Width" border="0">
</p>

Hope this help a little

Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk

Steve Landavazo said:
Hello! My name is Steve Landavazo. I have a question and appreciate any response.

I have a small web site that sells heavy equipment and I would like to
transfer part of a CD to the web site so viewers can see some of the heavy
equipment being used.
Can anybody please tell me the best way to do this and with what software,
etc...Will Windows Movie Maker 2 allow me to do this. Forgive me, as I am
very new at this and any respnose is appreciated.
 
Back
Top