Online Children Books - Display The Story / Narration Karaoke Style

Jul 19, 2011

I am trying to do semi animated read-along online storybooks for kids and I would like to display the story/narration karaoke style so kids could see the story and be able to read along. I have been looking at karaoke software to do the text and voice synchronization and so far haven't had that much luck.

Synchronization is very important. I don't want to simply do an animated color mask over the test and have the text change color. Besides there are plenty of books I need to convert and the process needs to be simply automated and executed. Here is an example, [URL]

View 2 Replies


Similar Posts:


Actionscript 3 :: Display Html Format Text To Dynamic Textfield Work In Loacal , But Online Don't Display Text?

Feb 18, 2012

found that code to display html format text to dynamic textfield in as3:

var url:String = "http://edeejay.dyndns.org:8000/currentsong?sid=1";
var loadit:URLLoader = new URLLoader();
loadit.addEventListener(Event.COMPLETE, completeHandler);

[code].....

View 1 Replies

ActionScript 1/2 :: Dynamically Change Text During Narration?

Jul 11, 2011

I've got a file that contains narration. The content appears progressively on the stage as narration plays.
 
On the first frame I added a dynamic textfield, which I called : soustitrage_txt (would be "caption_txt" in English).
 
On another layer, on the same frame I added this code :
 
soustitrage_txt.html = true;soustitrage_txt.autoSize = "left";soustitrage_txt.selectable = true;soustitrage_txt.multiline = true;soustitrage_txt.wordWrap = true;

[Code].....

View 3 Replies

Display PDF Like A Online Magazine?

Mar 15, 2011

I was asked to display PDF like a vivid flash Magazine, and put the flash magazine online. I tried to use Geturl command in flash, it didnt work out well as a magazine. So, I wanna a flash project that automatically open PDF files. Or softwares that simply convert PDF to Flash magazine that easy to host online.

View 1 Replies

Professional :: Display PDF Like A Online Magazine?

Mar 15, 2011

I was asked to display PDF like a vivid flash Magazine, and put the flash magazine online. I tried to use Geturl command in flash, it didnt work out well as a magazine.  So, I wanna a flash project that automatically open PDF files. Or softwares that simply convert PDF to Flash magazine that easy to host online.

View 2 Replies

PHP Flash Karaoke Example / Open Project?

Jun 13, 2006

Could somebody give me any example or open project about using PHP and Flash to make a Karaoke system?In fact, I've found one example, but not sure whether it uses AMF-PHP or Flash Remoting.....

View 3 Replies

ActionScript 3.0 :: Digital Story In Flash?

Jun 3, 2011

I'd like to make an online comic of "swfs" where each swf file is an image with simple animations, and a "next" button.

View 1 Replies

Flash :: Load And Play A Cdg File (karaoke)?

Feb 26, 2010

I am searching for a way to load and play karoke files "cdg"The loading part is easy the difficult part is interpreting the byte array that i get after loading the file...

View 2 Replies

Flex :: Why Can't Get Sub-children Of Display Object

Oct 13, 2009

I am having problems accessing sub-children of my displayObject. Here is my code:private [code]but it's not working.

View 1 Replies

Flash :: Display Children In Succession,?

Mar 29, 2010

How do I display children in succession? By succession I mean 1,2,3,4, etc. Perhapse incrementing with a loop or using a timer is what I'm after.

Add, remove, appear, or disappear children, could all work. I want a simple way to display 1 child every second until I reach 10.

METHODS TRYED

addChild, removeChild, AddChildAt, getChildAt, setChildIndex
visible !visible
for loop

I don't see how this works with multiple children.

View 1 Replies

Flash :: Loop Through Children And Display Each - As3

Mar 30, 2010

How do I loop through all of my children, and display each? I would like to know the best way to do this. my children and containerfive children, one plays every sec, 1,2,3, etc.

[Code]...

View 1 Replies

