Forum Moderators: open
I would appreciate any help!
First problem needs some script (you can do it in a more complex way but this is the easiest)
Work out which frame corresponds to the 30 second mark (assuming the movie is that long, this would be the last frame as well as if your pushing them away?) then place an onenterframe event handler on it
this.onenterFrame = function() {
getURL("http://www.whatever");
}
stop();
However..... redirecting someone without their permission may seriously p visitors off it would be better not done IMO