Ask a Question related to Macromedia Director Basics, Design and Development.
-
JB #1
Re: Tips for bringing PPT into Director and editing
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
JB Guest
-
bringing 3d to director
I was wondering how if i create something in 3d studio max do i bring it into director and then make it so i could make like say a box naviagte... -
editing director
hi there, am trying to make a movie or a program that the users can add there own data into the program when playing the movie.The program is a CV... -
Editing flash cast members (Director MX)
Hello all When double clicking an imported Flash MX movie cast member, I used to able to edit the flash file directly. After installing Flash... -
Editing Flash from Director - doesn't work?!
Can anyone help...please? Apparently if you double click the Flash element (swf) in Director it will open the Flash editor in Director where you... -
Bringing XML Data into FMP
I am in the midst of figuring out how to integrate RF-ID into FileMaker. For those who are not familiar with RD-ID, it is the technology that will...



Reply With Quote

