text to speech in swf with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dharprog
Forum Contributor
Posts: 126
Joined: Fri Oct 27, 2006 12:20 am

text to speech in swf with php

Post by dharprog »

Hi All,

I have come across with a new situation that, I need to make a flash/swf/flv file with a audio and flash file which will be having movements.

following are the examples of flash files:

http://www.oddcast.com/home/demos/tts/tts_example.php
http://www.sitepal.com/ttswidgetdemo

I want unlimited text to be created with a flash file above mentioned which needs to be read and speak. What is the way i need to follow and what is this concept exactly?

Please give me suggestions how to make it? Do we need to convert the text and make a wav file and how to embed that wav file with swf/flv file?

Please kindly give me your valuble suggestions and guidance for this task how to handle.

regards,
DharProg
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: text to speech in swf with php

Post by Jade »

You'll need to pass the text string into the flash program when you embed it on the HTML page. You need to read up on php/mysql/flash tutorials: http://library.creativecow.net/articles ... _mysql.php
Post Reply