ActionScript 3.0 :: Display How Many Children On Stage?

Mar 29, 2011

what could I write to display how many/what children are on stage and it be displayed in the output window in a trace statement?

View 3 Replies

ActionScript 2.0 :: Creating Flash Game With Story Dialogue

Mar 9, 2011

I'm using Macromedia Flash Professional 8 at the moment, and I'm fairly inexperienced with actionscript and most Flash processes. What I'm looking to do is create a game of sorts where characters appear on either side of the screen and a dialogue box appears at the bottom with text scrolling across every time the player clicks "Next" or whatever, and the characters' mouths move and their eyes blink as the text scrolls. We're using voice actors so we'd put an audio clip at the start of each piece of dialogue.

View 1 Replies

ActionScript 2.0 :: Horizontal News Scroller With Links To Full Story

Nov 23, 2010

I am looking to create a horizontal news scroller. In fact I once found one on the web but failed to bookmark it now I can't find it again. I have attached an image of what it needs to look like. It will load text from an external source and have links to the full news story.

View 0 Replies

ActionScript 2.0 :: Bouncing Ball Effect Over Text (Karaoke Algorithm)?

Nov 8, 2004

I am trying to work out a way to achieve the bouncing ball effect over text known from karaoke players? I would like this to be done programmatically with actionscript, so the ball follows the text and the soundfile (looking for pauses or DB rises?maybe not). I have heard its a question of finding the right algorithm? Its use will be in a language lab-like flash app based on Communication server, where the user can :

1) Hear the correct pronunciation of a sentence (with bouncing ball over text)
2) Record their own voice
3) Compare the two

View 1 Replies

ActionScript 3.0 :: Remove All Children From A Display Object Container?

Jun 22, 2009

How do I remove all children from a display object container? I want to make sure that when I re-enter a particular frame that there are no imageLoaders loaded into my photoGallery.

View 2 Replies

ActionScript 3.0 :: All Children In Display Object Firing Mouse Over?

Jul 19, 2010

I have a custom class extending MovieClip, and in my code I add a few children to this custom class.When I add my mouse over event listener, it works, but it fires every time the mouse rolls over any of the children too!I only want it to fire once when the display object as a whole is rolled over.

View 1 Replies

ActionScript 3.0 :: Xml.children() Returns Grand-children And Gr8-gran-children?

Nov 18, 2009

I'm making a OSX-finder-type file browser in CS4.The Structure for the folder and files is being generated by a PHP in a XML, heres an example:(sorry the xml is not sorted, but the command i'm using in php doesn't sort it)

Code:
<root>
<dir name="images">

[code]....

View 2 Replies

ActionScript 3 :: Dynamically Created Children Of Display Object Instance?

Jul 11, 2010

