View Full Version : How to link swf file without opening new window?
junechan
01-09-2009, 09:17 AM
i had this project whereby all the game is placed in 3 different fla file so that it will not slow down the loading time.How do i actually link the 3 swf together such that i do not have another window opened when i link to another swf? Thank you
wvxvw
01-09-2009, 02:01 PM
Not sure I understand what you're trying to do... Are you trying to load part of HTML dynamically? If so, document.getElementByID(<The ID of the DIV where you want to load that HTML>).innerHTML = <string representation of HTML you're trying to load>. If you wan't that HTML to be retrieved from another location you can use:
(for MSIE) Microsoft.XMLHTTP ActiveX
(for standard browsers) window.XMLHttpRequest
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.