Stage["displayState"] = "fullScreen";
Stage["displayState"] = "normal";
cmDefault=new ContextMenu();
cmDefault.builtInItems.zoom=false;
cmDefault.builtInItems.quality=false;
cmDefault.builtInItems.play=false;
cmDefault.builtInItems.loop=false;
cmDefault.builtInItems.rewind=false;
cmDefault.builtInItems.forward_back=false;
cmDefault.builtInItems.print=false;
cmDefault.builtInItems.save=false;
cmDefault.customItems.push(new ContextMenuItem("menuitem",functionname));
_root.menu=cmDefault;
function functionname(){
// TODO
}
'scripting' 카테고리의 다른 글
| [ORACLE] 오라클 테이블 목록 / 컬럼 조회 (0) | 2010/02/22 |
|---|---|
| JSP Request 모든변수 뽑기 (0) | 2010/02/11 |
| Flash ActionScript2 Crossdomain 크로스도메인 설정 (0) | 2009/12/17 |
| Flash ActionScript2 배열 섞기 함수 Array Shuffle (0) | 2009/12/17 |
| JSP Request, PHP 서버변수 모음 (0) | 2009/12/03 |
| as2 fullscreen, contextmenu (0) | 2009/07/03 |
| c# wmv 인코더 (0) | 2009/07/01 |
| flex arraycollection binding on datagrid with image (1) | 2009/06/30 |
| flex warning, 1084: var 'XXXX'의 범위가 기본 네임스페이스인 XXXX: internal로 지정됩니다. 이에 따라 이 패키지 외부에서는 보이지 않습니다. (0) | 2009/06/30 |
| javascript cross domain access (0) | 2009/06/26 |
| php urlencode, urldecode, mb_convert_encoding utf8 쿼리스트링 (0) | 2009/06/26 |

댓글을 달아 주세요