Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
PC Mac Lan
myMailTo
Fireworks Xtra
Director and Digital Video Pause
Hilite Lines - Text and Field
Text2Graphic Pro
Replace tabs with spaces
Drag Ripple-Alphamania
Behaviour to copy files, handy for backup files
3DPI
MediaMacros Xtras Mall
 

 

 

Behavior Import Linked Bitmaps

Added on 6/9/1999

 

Compatibilities:
D6_5 D7 D8 Mac PC Script

This item has not yet been rated

Author: MediaMacros (website)

This is a utility to "pull in" all of your linked cast members when you want to make them internal and ship the projector. Just call it from the message window and it will make all of your linked bitmap into internal bitmaps.

--Copyright 1999 Chuck Neal
--chuck@mediamacros.com
--If you find this code helpful, send me an e-mail and let me know.  :-)

on importLinkedBitmaps
  set castNumbers = the number of castlibs
  repeat with y = 1 to the number of castlibs
    set howMany = the number of members of castlib y
    repeat with x = 1 to howMany
      set theMember = member x of castlib y
      if the type of theMember = #bitmap then
        if the fileName of theMember <> "" then
          set theMedia = the media of theMember
          set theName = the name of theMember
          erase member theMember
          set theMember = new(#bitmap, member x of castlib y)
          set the media of theMember = theMedia
          set the name of theMember = theName
        end if
      end if
    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