Re: Tips for bringing PPT into Director and editing

Posted: 07-01-2003, 06:36 PM
Briefly experimenting with the powerpoint impoint import xtra included
with past version of director, I fould it only accepted a certain old
powerpoint version file, you may need to do two save as conversions with
powerpoint, using a current and somewhat older version in prder to get
files into the real older for the importer knows.

I assumeyou are using one if those xtras for wmv files that has it's own
cue point scheme. It is easier in some circumstances to just generate
Lingo linear a list of movietimes for syncronization. With code like:


on exitFrame
global movieCueTimes, currentCue
if sprite(10).currentTime < movieCueTimes[currentCue} then
go to the frame -- still waiting here
else
-- when at cue fall to next frame
currentCue = currentCue + 1 -- no code in sample for checking list end
end if
end
Reply With Quote

Responses to "Re: Tips for bringing PPT into Director and editing"

 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing with CT3/Key created in CT2 Kramerica Industries Macromedia Contribute General Discussion 0 02-18-2005 01:22 AM
Saving a Director 8.5 project as Director 8.0 Tony Cooper Macromedia Director Basics 0 06-29-2003 11:15 PM
Resample reduction & sharpening tips? InSite Data Adobe Photoshop 7, CS, CS2 & CS3 2 06-29-2003 10:58 PM
Actions - Tips help guidance on recording and running "Save As" action? Peter Sale Adobe Photoshop 7, CS, CS2 & CS3 0 06-29-2003 03:33 AM
Editing a group of photos Tom Burlison Adobe Photoshop 7, CS, CS2 & CS3 1 06-27-2003 11:10 PM