Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
cXtraStringGrid
Download Net Thing
Check for activeX component
Stop all the sounds
DeadC Scroll
Lingo Web Logs / Journals
Scroll Thumb
Stream FlashMember (Frame Script,Cast member as Reference)
Real Player ActiveX Control
Useful string functions
MediaMacros Xtras Mall
 

 

 

Behavior Make Bitmaps from Flash

Added on 6/13/2002

 

Compatibilities:
D8 D8_5 Mac PC Script

This item has not yet been rated

Author: MediaMacros (website)

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

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail