omidparkour
چهارشنبه 15 خرداد 1392, 12:55 عصر
سلام
من این کد رو توی بنر فلش گذاشتم تا وقتی کاربر راست کلیک روش کرد یه منو باز بشه که مشخصات من رو نوشته باشه اما ارور میده مشکلش چیه؟
function doSomething()
{
getURL("http://rahaadesigner.ir", _blank);
} // End of the function
btt.onRelease = function ()
{
getURL("http://rahaadsigner.ir/", "_blank");
};
Stage.scaleMode = "noScale";
Stage.showMenu = false;
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Created by omid nikrah | rahaadesigner", doSomething);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU;
من این کد رو توی بنر فلش گذاشتم تا وقتی کاربر راست کلیک روش کرد یه منو باز بشه که مشخصات من رو نوشته باشه اما ارور میده مشکلش چیه؟
function doSomething()
{
getURL("http://rahaadesigner.ir", _blank);
} // End of the function
btt.onRelease = function ()
{
getURL("http://rahaadsigner.ir/", "_blank");
};
Stage.scaleMode = "noScale";
Stage.showMenu = false;
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Created by omid nikrah | rahaadesigner", doSomething);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU;