all groups > flash actionscript > september 2005 >
You're in the

flash actionscript

group:

can someone PLEASE help me


Re: can someone PLEASE help me David Stiller
9/19/2005 3:59:59 PM
flash actionscript: batgirl_Sa,

[quoted text, click to view]

Your goal may be possible by virtue of the children's software you read
about, but the Flash product does not provide a way to publish SWFs outside
of the IDE (the Flash authoring environment). There are 3rd party compilers
and, in fact, 3rd party IDEs such as SWiSHmax, but none of those can create
a SWF that creates new SWFs.


David
stiller (at) quip (dot) net
"Luck is the residue of good design."

can someone PLEASE help me batgirl_Sa
9/19/2005 7:14:40 PM
i know this can be done because i read about a childrens software that does
this......
i am alsmost finished with my prototype and need to add 2 major elements
i am developing an storymaking CDROM children where kids will be able to
create there own stories.. I want the children to be able to 1) record their
voice on each page of the story
2) after story is finished to be able to save it as a flash swf to publish
anywhere.

can anyone help me!!?? :):)

Re: can someone PLEASE help me Motion Maker
9/20/2005 9:19:03 PM
You can create a shell movie that will load text from a text file into a
dynamic text field and load sound from an external mp3 file.

Then you need to name the files in a way they will know which to be shown as
you navigate from page to page. Basically what the shell movie does is
replace the text and the sound as your page naviagation buttons are pressed.

Various pieces include LoadVars and Sound classes.

Children can write their text and save in a text file. You need a way to
record to mp3 files, perhaps Audacity openware sound editor.

With this approach however, the text and sound files will need communication
via http, in other words need to be on a web server internally or
externally. If you are doing it internally, you can use Microsoft Personal
Web Manager or Apache 1.3.

Ambitious, but doable.


--
Lon Hosford
http://www.lonhosford.com
May many happy bits flow your way!

AddThis Social Bookmark Button