I want flash to use this javascript I posted below. The script frames in a new window at 100% and shows whatever content is in the url.

As soon as the swf loads I want the java to jump.

Any help would be good, thanks

document.writeln('frameset cols="100%,*" BORDER="0" FRAMEBORDER="NO"')
document.writeln('frame src="http://www.url.com" scrolling=auto noresize')
document.writeln('\/frameset')

I took out the < and > brackets so the script would show up