Stream my flash videos?

Discussion in 'Graphics & Multimedia' started by mokimofiki, Feb 24, 2010.

  1. #1
    I am wondering if anyone can help with a small problem that I have. I have a flash video that is 5mb and want the video to start when a website is opened.

    My current code is:
    <object width="313" height="236">
    <param name="movie" value="flash/videos/Welcome.swf"></param>
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed src="flash/videos/Welcome.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="313" height="236" bgcolor="#200906"></embed>
    </object>
    Code (markup):
    I either need to know how to reduce the size of the video while keeping the quality or how to steam it so that it plays as it downloads.

    Thank you in advance.
     
    mokimofiki, Feb 24, 2010 IP
  2. jumpjump

    jumpjump Peon

    Messages:
    287
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you want to reduce the size of the video and stream to website, you can try to convert swf to flv, then put the video on website, if you need, you can follow this tutorial about how to put video on website:
    http://www.flash-video-soft.com/blog/?p=4
     
    jumpjump, Feb 28, 2010 IP
  3. Shirley1874

    Shirley1874 Peon

    Messages:
    558
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Shirley1874, May 28, 2010 IP