Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2004
    Posts
    14

    Huh? Need Help Browsing CD ROM Contents Within AMS50

    I have tried to set up "Browsing CD ROM" using AMS50, to be viewed within one of the project pages.

    I have a Button jumping to a page that has a Web Object named "_SourceFolder" on it.

    The Actions I have for this Button are:
    01 Page.Jump("Page7");
    02 url = _SourceFolder
    03 Web.LoadURL("_SourceFolder", "_SourceFolder");

    The Web Object is not assigned any actions, nor is there any url placed in the Properties on the Settings tab.

    Viewing all the Readme Files have not resolved the problem.

    What am I missing?.....Do I need to create a .htm file for it, and if so: what do I use for the text in the .htm file and where should it be placed within the project???

    Any Help Out There????.......Thanks

  2. #2
    Join Date
    Nov 2003
    Location
    Salzburg / Austria
    Posts
    312
    _SourceFolder is a so called "Global Variable".

    try:
    Web.LoadURL(_SourceFolder, _SourceFolder);


    Online-help Example 3
    Web.LoadURL("Web1", _SourceFolder.."\\AutoPlay\\Docs\\index.html#intro ");


    Take a look at the project template 'Web Browser'

    Stefan_M
    "With a rubber duck, one's never alone."

    Douglas Adams, The Hitchhiker's Guide to the Galaxy

Similar Threads

  1. KB: Creating CD-ROM Browsing Windows
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 2
    Last Post: 10-21-2004, 02:55 PM
  2. protecting a cd rom with a complex registration
    By cgirolet in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 01-07-2004, 06:49 AM
  3. Creating a Table of Contents
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 11:35 AM
  4. International Dictionaries for AMS50 Spell Checker
    By Colin in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 09-30-2003, 12:26 PM
  5. Browsing folder within distribution
    By mstumpo in forum AutoPlay Media Studio 4.0
    Replies: 4
    Last Post: 11-27-2002, 08:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts