Application.say() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Application Class Summary |
Availability |
Windows, Mac OSX |
Usage |
mdm.Application.say(text2speech:String):void |
Parameters |
text2speech:String - Text to be read |
Returns |
Nothing |
Description |
Uses the system text2speech capabilities to 'say' the specified string. This method is synchronous and could block Flash runtime code execution. To avoid Flash content being blocked use asynchronous version of that method: mdm.Application.sayAsync(...) |
Notes |
Example Code |
mdm.Application.say("Zinc is ultimate!"); |
mdm.Application Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |