How do I display an xhtml file stored on the memory card using platformRequest?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpuser123
    New Member
    • Dec 2009
    • 108

    How do I display an xhtml file stored on the memory card using platformRequest?

    I want to display an xhtml file called Test.xhtml using PlatformRequest in J2me. I do not know the exact format of the file since it is on mobile phones ..Hpwever I implemented the following code but without much improvement .. It gives me an error local app invalid ..The file is stored in the Memory card E > My Apps>CMS>Test.x html..

    Code:
    this.platformRequest("localapp://gallery/show?folder=E:/My Apps/CMS/Test.xhtml");
    How do I make this work ?
Working...