Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] @ desga2 I have new code for Flash Manager macro. ( see below ) I do have a question. When I have Javascript set to off and use the macro, I get a message that Flash is required. I do have Flash. When I have Policy Manager set to allow Javascript on these two web domains, they work right. Should I do something to force Javascript in the macro? Also I took "(interim)" out of the menu name. [b]F_Mgr.kmm[/b] [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage2) # # ---------- F_Mgr.kmm # # Dependencies : main.kmm # Resources : www.macromedia.com and www.adobe.com websites # Preferences : "general.useragent.locale" # Version : 1.1 # Author : JamesD # -------------------------------------------------------------------------------- _F_Mgr_PlayerSettings { $_F_Mgr_LangFull = getpref(STRING,"general.useragent.locale"); $_F_Mgr_Lang = substr($_F_Mgr_LangFull,0,2); $_F_Mgr_P1="www.macromedia.com/support/documentation/"; $_F_Mgr_P2="/flashplayer/help/settings_manager02.html"; $_F_Mgr_P_URL=$_F_Mgr_P1 . $_F_Mgr_Lang . $_F_Mgr_P2; if ($kTabs) { opentab( $_F_Mgr_P_URL ); } else { opennew ( $_F_Mgr_P_URL ); } } _F_Mgr_ViewCookies { $_F_Mgr_LangFull = getpref(STRING,"general.useragent.locale"); $_F_Mgr_Lang = substr($_F_Mgr_LangFull,0,2); $_F_Mgr_V1="www.adobe.com/go/settmgr_storage_"; $_F_Mgr_V_URL=$_F_Mgr_V1 . $_F_Mgr_Lang ; if ($kTabs) { opentab( $_F_Mgr_V_URL ); } else { opennew ( $_F_Mgr_V_URL ); } } _F_Mgr_BuildMenu { $_F_Mgr_Popm = "Flash Manager"; setmenu("&Privacy",popup,$_F_Mgr_Popm,-1); &_F_Mgr_BuildMenuP; } _F_Mgr_BuildMenuP { setmenu($_F_Mgr_Popm,macro,"Flash player privacy settings",_F_Mgr_PlayerSettings,0); setmenu($_F_Mgr_Popm,macro,"View Flash Cookies or LSO",_F_Mgr_ViewCookies,1); rebuildmenu($_F_Mgr_Popm); } $OnInit=$OnInit."_F_Mgr_BuildMenu;"; $macroModules=$macroModules."F_Mgr;"; [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development