:ex: Hi! I need some help. It seams that onKillFocus dosent work in external swf file. My actionscript with the inputText are in external swf file loaded in the main swf! Anybody some clues? Thanks
Here`s my script:
newsinput.onSetFocus = function ()
{
if (newsinput_1 == “Newsletter”)
{
newsinput_1 = “”;
} // end if
}// end function
newsinput.onKillFocus = function ()
{
if (newsinput_1 == “”)
{
newsinput_1 = “Newsletter”;
} // end if
};
onSetFocus its workin perfect!
Please help me as soon as possible … i have 2 build something and i dont know what to do … to start another method or i miss something pls pls pls help! 10x