Heya!
I usually solve my own little problems, but I just made a major overhaul to my website a few days ago, and for some funny reason, my flash flowplayer simply doesn't work anymore.
http://www.valueteam.biz/videos_002.html
Can ANYONE help at all? This seems too stupid to believe because I haven't changed a single character anywhere in the code that deals with the flash player, and I'm completely baffled by this.
Here's the HTML markup for the player itself:
Code:
<div id="content">
<h1>The new Driving License for working in "Real World BPM in an SAP Environment"</h1>
<p>Our newest video was recorded during an educational session held in Orlando, Florida at May 20th, 2010 at the <a href="http://www.sapandasug.com/" title="SAP SAPPHIRE & NOW and ASUG Annual Conference" target="_blank">SAP SAPPHIRE® NOW and ASUG Annual Conference</a>. The speakers in this recorded educational session is Prof. Dr. Mark von Rosing, Managing Director of Value Team ApS, and with Ann Rosenberg, SAP Global Business Process Management Lead, providing additional supporting commentary.</p>
<p>Movie size: ~350 MB<br />
Movie duration: 01:08:40<br />
Movie quality: High</p>
<p><div id="player" style="width:600px;height:380px;"></div>
<script>
/*
1:st argument: id of the player container
2:nd argument: path to your custom player
3:rd argument: Flowplayer configuration. This overrides the build-in configuration. see:
http://flowplayer.org/documentation/configuration/
*/
flowplayer("player", "videos/flowplayer.swf",
{"clip":{"url":"http://www.valueteam.biz/videos/realworld_bpm.flv"}}
);
</script></p>
<p><a href="videos.html#Videos" title="Go back to the Video index">Go back to the Video index</a>.</p>
</div>
Both links are fine, and works (http://www.valueteam.biz/videos/realworld_bpm.flv and videos/flowplayer.swf).
I get this error message in the IE Status Bar;
Code:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.1.4322; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)
Timestamp: Fri, 25 Jun 2010 13:31:13 UTC
Message: Object expected
Line: 152
Char: 3
Code: 0
URI: http://www.valueteam.biz/videos_002.html
Cheers,
Bassa
Bookmarks