[FLASH] Iframe issue

Junior Spellweaver
Joined
May 21, 2005
Messages
120
Reaction score
1
Location
UA
I got an issue with direction flash to the html frame, sometimes it's working and sometimes it's not. Strange but it's like that even without changing anything.

My flash code looks like that:
Code:
}
home.onRelease = function(){
	getURL("1/Home.html", "iiFrame");
}

And my HTML frame-code:
Code:
<frameset><IFRAME name="iiFrame" id="iiFrame" src="1/home.html" width="780" height="544" frameborder="0" style="background-color:#f6f6f6" ></iframe>


Thank you!
 
LOL, I did not knew the solution was so simple :P

The thing when you host it and access it through the ip it works like magic.
When you try to load it up on your local computer it's not working like it should be.
 
Back