Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 1 of 1
  1. #1
    Join Date
    Feb 2004
    Posts
    67

    Page jump and open file browser

    after donwloading the video file I want to be able to jump to the player plugin page (yes I have them on two seperate pages for demo purposes).

    Dialogue has down load complete

    Page jump

    but then on the automatic jump in I want to open the file browser to load the video?

    Any quick thoughts?

    TIA

    I started dreaming here, but I am sure there is information carried from the page left

    if last.page == "demo" then
    --Allow the user to select a media file to play
    strFilters = "All Video Files (*.avi;*.asf;*.mpg;*.mpeg;*.wmv)|*.avi;*.asf;*.mpg ;*.mpeg;*.wmv|All Files (*.*)|*.*|"

    file = Dialog.FileBrowse(true, "Media File", _DesktopFolder, strFilters, "", "mpg", false, true)

    --if the user did not press cancel, load the file selected.
    if file[1] ~= "CANCEL" then
    MediaPlayer.Load("plgMSMediaPlayer", file[1]);
    MovieLoaded = true;
    end
    end
    Last edited by synistics; 06-24-2004 at 11:55 AM.

Similar Threads

  1. Making a Thumbnail Image Browser
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 02:16 PM

Posting Permissions

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