Hello all, I have a flash video ad. When the video is done I am using the AS below to direct the video to an end screen. When I am running the ad off a streaming server (connecting via rmtp) it works fine. However, due to some transfer concerns I wanted to put the FLV on a regular server and serve it via http. When I do this everything works (video plays, controls work fine, etc) except for the command below. At the end of the video, it just hangs. Any ideas would be greatly appreciated.


"if (stopped)
{
_root.gotoAndPlay(20);
"