home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 July / Macworld_2003-07.iso / Data / Software / Feature / myshow.jnlp.sit / myshow.jnlp
Encoding:
Extensible Markup Language  |  2003-04-29  |  485 b   |  19 lines  |  [TEXT/MSIE]

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <jnlp codebase="http://161.58.201.76/incarna/myshow" href="myshow.jnlp">
  3.     <information>
  4.     <title>MyShow</title>
  5.     <vendor>Incarna LLC</vendor>
  6.     <description>Flash Slideshow Generation Tool</description>
  7.     <icon href="MyShow-AppIcon.gif"/>
  8.     <offline-allowed/>
  9.     </information>
  10.     <resources>
  11.         <j2se version="1.3+"/>
  12.         <jar href="MyShow.jar"/>
  13.     </resources>
  14.     <security>
  15.         <all-permissions/>
  16.     </security>
  17.     <application-desc main-class="MyShow"/>
  18. </jnlp>
  19.