u can put the mpeg file trough the activeX. i.e.
insert > control > activex
in that u have to choose the ActiveMovieControl Object
u can also control the movie through properties.
hi
for online tutorial
http://www.director-online.com/accessArticle.cfm?id=967
so many Articles by Will Turnage and
so many other director superstars, very useful learning site.
for game tutorial go to
http://www.robotduck.com/learning/index.htm
for books
http://www.friendsofed.com
great...
macromedia-director support centre has given like this
MIDI is not a natively supported file format in Director. Third party Xtras have been available in the past for controlling MIDI files or sending MIDI data within Director. You will find a listing of Director Xtras at...
hi eddi
first step : u should create the main file into projector file
second step: through the projector (i.e. main file) u can call the dxr file. it would run correctly.
in the main file (i.e. in the projector file) for calling the next movie u can use this command (u can change the command...
hi Hill Cheung
u mean u want to open a outside .txt file right. for that
u can use the following:
set gfile = 0
set gfile = new(xtra "fileio")
openfile gfile, the moviepath &"names1.txt"
setposition gfile, 0
set mycontents = readfile(gfile)
otherwise
type put...
u can try this code
property spriteNum
on mouseUp me (or exitframe)
myMember = sprite(spriteNum).member
myDuration = member(myMember).duration
myMovietime = sprite(spriteNum).movieTime
if mymovietime < myduration then
alert "movie is not over"
else
alert "movie...
u can try this code
property spriteNum
on mouseUp me
myMember = sprite(spriteNum).member
myDuration = member(myMember).duration
myMovietime = sprite(spriteNum).movieTime
if mymovietime < myduration then
alert "movie is not over"
else
alert "movie is over"...
dear cheung
u can use the swa file by using the keyword the soundmix meida.
on startmovie (or mouseup)
the soundmixmedia = true
end
on stopmovie (or before going to next frame)
the soundmixmedia = false
end
i think this would help u.
pl go through this
the soundMixMedia
Description...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.