From: Sketch24 on
Hi anybody know how I can preload a linked swf. I know that there a preload
properties in the linked cast properties but when I select this option. I's
like if Director import the swf and it's not linked anymore.

Any clue on that thank you!

From: Sean Wilson on
Check the 'preload' property for the member in the PI
From: SAYEG on
put the flash in sprite 1 and in the behavior channel put this in the first
frame of the sprite 1

on exitframe me
sprite(1).member.stream( )
if sprite(1).member.percentStreamed < 100 then
go to the frame
end if
end

this will load the 100 percent of the member before to go to the rest of the
movie.

sayeg