Langsung ke konten utama

Flash ActionScript 2.0 hide context menu

HIDE CONTEXT MENU DEFAULT AND REPLACE IT TO NEW CUSTOM CONTEXT
Tutorial Original by Ofan (anime7)

in English:
This moment i will describe about hide context menu in a Flash player default setting using insert ActionScript frame timeline in Macromedia Flash Professional 8.

Action 1:
-Create new document Flash (.fla) at your computer
-Insert frame in Layer 1 (default)

Action 2:
-Please try push keyboard ctrl+enter
-And than right click mouse on the stage Flash player publishing flash document after publishing movie

note:
you will see this context menu after left click in the Flash player is a default setting, because it is a part of resource programming from provider Company.

Action 3:
-Ok let's doing other action after you see it.
-Left Click at the Layer 1 and Frame too
-Right Click it and choose action from right click menu

Action 6:
-Please follow this text to write a scripting hide menu on your Flash document

//set variable context menu
var theMenu:ContextMenu = new ContextMenu();
//command to hide default context menu
theMenu.hideBuiltInItems(); _root.menu = theMenu;
//command to create new context menu
var item:ContextMenuItem = new ContextMenuItem("Created by OFAN SOFANDANI (www.anime7graphic.blogspot.com)", anime7); theMenu.customItems[0] = item; function anime7() { getURL("http://www.anime7graphic.blogspot.com"); }

note:
you can change url address to get your connection need
you can change name of new context menu ex:
new ContextMenuItem("Created by OFAN SOFANDANI (www.anime7graphic.blogspot.com)"

Action 6:
-After that you can try same as action 2 and see different

Have Fun my friend's, improve your mind be creative and see you next time

Postingan populer dari blog ini

Download Photoshop Brush 2011

Halo kawan kawan pecinta design dan photoshop ? Semoga hari ini dan seterusnya diberikan kesehatan dan ide-ide brilliant untuk tetap berkarya. Akhirnya hari ini saya bisa menunaikan janji saya kepada kawan-kawan yang request di komentar artikel sebelumnya Download Brush Photoshop satu , dua dan tiga tentang download brush photoshop.

Javascipt Nudity Detection Photo

Informasi seputar teknologi dunia Web mengenai pemanfaatan javascript untuk membuat sistem web menjadi lebih smart (pintar). Seperti judul artikel di atas Javascript Filter Image Photo Sebetulnya informasi ini sedikit kurang penting untuk para Blogger , mungkin karena esensi dan pemanfaatan nya sangat sedikit. Uups maaf, hehe... It's Oke langsung saja saya bahas apa sih yang dimaksud dengan Javascript Filter Image Photo ? Cekidot!

Olinklist Web Direktori

Update 11 Januari 2011 Selesai sudah pembuatan Olinklist sebuah web fungsional yang sederhana untuk exhange atau berbagi link blog maupun web. Sebuah sistem Web Directories yang saya rencana kan tahun lalu dan sekarang sudah rampung dalam pengerjaan selama satu bulan penuh di akhir tahun 2010. Web Directories ini didedikasikan gratis untuk semua kawan kawan blogger khusus nya di Indonesia, semoga kawan kawan Blogger berkenan dan ikut berpartisipasi.