You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

How To Get Flowplayer To Run Locally (Desktop) Created Jul 3, 2009

This thread is solved

Views: 3505     Replies: 4     Last reply Nov 4, 2009  
You must login first before you can use this feature

sgtaw

Posts: 2

Registered:
Jul 3, 2009

How To Get Flowplayer To Run Locally (Desktop)

Posted: Jul 3, 2009

Hi All,

I wanted flowplayer to just run locally on my desktop. Will this work?

I copied the below from Flowplayer. But the video never loads..

Thanks,

Ed

------------BEGIN----------------

<head>
<script type="text/javascript" src="flowplayer-3.1.1.min.js"></script>
</head>

href="video.flv"
style="display:block;width:425px;height:300px;"
id="player">


<!-- this script block will install Flowplayer inside previous A tag -->

<script language="JavaScript">

flowplayer("player", "flowplayer-3.1.1.swf", {
clip: {

// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});
</script>

--------END--------------

gmccomb

Posts: 746

Registered:
Apr 9, 2009

» How To Get Flowplayer To Run Locally (Desktop)

Posted: Jul 4, 2009

Reply to: How To Get Flowplayer To Run Locally (Desktop), from sgtaw
Be sure to follow the instructions included in the file download sample page. It talks about Flash security settings, necessary for playing Flowplayer locally.

Be sure to include all these files in the same folder with your Web page:

video.flv
flowplayer-3.1.1.swf
flowplayer-3.1.1.min.js
flowplayer.controls-3.1.1.swf

sgtaw

Posts: 2

Registered:
Jul 3, 2009

» » How To Get Flowplayer To Run Locally (Desktop)

Posted: Jul 4, 2009

Reply to: » How To Get Flowplayer To Run Locally (Desktop), from gmccomb
Thanks!

However, the problem I now have.

it works with .swf

However, when I try .flv I get an error

"Unable to upload stream or clip. cannot access the video file (try loosening flash security settings )#2148..."

Any ideas?

Thanks,

Ed

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » How To Get Flowplayer To Run Locally (Desktop)

Posted: Jul 4, 2009

Reply to: » How To Get Flowplayer To Run Locally (Desktop), from gmccomb
Yes, visit this link to adjust your Flash security settings.

Local install is documented at the bottom of the installation page.

worldpartner

Posts: 4

Registered:
Dec 31, 2008

» » » How To Get Flowplayer To Run Locally (Desktop)

Posted: Nov 4, 2009

Reply to: » » How To Get Flowplayer To Run Locally (Desktop), from blacktrash
Hi, we are trying to implement flowplayer as a desktop player. we also have same problem. We already adjusted security settings but the problem still exist. Does anyone have any ideas?