1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Convert Movie maker file to Flash movie file

Discussion in 'Windows Vista' started by dbledee, Feb 12, 2008.

  1. dbledee

    dbledee Guest

    I wish to post movies I have created on my website but they need to be in
    flash movie file format before I can download them. How do I convert my
    movie maker file to the flash movie format? The programs I have seen for
    flash movies want me to start from scratch. I have put many hours into
    creating the MM files. HOw do I get them onto my webpage? I have saved them
    in MM as files on my computer, but these are unacceptable to the webpage
    program.
     
  2. oh by the way you can stream WMV files from a web page without converting
    them first

    read this page that has the code




    Embedding Windows Media Files
    Embedding a Windows Media file places the video clip on the web page, as per
    the example on the right. To create a simple embedded video file like this,
    use the code below (swap both instances of videofilename.wmv for your own
    file name).

    <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190"
    CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..."
    TYPE="application/x-oleobject
    <PARAM NAME="FileName" VALUE="videofilename.wmv
    <PARAM name="ShowControls" VALUE="true
    <param name="ShowStatusBar" value="false
    <PARAM name="ShowDisplay" VALUE="false
    <PARAM name="autostart" VALUE="false
    <EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv"
    NAME="MediaPlayer"
    WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0"
    autostart="0 </EMBED>
    </OBJECT>

    The Windows Media player which appears on the page can be customised to some
    extent; for example, you can choose whether or not to show the playback
    controls, status indicator, etc. For more information see Embedding Windows
    Media Files and Examples of Embedded Files.




    "dbledee" <dbledee@discussions.microsoft.com> wrote in message
    news:9BDD11C7-A73A-46C1-BAC8-633B525B7F26@microsoft.com...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    >I wish to post movies I have created on my website but they need to be in
    > flash movie file format before I can download them. How do I convert my
    > movie maker file to the flash movie format? The programs I have seen for
    > flash movies want me to start from scratch. I have put many hours into
    > creating the MM files. HOw do I get them onto my webpage? I have saved
    > them
    > in MM as files on my computer, but these are unacceptable to the webpage
    > program. <!--colorc--><!--/colorc-->
     
  3. dasli

    dasli Guest

    Usually I use Video to Flash Converter Pro by geovid...Must help...
     
  4. undisclosed

    undisclosed Guest

    On the control panel there is computer setting go there and click making
    movies it will let you pik MM or MMF and if any of them come up press
    the reinstall the movie maker and install i have it and then you go to
    my documents then you are ready to go


    --
    michael_fleming
     

Share This Page