Search and play videos from other website in web FLV player

 
 
Rank
Total Posts: 2
Joined  2009-09-21

Introduction:
Video Search Plugin enables player users to search videos from video sharing sites (like YouTube, video.google), and play results in the FLV player (flash video player), which generated with Moyea Web Player, on your own website.

Key Features:
Enables the Flash video player to play videos from most of video sharing sites in your own player
You don’t need to host videos in your own web sever.

Limitation of free trial version:
A watermark with hyperlink appears at the top right of the web FLV player

About Moyea Web Player:
Moyea Web Player on playerdiy.com is a Flash video player creator. With it, you can easily make customized Flash video player with playlist and full screen features for website.
Tutorial is here:
http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html
Customize the skin and playback options of web FLV player:
http://www.playerdiy.com/configuration/

Note: This plugin in default search videos from YouTube and video.google, if want to search videos from other sites, the search phrase would be “site: domain keyword”, e.g: site:dailymotion.com MJ

Where it appears:
After installed, this plugin will appear on the following interface.

http://www.playerdiy.com/images/addons/video-search1.jpg

How to make this video search plugin work in your custom FLV player?

The following tutorials will show you how to implement above demo in different situations.

Tutorial for situation 1 (don’t have FLV player yet):

In this situation, you can easily add this plugin to your custom FLV player when customizing it with Moyea Web Player, you only need to click the plugin and then the “Submit” button on the following interface.

http://www.playerdiy.com/images/addons/video-search2.jpg

Tutorial for situation 2 (already have a FLV player which customized with Moyea Web Player)

In this situation, to make this video search plugin work in the existed FLV player, you need to put a folder named “plus” (contains a plugin file vidsearch.swf) and a file addonslist.xml in the same folder with the player files.

The “plus” folder with a vidsearch.swf file and the addonslist.xml file can be easily generated with Moyea Web Player.

However, if you don’t want to generate the “plus” folder and the addonslist.xml file with Moyea Web Player, then you could build them by yourself.

The code of the addonslist.xml file as below:

<?xml version="1.0"?>
<addonslist><addonsitem href="plus/vidsearch.swf?d=&button=Submit&t=MJ"/></addonslist>

The vidsearch.swf file is the plugin, if Moyea web Player was installed in your C: disc and the plugin is free trial version, you could get it from C:\Documents and Settings\Administrator\My Documents\Moyea\WebPlayer\addons\free.

However, if the plugin is registered version, then you could get the file from C:\Documents and Settings\Administrator\My Documents\Moyea\WebPlayer\addons\yourdomain

Source is http://www.playerdiy.com/configuration/addons/vidsearch.html