Hi there.
I've been trying to stream .swf movies from my website by using this code:
The movie is being loaded, but it stands still at the first picture without ever playing. Example -> http://www.drittewelle.de/video/demo001.html
I've been searching the web for a solution, but my code above seems to be right...?
How the hell do I make people watch my .swf-movie???
Any hints very appreciated.
AJ
I've been trying to stream .swf movies from my website by using this code:
| Code: |
|
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH=400 HEIGHT=300 id="movie" align=""> <PARAM NAME="movie" VALUE="demir000.SWF"> <EMBED src="demir000.SWF" quality="high" WIDTH="400" HEIGHT="300" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </OBJECT> |
The movie is being loaded, but it stands still at the first picture without ever playing. Example -> http://www.drittewelle.de/video/demo001.html
I've been searching the web for a solution, but my code above seems to be right...?
How the hell do I make people watch my .swf-movie???
Any hints very appreciated.
AJ
