home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / attention_hog.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2008-09-22  |  2.5 KB  |  52 lines

  1. play_btn.onRelease = function()
  2. {
  3.    com.leadpipe.attentionhog.Game.getInstance().setup();
  4. };
  5. highScores_btn.onRelease = function()
  6. {
  7.    gotoAndStop("high_scores");
  8. };
  9. basmajian_btn.onRelease = function()
  10. {
  11.    getUrl("http://basmajian.net/work/attention_hog/", "_blank");
  12. };
  13. System.security.allowDomain("cdn.gigya.com");
  14. System.security.allowInsecureDomain("cdn.gigya.com");
  15. var mcWF = _root.createEmptyMovieClip("Wildfire",_root.getNextHighestDepth());
  16. mcWF._lockroot = true;
  17. mcWF._x = 0;
  18. mcWF._y = 0;
  19. mcWF.ModuleID = "PostModule1";
  20. var cfg = _root[mcWF.ModuleID] = {};
  21. cfg.width = "400";
  22. cfg.height = "446";
  23. cfg.bookmarkURL = "http://basmajian.net/work/attention_hog/";
  24. cfg.widgetTitle = "Attention Hog";
  25. cfg.includeShareButton = "false";
  26. cfg.partner = "221921";
  27. 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>";
  28. cfg.emailSubject = "Attention Hog";
  29. cfg.emailBody = "<p>Play <a href=\"http://basmajian.net/work/attention_hog/\">Attention Hog</a>!</p><p>Wallow in your own wasted time.</p>";
  30. cfg.showEmailAfterPost = "true";
  31. cfg.enableMyEmailField = "true";
  32. cfg.enableUserMessageField = "true";
  33. cfg.defaultContent = function()
  34. {
  35.    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>";
  36. };
  37. cfg.onPostProfile = function(eventObj)
  38. {
  39. };
  40. cfg.onLoad = function(eventObj)
  41. {
  42. };
  43. cfg.onClose = function(eventObj)
  44. {
  45.    mcWF._visible = false;
  46. };
  47. grab_btn.onRelease = function()
  48. {
  49.    mcWF.loadMovie("http://cdn.gigya.com/WildFire/swf/wildfire.swf","get");
  50. };
  51. stop();
  52.