-
Moyea HD Button Plugin V1.0 – Welcome to the HD Flash Video World
Posted on October 20th, 2009 11 commentsMoyea HD Plugin, one of the useful plugins works for Moyea Web Player that ensures HD video playing, is available now!
Shenzhen P.R.C - Oct 15th, 2009 - Moyea Software Co., Ltd. (http://www.moyeamedia.com/): a rising developer of flash applications for the internet and multimedia software, today officially debuts the first edition of HD Button Plugin for customizing HD FLV Player for website.
Moyea HD Plugin is one of the useful plugins that used to extend the capabilities of Moyea Web Player- a handy Web FLV Player creator. It enables users to add an HD Button onto web FLV player which customized with Moyea Web Player, so that player users can start or close HD (High Definition) video playing by clicking it at anytime.
Main Attractions of Moyea HD Button Plugin V1.0
Switch to HD Mode at Any Time
Just a mouse-click brings the easy access to start or close HD video playing.
Easy Implementation in Different Situations
No matter users already have a FLV player or don’t have a FLV player yet, it’s very easy to implement this HD Plugin with the simple guidance available at http://playerdiy.com/configuration/addons/hdbutton.html.
Advanced HD Button Settings
HD Button Settings allows its users to choose the preferred HD Button Style, to dock HD Button at the preferred location of the screen and to set automatically hide HD Button while video playing.
Supports Playing HD Streaming Video
The customized HD flash video player also supports playing HD streaming video, but the free RTMP Plugin should be installed in player too.
Price and Availability
Moyea HD Plugin is compatible with Moyea Web Player V2.0 and up versions. Currently there are two options available: free trial version but with a watermark hyperlinked to Moyea Soft website and registered logo-free version priced as low as $ 25.00 plus prior technical support and life-long update.
Links:
Company Website: http://www.moyeamedia.com/
Product Webpage: http://playerdiy.com/configuration/addons/hdbutton.html
Product Download Link: http://www.playerdiy.com/downloads/get.php?p=hd%20button&f=http://www.playerdiy.com/download/hdbutton_setup.exeContact Person:
Steven
Moyea Software Co., Ltd.
Chief Executive Officer
Email: contact@moyeamedia.com -
Video Search And Google Analytics Plugins Is Released For Web FLV Player
Posted on September 7th, 2009 43 commentsVideo search plugin and Google analytics plugin were released in Moyea to make the web FLV player, which created with Moyea Web Player, get the abilities of searching and playing videos from video sharing sites and abilities of tracking events of it and displaying the results in Google analytics account.
Moyea Web Player is a web FLV player creator. It can be used to create skinning streaming FLV player and FLV player for web sites to play streaming videos and flash videos with no any coding. And its various capabilities can be got extended via addons.
After released advertising and watermark plugins in May for extending the functions of the created web FLV player on advertising and branding, these days, Moyea has released Video search plugin and Google analytics plugin to enable the created web FLV player to play videos from video sharing sites and to track the events within it.
Video Search Plugin:
Video Search Plugin was released on Sep.4, 2009. With it, the web FLV player, which created with Moyea Web Player, has the ability of searching and playing videos from almost all video sharing sites like YouTube, Google video, Dailymotion, etc., and the player owners don’t need to host any video on their web sever but users can view any video they want to watch. It’s a so powerful and useful plugin for web FLV players!Google Analytics Plugin:
Google Analytics Plugin is a free plugin released on Sep.1, 2009. It is used to track the events within the created web FLV player and display the results in Google analytics account, so that player owns can easily know and analyze the information of the player and the videos in player.Google Analytics is not strange for most of internet users, but most of them only know it’s a good internet tool for tracking and analyzing information of website like traffic, entering keywords, bounce rate, etc. In fact, it also can be used to track and analyze events in web FLV players, that’s because Google has public the API to enable developers to develop plugins to make it for relevant use.
Moyea Web Player with easy-to-use feature is on its way to becoming more and more professional web FLV player creator via extending its capability with addons. And no doubt, these two plugins with functions to enable web FLV player to search and play videos from internet, to track events within web FLV player, can help it become more powerful and professional.
More information:
Company site: http://www.moyeamedia.com
Product site: http://www.playerdiy.com
Product page: http://www.playerdiy.com/configuration/addons/vidsearch.html
http://www.playerdiy.com/configuration/addons/googlytics.html -
Playerdiy Begins To Provide Free Web FLV Players for Playing Flash Videos and RTMP Streaming Videos
Posted on August 5th, 2009 35 commentsShenzhen P.R.C, Aug. 05, 2009, Moyea Software Co., Ltd. (http://www.moyeamedia.com): Since late July 2009, PlayerDIY begins to provide free Web FLV Players, free FLV streaming players for non-commercial use to play flash videos streaming videos, live streaming videos and SMIL presentations on blog, forum, and website.
These Free FLV players, generated with Moyea Web Player, are mainly provided to player users who don’t have web hosting but want to play flash videos and RTMP streaming videos on blog or forum. The flash videos and RTMP streaming videos these Free FLV Players support to play include FLV, H.264 coded MP4, MOV, 3GP and 3G2, streaming videos, live videos and SMIL presentations, which adobe flash player can handle. So the videos played by these players can be viewed by internet users who have installed adobe flash player.
The embed code of each FLV Player is easy to be understood and edited. To make the FLV player play personal videos on site, all need to do is only inserting a single line of code into the embed code to indicate the videos. The code syntax for multiple videos is so.addParam(’flashvars’,'playerOpts=playListPath*^caption^path^image^clickurl^clicktarget^endurl^styleoftarget^endtarget……*s’);, for single video is so.addParam(’flashvars’,'playerOpts=playListPath*^caption^path^image*s);
Examples as below:
1. Code for playing two flash videos video1.flv and video2.flv:
<script type=”text/javascript” src=”http://www.fomore.com/www.playerdiy.com/js/swfobject.js”></script>
<div id=”flashcontent”>Player will show here</div>
<script type=”text/javascript”>
var so = new SWFObject(’http://www.fomore.com/www.playerdiy.com/players/playerdiy/mwplayer.swf’,'player’,'450′,’400′,’9′);
so.addParam(’wmode’,'opaque’);
so.addParam(’quality’,'high’);
so.addParam(’allowfullscreen’,'true’);
so.addParam(’allowscriptaccess’,'always’);
so.addParam(’flashvars’,'playerOpts= playListPath*^’
+ ‘video1^video1.flv^thumbnail1.jpg^^^^^^’
+ ‘video2^video2.flv^thumbnail2.jpg^^^^^^’
+ ‘*s‘);
so.write(”flashcontent”);
</script>2. Code for playing single flash video video1.flv:
<script type=”text/javascript” src=”http://www.fomore.com/www.playerdiy.com/js/swfobject.js”></script>
<div id=”flashcontent”>Player will show here</div>
<script type=”text/javascript”>
var so = new SWFObject(’http://www.fomore.com/www.playerdiy.com/players/playerdiy/mwplayer.swf’,'player’,'450′,’400′,’9′);
so.addParam(’wmode’,'opaque’);
so.addParam(’quality’,'high’);
so.addParam(’allowfullscreen’,'true’);
so.addParam(’allowscriptaccess’,'always’);
so.addParam(’flashvars’,'playerOpts=playListPath*^video1^video1.flv^thumbnail1.jpg*s||noWatchBtn*true*b||noPlayListBtn*true*b’);
so.write(”flashcontent”);
</script>Note:
* caption is the title of the video (e.g. ‘video1′),
* path is the path to video file (e.g. ‘video1.flv’),
* image is the path to the thumbnail image (e.g. ‘thumbnail1.jpg’).
* The values of caption(video name), image, clickurl, clicktarget, endurl, styleoftarget and endtarget can be “null” but can’t be “none”Kindly remind that there will be a playDIY.com logo on the screen of those free FLV players, but it can be easily removed by giving a back link to playDIY.com and the link information is <a href=”http://www.playerdiy.com”>Moyea Web Player</a>.
Further Information
Company website: http://www.moyeamedia.com
Product web page: http://www.playerdiy.com/downloads/free-flv-player


