cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
100
Views
0
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

Created by: Solomon Luke on 16-02-2010 11:23:31 PM
Is it possiable to play flash .swf files on cisco IP phones? If so can some one point me in the right direction.
Thanks,
Solomon

Subject: RE: Shochwave Flash
Replied by: Anitha V on 17-02-2010 07:05:57 AM
Hi Solomon,
 
As of now, .swf files are not supported in Cisco IP Phones.
 
Thanks and Regards,
Anitha

Subject: RE: Shochwave Flash
Replied by: Solomon Luke on 18-02-2010 01:11:01 AM
Is it then passiable to use the Idle URL service to dispaly number of diffrent pictures while the phone is idle?
Thanks,
Solomon

Subject: RE: Shochwave Flash
Replied by: David Staudt on 18-02-2010 04:39:51 AM
That is much more possible.  The Idle URL could point to a web server URL that returned a CiscoIPPhoneImage/ImageFile object, setting the Refresh: header to load the next image's URL after X seconds.  E.g.:
 

HTTP/1.1 200 ok
Refresh: 10; url=http://www.example.com/getNextImage.php


Subject: RE: Shochwave Flash
Replied by: Solomon Luke on 24-02-2010 10:12:32 PM
I have the idle url working. I am not sure how to set the refresh to go to the next picture? Can you please explain a bit in detail how to get this working.
Thanks,
Solomon

Subject: RE: Shochwave Flash
Replied by: David Staudt on 25-02-2010 01:26:01 AM
The end result you want is to get the HTTP header 'Refresh:' added to your response to the phone:
 
Refresh: 10; url=http://www.example.com/getNextImage.php
 
How to do that depends on what CGI platform you are using on your application web server.  See this link for an example using PHP:
 
http://www.desilva.biz/php/phprefresh.html
 
Note, the URL you provide needs to be to the next image (i.e. CiscoIPPhoneImage/ImageFile) you want to display.
 
There is an .asp based sample that does something like this in the IP Phone Services SDK: http://developer.cisco.com/web/ipps/docs
 

Subject: RE: Shochwave Flash
Replied by: Solomon Luke on 25-02-2010 05:54:52 PM
Thanks David for pointing me to the IP Phone Services SDK. I used the ¿pngviewer¿ as IP phone service and set the parameter refresh to 10 and it worked, the pictures changed very 10 sec.
I want to achieve the same result not as a phone service but when the phone is idle. I used the same url that I used in phone service and pasted in the idle url and got the phone to display the first picture.
What do I edit in the pngviewer.asp to get the pictures refresh every 10 sec? The file is attached.
As you tell I have no idea about scripting. I very much appreciate your help.
Thanks,
Solomon

Subject: RE: Shochwave Flash
Replied by: David Staudt on 25-02-2010 07:30:58 PM
I think all you should need to do is add the refresh parameter to the URL you have in the Idle URL box:


http://myserveraddress/jpegviewer.asp?refresh=10
 
This is handled automatically by the parameters function when you provision as a service, but you have to do it manually for an Idle URL.

Subject: RE: Shochwave Flash
Replied by: Solomon Luke on 26-02-2010 12:01:03 AM
Thanks David. That got the pictures rolling.
 
Thanks,
Solomon.

Subject: RE: Shochwave Flash
Replied by: Solomon Luke on 25-03-2010 12:13:08 AM
Hi David,
Is it possiable to remove the blue border that has the file name "Oak.png"? or hide the file name? Please see the attached picture.
Thanks,
Solomon
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links