all groups > flash (macromedia) > may 2004 >
You're in the

flash (macromedia)

group:

Using Flash for Interactive CD What u think?



Using Flash for Interactive CD What u think? Mike7222
5/26/2004 10:48:18 PM
flash (macromedia): Hi, I want to develop an interactive learning CD and really would like to use
Flash for this. I know that director is especially written for this kind of
thing, but is there any reason not to use Flash?
Am I right in thinking you cant use a Microphone to record temp sound files to
play back in Flash with flash (but can with director)..
Also, can flash run from an exe with the flash player built in, rather like
shockwave does for director?

thanks

MD
Re: Using Flash for Interactive CD What u think? pwiop
5/27/2004 12:17:17 AM
[quoted text, click to view]
Flash for this. I know that director is especially written for this kind of
thing, but is there any reason not to use Flash?

I use Flash for exactly this purpose

[quoted text, click to view]
to play back in Flash with flash (but can with director)..

Flash can dynamically play mp3 files so if you saved a file to a location and
a name that your piece recognises it could play it back

[quoted text, click to view]
shockwave does for director?
Yes, create a projector file (an exe) and then it will run on a cd myabe use
an autorun (inf) file


paul
Re: Using Flash for Interactive CD What u think? Mike7222
5/27/2004 12:39:08 AM
Hello Paul,
thanks for your reply. Good to know that you use flash for the same purpose.
Regarding the mic issue wasnt sure about your answer. , what I need to do is
get the user to record a short phrase in Flash and then have the option to hear
it plyed back. Is that possible?

thanks

Mike
Re: Using Flash for Interactive CD What u think? pwiop
5/27/2004 12:59:11 AM
To tell the god's honest - I have no idea, Im not sure that Flash can record live but Im always ready to be proved wrong

sorry

Re: Using Flash for Interactive CD What u think? Mike7222
5/27/2004 2:32:05 AM

no prob.
by the way, what you wrote about playing mp3 from a location. does that mean you can play an mp3 that is on the hard drive and not in the library? How do u do that?

cheers

Re: Using Flash for Interactive CD What u think? pwiop
5/27/2004 2:59:30 AM
//create sound object
mySound = new Sound();
//associate external mp3 with the sound object
mySound.loadSound("ff.mp3");
//button instance called myBut
myBut.onRelease = function() {
mySound.start();
};
AddThis Social Bookmark Button