Have been putting together a projector flash file in Flash 8 (Mac). The projector file links off to some largish flvs and one .swf skin file contained in the same directory locally. The projector plays fine and you can scrub the timeline, etc. when you test it or play the projector from the computers hard drive. However once it is burnt to DVD and you select a video to play (works fine) and then attempt to scrub the timeline it freezes the projector and you have to kill the process.
Have downloaded and installed the latest FLV playback component (1.1) and republished and reburnt the DVD and this has not helped to solve the problem.
The code used to open and play the FLVs is…
import mx.video.*;
this.attachMovie(“FLVPlayback”, “my_FLVPlybk”, 10, {width:320, height:240, x:100, y:100});
my_FLVPlybk.skin = “ClearOverPlaySeekMute.swf”
my_FLVPlybk.contentPath = “video.flv”;
Any ideas why this projector works fine locally but crashes after running it from a burnt DVD…?
cheers!