Interestingly enough while

on mouseUp
  put the RTFtext of fld "FFF" into URL "file: FancyText.rtf"
end mouseUp

is completely useless;

on mouseUp
  set the RTFtext of fld "FFF" to URL "file: FancyText.rtf"
end mouseUp

i.e. importing styled text

works perfectly!!!!

This:

on mouseUp
  set the htmlText of fld "FFF" to URL "file: FancyText.html"
end mouseUp

is useless.

All with revMedia 4a on the G4.
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to