Results 1 to 9 of 9

Thread: I want to play Flash video in my server

  1. #1
    ebookmania is offline No longer a Newbie
    Join Date
    Oct 2006
    Posts
    6

    Thumbs up I want to play Flash video in my server

    I want toplay flash video file, but its not working,I heard that changing Mime types would help. what are parameters i should give for that anybody help !!!

  2. #2
    jmarcv's Avatar
    jmarcv is offline Cranky Coder
    Join Date
    Jan 2005
    Posts
    354

    Default

    You need to do something like this:
    HTML Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
      id="flash" width="300" height="122">
      <param name="movie" value="my_flash.swf">
      <param name="bgcolor" value="#CCCCCC">
      <param name="quality" value="high">
      <param name="allowscriptaccess" value="samedomain">
      <embed type="application/x-shockwave-flash"
       pluginspage="http://www.macromedia.com/go/getflashplayer"
       width="300" height="122"
       name="flash" src="my_flash.swf"
       bgcolor="#CCCCCC" quality="high"
       swLiveConnect="true" allowScriptAccess="samedomain"
      ></embed>
    </object>
    The <object> tag is for IE and the <embed> is for firefox/netscape/safari

  3. #3
    ebookmania is offline No longer a Newbie
    Join Date
    Oct 2006
    Posts
    6

    Default No i think you havent understand

    I think you havent understand my question, i know how to put the code inside a html file but i want to know how to run a flash video file

  4. #4
    jmarcv's Avatar
    jmarcv is offline Cranky Coder
    Join Date
    Jan 2005
    Posts
    354

    Default

    Maybe I haven't. What is a flash video file? Its a shockwave format file (SWF) right? The embedded code I quoted has always "run a flash video" in a browser for me. You can try adding '<PARAM NAME=play VALUE=true>'

  5. #5
    ebookmania is offline No longer a Newbie
    Join Date
    Oct 2006
    Posts
    6

    Default Its a flv format file

    The format of the file is .FLV . Flash has this. my client requirement upload that flv in the server and call the url from a xml file.

  6. #6
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,929

    Default

    See this thread for Flash Video Support
    Last edited by Matt; 07-26-2007 at 03:33 AM. Reason: update
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

  7. #7
    ebookmania is offline No longer a Newbie
    Join Date
    Oct 2006
    Posts
    6

    Default Matt thanks a lot

    Ok matt thanks a lot i will try your method and get back
    Last edited by ebookmania; 10-18-2006 at 03:11 PM.

  8. #8
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,929

    Default

    Try this then I suppose:
    http://www.hotscripts.com/Detailed/38216.html

    If that doesn't do it for you I'd try a google for "xml flv"
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

  9. #9
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,929

    Default

    Quote Originally Posted by ebookmania View Post
    I want toplay flash video file, but its not working,I heard that changing Mime types would help. what are parameters i should give for that anybody help !!!
    Flash video (like YouTube, MyVideo, or Clipfish) is now supported on GlowHost servers.

    Please see this thread: streaming flash video
    Last edited by Matt; 07-26-2007 at 03:32 AM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14