A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Video not working

  1. #1
    Senior Member Boombanguk's Avatar
    Join Date
    Jun 2000
    Posts
    1,194

    Video not working

    Hi,

    I'm using the playback component. I have 2 thumbnail pics that when I click on them I want to load and play that video. But when I do this nothing happens. Theres a video already set up inthe parameters and that one plays fine, but it won't change to another video. I've got this code on the button..

    on (release) {
    movie.contentPath("london.flv");
    movie.play();
    }

    weird thing is, it plays the movie (starts it again when paused) but it won't show the new movie, just plays thet one thats already there. Any ideas??

    thanks for any advice.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    try movie.contentPath = "london.flv";
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center