Converts 1 frame flash movies to bitmaps. Select the flash members in the cast you want to change and type makeBitmapFromFlash(1) (Where 1 is the number of the cast to use) in the message window to convert.
on makeBitmapFromFlash whatCast
s = castLib (whatCast).selection
repeat with x = 1 to s.count
--get the members
repeat with y = s[x][1] to s[x][2]
m = member(y, 1)
if m.type <> #flash then next repeat
r = m.regpoint
i = m.image.duplicate()
n = m.name
m.erase()
m = new(#bitmap, member y of castlib 1)
m.name = n
m.image = i
m.regpoint = r
end repeat
end repeat
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA