Home > Moyea Flash Video Player for web

Moyea Flash Video Player for the web

- How to transfer Moyea web player to your websites to make it functional?

After easily customized a web player via Moyea Web Player, you may face another problem of how to make the generated web player to play the linked flash video files on websites. This article is to show you the detail steps for that problem, in case of getting you in trouble.


1. Publish the web player with the option of embed

After using Moyea Web Player desktop to generate an embed flash video player for web , please make sure that some other files would exist in the same folder with the web player, they are: mwplayer, black.swf, video images jpg files, flash videos, index.html. Then you can transfer the flash video player to your websites to play the linked flash video files. Just follow the steps below to complete this task.

 

1, Use Dreamweaver or some edit software to open the html file. Or right-click the html file, finds "Open with", then choose "Notepad" as the way to open the html file.

 

2, Copy the codes listed as below of the html file and paste them to the suitable place of the page which you want to show the web player.

 

<embed src="mwplayer.swf" width="500" height="450" align="middle" quality="high" name="player" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

 

3, As to the part codes added to the page layout, you have to make sure that the link location of "value="mwplayer.swf" is correct. For example, if "mwplayer.swf" and the related files will locate at http://www.yourdomain.com/mwplayer/mwplayer.swf, then the code part would be "value="http://www.yourdomain.com/mwplayer/mwplayer.swf".

 

4, Upload all the files in the output folder to the web space. Please make sure that all the files including "mwplayer, black.swf, video images jpg files, flash video files" have to be saved in the same folder.

 

Then the flash video web player generated by Moyea Web Player can start its work on your websites for you! The left thing is just enjoyment.

 

  • By the way, unlike the index.html file generated by Moyea Web Player Pro version, this index.html file generated by Moyea Web Player Lite version does not accept external command. That's to say you can not execute any operations on this index.html file. Besides, as to the different between Moyea Web Player Pro and Lite, the Lite version can not generate independent MediaList.xml file, then you can not change flash video file linked to the web player to play. All in all, only the web player generated from Moyea web Player Pro can be customized from html file and load outside playlist.xml.

2. Publish the web player with the option of Out File
Note: For the Xml file, only the Moyea Web Player Pro version can generate an independent Xml file by choosing "Out file" option, from which you can directly add, delete, or replace any flash video files to link to the generated web player for playing. While the Moyea Web Player Lite version would default generate "Embedded" Xml file only which you can not edit.

 

For more info of the tutorial about how to get the equal effect from the Xml and HTML file, please refer to:

How to change playlist Xml for web player

How to change web player settings from HTML file