1. function openWin(url, name, wd, ht, f, s, r) {
getURL("javascript:void(window.open('"+url+"','"+name+"','width="+wd+",height="+ht+",fullscreen="+f+",scrollbars="+s+",resizable="+r+"'))");
}
2. on (release) {
openWin(http://empas.com, "customwin", 400, 400, 0, 0, 0);
}
'tech > FLASH' 카테고리의 다른 글
1180:call to a possibly undefined method addChild. (0) | 2010.12.07 |
---|---|
flash oop 구조 정리 잘 된 곳~ (0) | 2010.12.03 |
flash : if(stage) init(); (0) | 2010.11.24 |
xml loading (0) | 2008.09.23 |
rewind (0) | 2008.09.23 |