Friday, April 2, 2010

Navigating between movies

I thought I had this working after finding a post - then losing said post never to be found again... So I am reposting. So Sorry.

I have been given a task to create an interactive product catalog for the company I work for. Is it possible to navigate to a particular frame in a different movie only to have that movie open up in the window the first movie came from... the reason being, I am trying to minimise the size (mb) of the movie so it doesnt get to a stage where the machine it is on bogs down. For example, I am cutting the movie down into each product which has 20-30 stop frames in it (getting to around 24mb) per product... if i were to combine all products together (15 of them), u can imagine the size (mb) of the movie...

Thanks again

Again sorry for the double post.

Navigating between movies

go to frame x of movie y

where:

x = the frame name or number

y = the movie name


you can also use the dot syntax version if you're using D10 or above:

_movie.go(x, y)

No comments:

Post a Comment