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:
And my HTML frame-code:
Thank you!
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!