;

PDA

Click to See Complete Forum and Search --> : Video not working


Boombanguk
08-22-2006, 10:13 PM
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.

cancerinform
08-23-2006, 08:25 AM
try movie.contentPath = "london.flv";