home *** CD-ROM | disk | FTP | other *** search
- play_btn.onRelease = function()
- {
- com.leadpipe.attentionhog.Game.getInstance().setup();
- };
- highScores_btn.onRelease = function()
- {
- gotoAndStop("high_scores");
- };
- basmajian_btn.onRelease = function()
- {
- getUrl("http://basmajian.net/work/attention_hog/", "_blank");
- };
- System.security.allowDomain("cdn.gigya.com");
- System.security.allowInsecureDomain("cdn.gigya.com");
- var mcWF = _root.createEmptyMovieClip("Wildfire",_root.getNextHighestDepth());
- mcWF._lockroot = true;
- mcWF._x = 0;
- mcWF._y = 0;
- mcWF.ModuleID = "PostModule1";
- var cfg = _root[mcWF.ModuleID] = {};
- cfg.width = "400";
- cfg.height = "446";
- cfg.bookmarkURL = "http://basmajian.net/work/attention_hog/";
- cfg.widgetTitle = "Attention Hog";
- cfg.includeShareButton = "false";
- cfg.partner = "221921";
- cfg.UIConfig = "<config><display showEmail=\"true\" emailImportProviders=\"manual,gmail,yahoomail,hotmail,aol\" showPost=\"true\" showBookmark=\"false\" codeBoxHeight=\"auto\" showCloseButton=\"true\" postToSidebarChecked=\"false\" bulletinChecked=\"false\" /><body><background background-color=\"#C59C7F\" frame-thickness=\"0\" corner-roundness=\"0\" /><controls font=\"Arial\"><snbuttons frame-color=\"#000000\" background-color=\"#FF9999\" over-frame-color=\"#000000\" over-background-color=\"#F3D7D1\" color=\"#000000\" corner-roundness=\"4\" frame-thickness=\"2\" bold=\"false\" /><textboxes frame-color=\"#000000\" frame-thickness=\"2\" /><listboxes frame-color=\"#000000\" /><checkboxes frame-color=\"#000000\" /></controls><texts font=\"Arial\"><links color=\"#000000\" bold=\"true\" /><privacy color=\"#F3D7D1\"></privacy> </texts></body></config>";
- cfg.emailSubject = "Attention Hog";
- cfg.emailBody = "<p>Play <a href=\"http://basmajian.net/work/attention_hog/\">Attention Hog</a>!</p><p>Wallow in your own wasted time.</p>";
- cfg.showEmailAfterPost = "true";
- cfg.enableMyEmailField = "true";
- cfg.enableUserMessageField = "true";
- cfg.defaultContent = function()
- {
- return "<embed src=\"http://basmajian.net/work/attention_hog/attention_hog.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"445\"></embed>";
- };
- cfg.onPostProfile = function(eventObj)
- {
- };
- cfg.onLoad = function(eventObj)
- {
- };
- cfg.onClose = function(eventObj)
- {
- mcWF._visible = false;
- };
- grab_btn.onRelease = function()
- {
- mcWF.loadMovie("http://cdn.gigya.com/WildFire/swf/wildfire.swf","get");
- };
- stop();
-