I had realy big problem for my web ...
| Scene=Scene 1, layer=Action Layer, frame=5, Line 41 | There is no property with the name 'displayState'. |
| Symbol=sprite 339, layer=Layer 5, frame=1, Line 3 | There is no property with the name 'displayState'. |
| Symbol=sprite 339, layer=Layer 5, frame=1, Line 5 | There is no property with the name 'displayState'. |
| Symbol=sprite 339, layer=Layer 5, frame=1, Line 9 | There is no property with the name 'displayState'. |
For firs code is
{
closeObjSeand.useHandCursor = true;
textObj.htmlText = " ";
closeObjSeand._visible = false;
closeObjClear._visible = false;
} // end else if
};
* if (Stage.displayState == "fullScreen")
{
next
on (release)
{
* if (Stage.displayState == "normal")
{
Stage.displayState = "fullScreen";
}
else
{
Stage.displayState = "normal";
} // end else if
}
on (rollOver)
{
_parent.gotoAndPlay("s1");
}
on (releaseOutside, rollOut)
{
_parent.gotoAndPlay("s2");
}
next
the same as the previous
and final
on (release)
{
if (Stage.displayState == "normal")
{
Stage.displayState = "fullScreen";
}
else
{
* Stage.displayState = "normal";
} // end else if
}
on (rollOver)
{
_parent.gotoAndPlay("s1");
}
on (releaseOutside, rollOut)
{
_parent.gotoAndPlay("s2");
and when i go to Controls >>> test movie >> test
I have this mistake
XML FAILED TO LOAD! (33634_main.xml)
Error opening URL 'file:///C|/Users/name/Desktop/33634/33634_main.xml'
I do not know what the problem was, if someone can say to me I would be grateful!!!
And when I export the .swf file will not begin I have to press Enter to make the video started
Best regards!
create a new fla with as2 publish settings in a new directory. don't put anything in the fla and test.
any problem?
if not, add a movieclip with instance name mc to the stage and add the following to your actions panel and test:
mc.onRelease=function(){
Stage.displayState = "fullScreen";
}
any problem?
if not, copy the movieclips/buttons from your problematic fla's stage and paste those movieclips/buttons onto the stage of the new fla and test.
any problem?
if yes, remove code except what you showed in your first message and whatever is needed to make the code work and retest.
any problem?
if yes, paste here the code you're testing.
North America
Europe, Middle East and Africa
Asia Pacific