SDK Overview

API Overview Guide
The apis allow you to include the HSEditor into your solutions. The Flex Apis allow you to create and include the SDK's created into your own Flex Solution. The JavaScript Apis allow you to customize and use our player and editor using javascript language support in your web (html) pages. The Player Api lets you control the HotSpot Player using javascript and ActionScript langauges. There is a basic embed player code for the same which can be used to directly embedd the player into your webpage.

First, you should decide on which of our APIs and tools best suits your needs. If you're familiar with HTML but haven't used much JavaScript, consider looking at the embedding module of our site. If you are comfortable with JavaScript or Flash look at our Player APIs.
Widget
Content yet to be added
Custom Player
Content yet to be added
Player Apis
The player api lets you control the video section of the Hot Spot player. For normal users, we would recommend the Embedded player code which can be availed from our creation module. For more advanced users who want to program our player there are two APIs Javascript api and Action Script Api.
Embedded Player
The embedd player code lets you add the player at any web page. Please follow our steps to get embedd code so that you can include the player at any page.
Here is an example of how a player embedd looks like

<div id="d72cf56c0c8e2fb4play" style="position: absolute;"><div id="d72cf56c0c8e2fb4playmov" style="position: absolute;">play movie here</div></div>
<script type="text/javascript" src="http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/swfobject1-5/swfobject.js"></script>
<script type="text/javascript" src="http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/basic_player.js"></script>
<script type="text/javascript">
loadFivePPlayer("http://www.youtube.com/watch?v=MGW829RXi8",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/saved/d72cf56c0c8e2fb4.xml",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/advt/d72cf56c0c8e2fb4.xml",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/linker/d72cf56c0c8e2fb4.xml",
"1","d72cf56c0c8e2fb4play","d72cf56c0c8e2fb4playmov","youTube");
</script>

Javascript Api and ActionScript Apis can be used to programatically get the HSplayer into a Flex Solution or using a javaScript

Editor Apis
Similiar to the Api for Player, we created api's for editing the Hot Spots and adding more advertisements to the video. The editor is also supported as embed editor for normal users and their Javascript and ActionScript Apis for advanced users.
Embedd Editor
A typical embedd for editor looks like this :

<div id="d72cf56c0c8e2fb4edit" style="position: absolute;">
<div id="d72cf56c0c8e2fb4editmov" style="position: absolute;">play movie here</div></div>
<script type="text/javascript" src="http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/swfobject1-5/swfobject.js"></script>
<script type="text/javascript" src="http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/basic_editor.js"></script>
<script type="text/javascript">
loadFivePEditor("http://www.youtube.com/watch?v=MGW-829RXi8",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/working/d72cf56c0c8e2fb4.xml",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/xmlapi.php",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/linker/d72cf56c0c8e2fb4.xml",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/linkerapi.php",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/advt/d72cf56c0c8e2fb4.xml",
"http://www.arijasoft.com/jiwokal/uhiiaw/hseditor/dev/v22/advtapi.php",
"1",
"d72cf56c0c8e2fb4edit",
"d72cf56c0c8e2fb4editmov",
"http://www.arijasoft.com:80/jiwokal/uhiiaw/hseditor/dev/v22/edit_video.php",
"youTube");</script>

JavaScript and Flex Apis can be used to get the same editor.

Design by xactive -