Hi
I have created an animation in flash cs3. I want to make it a full screen projector. I found some coding to use but i keep getting an error message. Can anyone please help? This is the coding i used.
fscommand(“fullscreen”, true);
fscommand(“showmenu”, false);
function quitprojector(myevent:MouseEvent):void{
fscommand(“quit”);
}
quitButton_btn.addEventListener(MouseEvent.CLICK, quitprojector)
the error i keep getting it:
1067: Implicit coercion of a value of type Boolean to an unrelated type String.