Neha Shah
11-10-2008, 07:05 AM
Hi to all,
I have made a video using video encoder. It has generated flv, swf and html page in one folder. it is working on my system.but not working on website on which i have uploaded.It is showing "stream not available".
I have searched a lot thru google but i m unable to catch the problem.
here is a code in html.
<body bgcolor="#ffffff">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="402" height="344" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="VTS_01_1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="VTS_01_1.swf" quality="high" align="middle" bgcolor="#ffffff" width="402" height="344" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</body>
I have made a video using video encoder. It has generated flv, swf and html page in one folder. it is working on my system.but not working on website on which i have uploaded.It is showing "stream not available".
I have searched a lot thru google but i m unable to catch the problem.
here is a code in html.
<body bgcolor="#ffffff">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="402" height="344" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="VTS_01_1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="VTS_01_1.swf" quality="high" align="middle" bgcolor="#ffffff" width="402" height="344" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</body>