Hello, Here is the deal, I found a firefox addon that turns all megavideo videos into flv files and plays them with a custom flash player. The addon is called Illimitux. Here is a video of how it works: http://www.youtube.com/watch?v=ovaMwWzwf3I Now the only problem with this addon for me is that it transfers them to another site for them to be able to watch the video and they have to install an addon into firefox for it to work. What I want you to do is to make a script that will copy/clone what Illimitux does but instead of it taking me out of my site when the person wants to watch a megavideo it will automatically turn the megavideo into a flv file and play it with a custom player of my own with my logo on it. (Because i saw that Illimitux had their logo on their player.) I fount this sourcecode it might be of some help to you but not sure. http://userscripts.org/scripts/review/42944 Here is an example of one of the videos on my site: http://www.animeweb.net/component/content/article/91-naruto-001-enter-naruto-uzumaki.html So instead of the megavideo player showing up i want a custom made video player to show up just like in the Illimitux videoplayer page. Here is an example of the Illimitux videoplayer: Hope to hear from you all soon. Thanks
You can do that by your own. First intall a server-side FLV encoder on your web server to automatically convert all video to FLV. Then use a custom side Flash video player to stream the FLV streamings on your website. For the web player, you can check www.playerdiy.com, which is a quick way to make custom Flash video player with playlist for website and enables you can brand the web player with your own logo. This is the tutorial - http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html and this is the image watermark plugin - http://www.playerdiy.com/configuration/addons/watermark-image.html