Difference between revisions of "Currency Table"

From A-SMIL.org
Jump to: navigation, search
Line 5: Line 5:
  
  
 
+
== Obtain live currency data from web ==
 +
There are plenty currency resource avaliable over internet, this sample grab currency data from [http://www.cnbc.com/id/24509219 CNBC].
 +
[http://simplehtmldom.sourceforge.net/ Open source dom parser] used here to parse the currency data from the web page:
  
  

Revision as of 06:04, 12 February 2011

Summary

This sample implements a live currency exchange chart.The live currency data is obtained from internet resource using PHP programming. Fixed playlist , dynamic content – SMIL skill has been used to update the live currency data to the SMIL player. Reference : Fixed_Playlist,_Dynamic_Content


Obtain live currency data from web

There are plenty currency resource avaliable over internet, this sample grab currency data from CNBC. Open source dom parser used here to parse the currency data from the web page:










Download Full Sample