Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Easy Animation
Sprite Recorder
Light Sensitive Text Dropshadow
QuickTime VR 2
Slider-Alphamania
Rotate-Alphamania
Font Dialog Behavior
File Save Button
Generic behavior to check Windows Platform
Home, End, Page Up, Page Down with Text Members
MediaMacros Xtras Mall
 

 

 

Behavior Import Quicktime Movies

Added on 9/16/1999

 

Compatibilities:
D6_5 D7 D8 PC Script

Required Xtras:
Buddy API

This item has not yet been rated

Author: MediaMacros (website)

Imports all QT files in a set directory.

--Code by Chuck Neal
--Chuck@mediamacros.coc

on importQT whichLib, thePath  
  set startMember = the number of members of castLib whichLib
  set Files = baFileList( thePath, "*.mov" )  
  repeat with x = 1 to count(files)    
    new #QuickTimeMedia, member (x + startMember) of castlib whichLib
    --names member by file name and removes extension
    set the name of member (x + StartMember) of castlib whichLib = char 1 to ((the number of chars in getAt(files, x)) - 4) of getAt(files, x)
    set the fileName of member (x + startMember) of castlib whichLib = thePath  & getAt(files, x)    
  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