RevMedia and browser Document interaction?
Posted: Mon Aug 03, 2009 8:01 pm
Can RevMedia (or Studio/Enterprise once released) interact with the containing browser's HTML document ala JavaScript? Pseudo code, but gets the point across:
If not currently, are there plans to add this kind of functionality?
Jeff M.
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
Jeff M.