Page 1 of 1

RevMedia and browser Document interaction?

Posted: Mon Aug 03, 2009 8:01 pm
by massung
Can RevMedia (or Studio/Enterprise once released) interact with the containing browser's HTML document ala JavaScript? Pseudo code, but gets the point across:

Code: Select all

on mouseUp
  set the innerText of tag named "divHello" to "Hello, world!"
  set the value of attribute named "size" of tag named "superFont" to "huge"
end mouseUp
If not currently, are there plans to add this kind of functionality?

Jeff M.