Please note:
If you cannot watch this video, please visit www.adobe.com and configure security settings for Adobe Flash Player, thus allowing access to the folder containing videos.
Step by step guide: how to configure Adobe Flash Player security settings1. Upload files
Upload the all files from the folder L:\FFOutput\01.02.2016(14_00_38)\ to your server. You must place all these files to one folder.
2. Copy the code from the box below to your web page
Please note:
Some html editing software may change the pasted code according their standards. If you use such a program make sure the video playbacks correctly in you Internet browser on a local pc and then upload it to a server. If a video doesn't work we recommend you to use Notepad (Start->All Programs->Accessories->Notepad) to check and correct the code.
There are some parameters in the upper code and in the file settings.xml. You can change them and the player will be changed.
<div id="videoPlayer">
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript" src="swfobject/swfmacmousewheel.js"></script>
<noscript><a rel="nofollow" href ="http://www.java.com">Install or enable JAVA</a></noscript>
<script type="text/javascript">
var flashvars = {
htmlPage: document.location,
currCateg: swfobject.getQueryParamValue("currCateg"),
currVideo: swfobject.getQueryParamValue("currVideo"),
settingsFile: "settings.xml"
};
var params = {
allowFullScreen: "true",
allowScriptAccess: "always"
};
var attributes = {
id:"videoPlayer",
name:"videoPlayer"
};
swfobject.embedSWF("videoPlayer.swf", "videoPlayer", "550", "400", "9.0.115", "swfobject/expressInstall.swf", flashvars, params, attributes);
swfmacmousewheel.registerObject(attributes.id);
</script>
</div>
<a style="position:absolute; top:5px; right:20px; color:#999999; font-size:12px;" href="http://www.dvdvideosoft.com">Made By DVS free software</a>
</div>