How To embed the A1 WebPhone Widget

JavaScript API Demo

Embed the Webphone:
        <div style="display:none;">
            <script type="text/javascript" src="http://www.google.com/jsapi?key=YOUR_API_KEY"></script>
            <script type="text/javascript" src="http://java.com/js/deployJava.js"></script>
            <script type="text/javascript" src="http://www.jfxphone.com/nightly/webphone_nightly.js"></script>
        </div>
        <table  class="devstrom"> 
            <tbody>
                <tr><td style="width:320px; height:480px;">
                    <script type="text/javascript">
					//webphone.setAppletCodebase('http://www.jfxphone.com/nightly');
					webphone.setAppletResources('Resources_A1.jar, lib/tritonus_share-0.3.6.jar, lib/tritonus_gsm-0.3.6.jar'); // uncomment for GSM 06.10 Support
					webphone.setAppletDefaultLanguage('de');
					webphone.loadApplet();
                    </script>
                </td>
                <td>
                    <div id="map_canvas" style="width:480px; height:480px;"></div>    
                </td></tr>
            </tbody>
        </table>
        <script type="text/javascript">
            webphone.loadGoogleMaps();
        </script>
		
Call User With a Button.
call
<a href="javascript:webphone.call('rolandpucher@a1.net');">
	<img src="http://www.jfxphone.com/images/phone-16x16.png" style="border: medium none ;"/>
</a>
				
Send IM to user
send IM
<a href="javascript:webphone.showMessageWindow('rolandpucher@a1.net');">
	<img src="http://www.jfxphone.com/images/chat-16x16.png" style="border: medium none ;" alt="send IM"/>
</a>
				
Valid XHTML 1.0 Transitional