Is it possible to get dynamically created children of a display object instance in action script 3?
Example
trace(_view.getChildByName("name")) = returns name of display object (success)
trace(_view.getChildByName("name").getChildByName("name2") = returns error 1061

View 2 Replies

Actionscript 3 :: Listening To Events Down Display List In Children Components

Jun 27, 2011

I'm creating a swf, that has a parent class and a child class. The parent class has a button, that dispatches a custom event and I want the child class to list for this event, but when I dispatch the event the child class does not hear the event has been dispatched.[code]The register EventListeners() function is in the child class.I know events can bubble up the display list but how can then go down the list?

View 1 Replies

ActionScript 3.0 :: Loop Through A Display Object And Reset Their Children's ChildIndex Based On Their Y Value?

Sep 5, 2009

Would it be possible (Without being extremely inefficient) to loop through a display object and reset their children's ChildIndex based on their y value?

View 1 Replies

ActionScript 3.0 :: Get Free Books For It?

Sep 24, 2009

Im Flash CS4 Professional user, but i wold like to learn ActionScript 3.0. I wonder how much is cost a book about AS3 Basics? or where i can get it for free for beginner? And do Adobe have it on Russion Language?

View 2 Replies

Flash :: Good Books For Learning It?

Jul 26, 2009

I'm trying to learn how to use flash, and there's only so much I can learn on my own. I looked up some books on various websites, but I don't know which would be the "best" to use for someone completely new to the program.

View 2 Replies

ActionScript 3.0 :: Good Books For Learning It?

Sep 19, 2011

Good books for learning as3.. I'm a beginner in action scripting but i'm quite enthusiastic about it.

View 1 Replies

ActionScript 3.0 :: Books For Increasing Proficiency?

Jan 26, 2010

I was at an AS3 course recently and the instructor mentioned a book that had something to do with AS3 game examples. Has anyone seen something like this and liked it? The problem is I am fairly new to AS3 and it is coming slower than I had hoped. I am the only person in my office who deals with Flash and I also have other responsibilities. So, I am looking for ways to increase my proficiency.

View 3 Replies

Media Server :: Classes Or Books On Video For Web?

Oct 22, 2010

good classes to attend or books to read on delivering video to the web?  Also, some classes strictly geared toward the FMS would be awesome too.I've been using FMS since v1(I believe it was called Communication Server back then)was released and Flash/Actionscript also for a few years now, but it seems there is still so much to learn about this process.  The more I read and learn the more I realize I need to be a video producer, programmer, network engineer, and server engineer all wrapped up into one.  Even though I've been doing this for a few year I still see other companies out there delivering better vids that don't hiccup at all.  It seems like there are some secrets to the whole process that aren't being shared or something I'm missing.  At the company I work for we have people who shoot the video primarily for television.  After they do their magic a high res QuickTime video is handed to me where I encode it again at different bitrates/setting that I put on the FMS and develop the web interface for the video.
 
It would just be nice to talk to an expert in the whole process.  When I search the web there seems to be a fine line where the knowledge ends but I think the knowledge beyond that point is what makes other people's video campaigns go from normal to excellent.  Also, there's not a whole lot of stuff out there for the FMS.  Maybe because it's a little expensive.  I want to be able to take my vid campaigns go from normal to excellent too!  The one class I've been to strictly for web video was in Atlanta, GA where we used this book, Video with Adobe Flash CS4 Professional by Robert Reinhardt. 

View 2 Replies

ActionScript 3.0 :: Adding Page To Flip Books?

Jan 19, 2010

i purchased a flash template which contains flip books. they said i can add new pages to books but i couldn't

i added new pages to action script and i made new pages' movie clips in library

but the new added pages are transparency at the prewiew.

View 1 Replies

Flash :: Flex - Books Regarding Media Server Development

Aug 27, 2010

What is the best book out there reagrding Flash Media Server development using flex 4/ Action script. There are many books or resources out there on Flex and action script but nothing specialized on Flash Media Server.

View 1 Replies

Professional :: Flash Flip Books That Do Not Rely On External Files?

Apr 9, 2010

Are there any flip books available that do not rely on external files. I need everything within the fla/swf?

View 3 Replies

Flash :: Creating Flip Books For Computer Browsers And Mobile Devices?

Nov 1, 2011

I want to find a software (or method) of achieving the following:

Be able to create a Flip Book from a pdf file Be able to embed multimedia content (audio, streamed video, swf) in the pages The resulting project should work in every (or most) computer internet browser and mobile devices (android tablets and phones, iPad, iPhone i've done a lot of research already, but I can't seem to find a good solution for this. I've tried a lot of those Flip book creator softwares. Some of them work pretty well, but I haven't found one that does everything.

I'm aware of the biggest difficulty: iPad and iPhone not being able to show flash content. So I'm in the search of an idea or someone pointing me in the right direction.

For example, is there any alternative to Flash to create flipping books? I know that in HTML 5 you can embed multimedia contents that should work with iPad and iPhone, but I don't know if you can do all the "cool" stuff that flash flipping books give you )like transitions, gestures, etc.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved