From: Chris Molland on
Hello,
We have done some tests following an example we found which almost works!
We created an flv movie from our uncompressed frames. This gets loaded into a
Master swf file in AW7 and controlled.
We created our slider button and path and scripted everything together and it
worked.
However when we web published it the movie wouldn't display. Could this be
related to the use of the FileLocation function when defining the path to the
source move?
Any alternative approaches to scrubbing a movie in a web packaged piece would
be gratefully received.
Thank you.

From: Steve Howard on

> However when we web published it the movie wouldn't display. Could this be
> related to the use of the FileLocation function when defining the path to
> the
> source move?

Use NetLocation, or else add the swf to your aam file using the Files tab in
One Button Publishing.

Steve


From: Steve Howard on

> Create an swf file including the "slider" and place the complete
> interactive
> Flash file in AW.[/bullet]

That's what I'd do. This method allows you to reuse the swf elsewhere,
whether in AW or not, without building a new controller.

Steve

From: Chris Molland on
Thank you all for your advise.

Using NetLocation (instead of FileLocation) solved the problem.