Anfänger: .flv startet nicht

Beitrag lesen

Hallo!
Folgendes Problem:
Ich will eine .flv Datei auf meiner Seite abspielen.
Nun habe ich das Problem dass mir der Player angezeigt wird, das Video jedoch nicht.
Könnt ihr mir sagen was ich falsch gemacht habe?
Die player.swf liegt im selben ordner wie meine video.flv

Hier der Code:

  
  
<object type="application/x-shockwave-flash" data="http://localhost:8080/foobar/resources/video/player.swf"  
    width="176" height="200" id="player">  
  <param name="allowScriptAccess" value="sameDomain"/>  
  <param name="movie" value="http://localhost:8080/foobar/resources/video/player.swf"/>  
  <param name="quality" value="high"/>  
  <param name="scale" value="noScale"/>  
  <param name="wmode" value="transparent"/>  
  <param name="flashvars"  
    value="videoFile=http://localhost:8080/foobar/resources/video/video.FLV&autoPlay=true"/>  
</object>