Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Location
    UK
    Posts
    73

    Video playing help!

    Hi there, it has been a while!

    I am making a "visual aid" that I intend to burn to cd, and hand to friends and family educating them on the threat of Phorm & online privacy.

    A few days ago, there was a "meeting" or rather a press conference at London with guest speakers discussing not only how the system will work, the privacy issue & of course the PIA - Privacy Impact Assessment (which incidentally, Dr. Richard Clayton of Cambridge University, security researcher and member of the Open Rights Group and FIP stated "It IS illegal" but this is straying away from my problem.

    Below is a screenshot of a page in my project, I have the videos from the meeting, but I dont know how do the code, that when a button is clicked, it will load that video into the plugin.

    Now this is a pretty high priority job, I have afew people that have said they will host this project, and will even burn the CD themselvesto hand out to people so I guess what I am asking for (more like BEGGING lol) is the help asap!


    Thanks all in advance, and as soon as it is complete, I will put it up for anyone that wants to look at it
    Attached Images

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    In each of your buttons -
    Code:
    Video.Load("Video1", "AutoPlay\\Videos\\Name of video.avi", true, true);
    changing the name of the video clip as appropriate.

    p.s. - Just noticed you are using the media player plug in so -

    Code:
    MediaPlayer.Load("Plugin1", "AutoPlay\\Videos\\Name of video.mpg");
    Last edited by longedge; 04-18-2008 at 07:10 AM.

  3. #3
    Join Date
    Sep 2007
    Location
    UK
    Posts
    73
    Quote Originally Posted by longedge View Post
    In each of your buttons -
    Code:
    Video.Load("Video1", "AutoPlay\\Videos\\Name of video.avi", true, true);
    changing the name of the video clip as appropriate.

    p.s. - Just noticed you are using the media player plug in so -

    Code:
    MediaPlayer.Load("Plugin1", "AutoPlay\\Videos\\Name of video.mpg");
    Yay thanks very muchly there longedge

Similar Threads

  1. Determining When a Video has Finished Playing
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 09:38 AM
  2. Playing a Video Using Full Screen Mode
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 12:40 PM
  3. Playing a Video using the Embedded Video Object
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 12:36 PM
  4. Playing Multiple Video Files in Sequence
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 11:10 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