Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bạn quay lại trang đầu tiên mà đọc.Có giới thiệu rồi đó.Cho em hỏi trang web để có thể download cái chương trình FLASH ở đâu em thích làm lắm nhưng không có chương trình này
Phần mềm này hỗ trợ tiếng việt Unicode mà , xem lại đi .Có bác nào dùng cái goldshell flax 3.01 chưa? em dùng nó mà ko biết làm thế nào có thể gõ tiếng Việt vào cả.Bác nào biết chỉ em với nha
Mí bài này viết lâu òi 
[color=purple]onClipEvent (load) {
Mouse.hide();
startDrag ("", true);
}
onClipEvent (mouseMove) {
_x = _root._xmouse;
_y = _root._ymouse;
updateAfterEvent();
}
onClipEvent (mouseDown) {
this.gotoandStop("down");
updateAfterEvent();
}
onClipEvent (mouseUp) {
this.gotoandStop("up");
updateAfterEvent();
}[/color]