Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    34

    How to check if the video stop at final...

    How to check if the video stop after his endtime , to load and start automatically the next song?

  2. #2
    Join Date
    Oct 2007
    Posts
    34
    or there is a posibility to run a procedure from another object?
    For example, On Load page to call the click procedure of paragraph 1? Something like this...

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    Two questions for the price of one

    1. The video object has an "On Finsh" event. That is where you put the code you want to run when the video plays to an end.

    2. If you want to use the same piece of code in different places, create a global function and just call that where/whenever you want the code to run.

Posting Permissions

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