Search : in
By :

How do i make flash videos play on my site

Last answer on Sep 18, 2009 5:57:09 am BST aldop, on Mar 26, 2009 5:28:59 pm GMT 
 Report this message to moderators

Hello,
I'm using Dreamweaver cs4 to build my site. everything works except the page that should show a video. This is what i got so far;
<title>TRAINING VIDEO 1</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="265" id="FlashID" title="training_video_1">
<param name="movie" value="training_video_1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don�t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="training_video_1.swf" width="300" height="265">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>

Configuration: Windows XP
Internet Explorer 8.0

Best answers for « how do i make flash videos play on my site » in :
How to make a video clip ? Show Making your video clip Introduction With video With a camcorder Writing the script Recording Acquisition Video composition With the pictures With the pictures Video composition Software to make a slideshow With videos and...
Make a video with his photos Show Make a video with his photos Photos and sounds assembling Export mounting Useful Tips You can easily make a video with your photos, without special software download fee. On Microsoft Windows, simply use the included software: Windows...
Make a video of your Urban Terror gameplay ShowMake a video of your Urban Terror gameplay Recording the video during gameplay Rendering the file Note for Linux It is easy to make good quality videos of your games in AVI Urban Terror. Recording the video during gameplay When...
How to make a video of your TV or computer screen? ShowHow to make a video of your TV or computer screen? Upon filming computer or television screens , you may certainly have noticed the stripes that appears. New camcorders adapt quite easily to this and make a clean recording and there are...
How to capture streaming videos from the Internet ShowHow to capture streaming videos from the Internet Download-helper Websites Firefox extension Commercial softwares Info Many websites like YouTube use a Flash Video format that enables highly-compressed streaming video to effectively...
Download Flash Video Studio ShowFlash Video Studio is a conversion tool which can convert video files into Macromedia Flash SWF and FLV. The software supports several file types into the following formats: AVI, WMV, ASF, MPEG (MPEG, MPG, MPV) video files, QuickTime video files...

1

SONU, on Mar 26, 2009 5:30:59 pm GMT

Hi how are u kaisa hai aur batao apne baremein

Reply to SONU

5

 Shirley1874, on Sep 18, 2009 5:57:09 am BST

Put your flash videos and flv player swf file in the same folder with the web pages files on your host server.
And don't use Dreamweaver to embed flash to web page. Using Dreamweaver to do this will often causes problems.
You can use playerdiy.com, it is a quick and effective solution to add flash video to web page and make custom flv player with playlist for website. Here is the tutorial - http://www.playerdiy.com/support/tutorial/customize-flash-vi­deo-player.html

Reply to Shirley1874