Welcome, Guest. Please login or register.
Did you miss your activation email?
05/22/12, 07:53
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  Flash-Db's Commercial corner (Moderators: vesa kortelainen, Ronald Wernecke, Jorge Solis)
| | |-+  Remove control bar from flash video player
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Remove control bar from flash video player  (Read 398 times)
stephenz
Seasoned Programmer
***
Posts: 166


View Profile WWW Email
« on: 02/08/10, 00:49 »

The control bar may be unnecessary, if you want to make a video banner (Example about customizing a video banner on webpage) with some videos, or you are not willing visitors to control your video playing. Moyea web player supports to remove control bar and the whole FLV player as your requests in a snap.

About Moyea Web Player:
Moyea Web Player is an easy-to-use Flash video player creator, with which, customizing skinning streaming FLV player and FLV player (flash video player) for website only needs a few mouse-clicks. And the created player can be easily edited via flashvars code.
Its official website is: http://www.playerdiy.com/

Implementing in different ways:
Via Moyea Web Player:
1. Go to Template -> Options
2. Push down Skin settings, and uncheck Show player



Via Flashvars Code:
To implement the above demo with code, you just need to insert a line of flashvars code into the embed code of flv video player. After get the flashvars code, the embed code will be as below:

Code:
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent" align="center"></div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('flashvars','playerOpts=showPlayer*false*b');
so.write("flashcontent");
</script>

The line of the red code is the flashvars code for removing the control bar. Get more information about flashvars code.

Source is http://www.playerdiy.com/configuration/skins/remove-controlbar.html
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything