In a HTML/Javascript webpage, the javascript file takes the body of the html, renders the contents in the tag in Flash, and displays the flash content. The page is not flash, it is still Html, but the javascript must be modifying it to display it in Flash. What i want to know is what functions/methods does Javascript use to modify the Html page it is a part of? I know of one - document.write(). Are there any others?
P.S - The javascript file contains about 600 lines of code, so its difficult to analyse each line. Also im kind of a JS newbie.