Is there a way i can display html from on top of embeded javascript? the javascript displays an image and i would like to use it as background. Here is the embed part of the script where I want to display form over: document.write('<embed src="'+ jaaspeel.big_path + '?' + jaaspeel.big_params +'" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="'+ jaaspeel.big_width +'" height="'+ jaaspeel.big_height +'" flashvars="'+ jaaspeel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'); document.write('</object></div>'); Code (markup): Thanks!
just place your form code before the area it writes this code, and use css to make it float. "float: left;position: absolute;"