Polycom 3725-49106-001 Rev A User Manual

Page of 92
Web Application for Polycom Phones 
UC Software 5.0.0
 
Polycom, Inc. 
47 
The PolyUri custom DOM extension example is shown next. 
Table 35: PolyUri DOM Extension 
PolyUri.shownSig.connect(appShown); 
PolyUri.hiddenSig.connect(appHidden); 
 
function appShown(){ 
// Pushes a play request whenever the browser is shown 
PolyUri.pushUri("play:http://172.24.134.28:8080/sdk/demos/sounds/DingLing.wav"); 

function appHidden(){ 
 
Sample Browser Web Applications 
This section presents a sample application in attachment mip3.zip that you can use as a starting point for 
writing your Web application. Additional applications can be found in attachment app_examples.zip
Developing Microbrowser-Specific Applications 
When designing your application, consider developing a Web application that runs on the microbrowser 
available on SoundPoint
®
 IP and SoundStation
®
 IP phones. See 
.  
This section contains information on: 
 
 
 
 
 
 
Supporting XHTML Elements 
The microbrowser supports a subset of XHTML elements which are derived from HTML 4.01. 
The supported elements and attributes are: