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 !!!
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 !!!
You need to do something like this:
The <object> tag is for IE and the <embed> is for firefox/netscape/safariHTML 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>
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
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>'
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.
See this thread for Flash Video Support
Last edited by Matt; 07-26-2007 at 04: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 |
Ok matt thanks a lot i will try your method and get back
Last edited by ebookmania; 10-18-2006 at 04:11 PM.
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 |
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 04: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 |