In the Custom Property doAS I place: using "Bruce" saving to "MaltaNews.aiff"
In the script that gets the web page I place:
if the hilite of btn "Make sound file" is true then -- option of listening or reading the text
put fld "pageText" into tWords -- fld containing portion of web page with html stripped
replace quote with " " in tWords --quotes seem prevent the making of the sound file
put the doAS of me into doAS --I suppose you could just script it all without the Cust.Prop
put "say"&& quote&tWORDS"e before doAS
do doAS as applescript
end if
atb
sims -- ----------------------------------------------------------- http://EZPZapps.com [EMAIL PROTECTED] Software - Internet Development - Consulting _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
