Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Seek To ?

  1. #1
    Join Date
    Aug 2003
    Posts
    10

    Seek To ?

    Would someone please tell me what exactly I need to enter in the seek to box?
    I tried 00:03:24 but I got "string contains non numeric characters..."
    How am I supposed to type it?

    Thanks

  2. #2
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244
    On what object?
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  3. #3
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    You have to use the String.GetDelimited to return the individual numbers, perform some calculations to determine the total number of seconds and then return the seconds to the MP3.Seek function.

    %Time% = MP3.GetProperty ("Progress")
    %hour% = String.GetDelimitedString ("%Time%", ":", 0)
    %Mins% = String.GetDelimitedString ("%Time%", ":", 1)
    %Secs% = String.GetDelimitedString ("%Time%", ":", 2)
    %Seekpos% = Evaluate ((%hour% * 3600)+(%Mins%*60)+%Secs%)
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

Similar Threads

  1. Slideshow using Video seek or current position
    By Carlos in forum AutoPlay Media Studio 5.0
    Replies: 15
    Last Post: 03-29-2005, 02:19 PM
  2. How to seek
    By @zik-r in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 11-26-2004, 12:00 PM
  3. Seek Video Script help
    By allenz in forum AutoPlay Media Studio 5.0
    Replies: 29
    Last Post: 09-16-2004, 03:09 AM
  4. WMV 8 & Video Seek Specific problem
    By Stormstereo in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 05-07-2004, 06:55 AM
  5. Page jump multiple times with different seek frame.
    By Geoffh in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-04-2003, 11:37 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