Hi everyone,
Im new at Director and need some help. My friend appointed me to help him convert a bunch of .dxr files to .dir, so he could translate the text again - I of course said fine, without knowing much about it! Now Ive found this script:
on exitframe
go frame 1 of movie "B.dir" -- must be running from a projector
saveMovie "unDXR.dir"
end
which should take the .dxr file (here called B.dxr) and take each frame and save it to a .dir - but in order to doso, I need to be running from a projector. Firstly I thought a projector was an actual projector, but now Im thinking it might be a Director related term - can someone help me with this? How do I run it in a projector? Im using Director MX 2004.
Also, is there a way to make the format more portable? the current size of all the .dxr files is around 200 Mb and we want to get it as low as around 20-40 Mb, so it can be swiftly downloaded from the internet - can this be done? perhaps by converting it to a flash movie or something? .. just so you now what it is,its an introductory movie where you start out with a menu with a bunch of buttons and then you just click your way to certain pieces of information on the subject..
Im new at Director and need some help. My friend appointed me to help him convert a bunch of .dxr files to .dir, so he could translate the text again - I of course said fine, without knowing much about it! Now Ive found this script:
on exitframe
go frame 1 of movie "B.dir" -- must be running from a projector
saveMovie "unDXR.dir"
end
which should take the .dxr file (here called B.dxr) and take each frame and save it to a .dir - but in order to doso, I need to be running from a projector. Firstly I thought a projector was an actual projector, but now Im thinking it might be a Director related term - can someone help me with this? How do I run it in a projector? Im using Director MX 2004.
Also, is there a way to make the format more portable? the current size of all the .dxr files is around 200 Mb and we want to get it as low as around 20-40 Mb, so it can be swiftly downloaded from the internet - can this be done? perhaps by converting it to a flash movie or something? .. just so you now what it is,its an introductory movie where you start out with a menu with a bunch of buttons and then you just click your way to certain pieces of information on the subject..