In Need Of Flowplayer Help ASAP

by Tanner
5 replies
Hi Guys,

I'm trying to embed a video from amazon s3 using flowplayer into a html page...that needs to go live TONIGHT.

All I want is a basic set up with the following settings:

- Autoplay: on
- Controls: auto hide
-Height and width adjustment so I can tweak the size to fit the template

Thats it, however I can't get the code I'm using to work at all.

It works perfectly on my blogs, but I can't get it to work on a static html page.

Here is the code:
Code:
 <a href="https://s3.amazonaws.com/bucket/Seminar.mp4" style="display:block;width:760px;height:545px;" id="player" bgcolor="#FFFFFF"></a>
<script language="JavaScript">
	flowplayer("player", "http://website.com/flowplayer/flowplayer-3.2.5.swf",{
plugins: {
  controls: true
}
});
</script>
Any and all help will be greatly appreciated. I've gone through the flowplayer forums, but none of it is making sense to me.

Thanks in advance,

Tanner
#asap #flowplayer

Trending Topics