i have a problem:
i have video to but in my website this video i convert it using sothink video converter to flash he give me 4 files
Title_01_01_clip.jpg (photo only for fist screan )
Title_01_01_clip.htm (the page that have object to play the video)
Title_01_01_clip.flv (the video)
Title_01_01_clip.swf( the player)
html code is:
<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="342" height="316" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="Title_01_01_clip.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="Title_01_01_clip.swf" quality="high" align="middle" bgcolor="#ffffff" width="342" height="316" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
</body>
i upload the 4 files to my website inside the "0" folder
in my page i add a link using text-html moudel and make this link open in new page with the URL for this page Title_01_01_clip.htm
the problem is it open the page and player but not work he give me this error:
streem not found
but if i open the Title_01_01_clip.htm in my browser it work
how can i resolve this please