Home
  Samples
  How does it work?
  HTML examples
  About us
  Contact
  Sign-In
  User access




How does it work?

1.- Sign in

Upon registering, you will receive via email your user number and password to access SpeakerOn.com as a registered user.
You will also receive two related files: speakeron.swf and swf.js.
The SWF file is the sound producer and the JS file contains the Javascript functions required to communicate with the sound producer.

2.- Configure services

With your user number and password, you can enter SpeakerOn.com as a registered user and insert the URL of your Web server to initiate the voice narrations.

3.- Prepare HTML code

As a last step, you must add two javascripts to your existing HTML file:
First, you decide what text you want the actor to read... Then, you decide where the SWF file should be placed.

<script language="JavaScript" type="text/JavaScript">
<!--
function speakeron(){
speakeronsend('user','123456');
speakeronsend('actor','1');
speakeronsend('as.1','Good Morning');
speakeronsend('as.2','Home');
speakeronsend('as.3','Contact');
speakeronsend('toplay','1');
}
//-->
</script>


<SCRIPT type="text/javascript" src="swf.js"><!-- //--></SCRIPT>






English Español