BLOCKLY18

wimeo

Apr 13th, 2022 (edited)
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $window({
  2.   title: "Wimeo",
  3.   width: 1270,
  4.   height: 860,
  5.   url: "https://blockly806.neocities.org/misc/93extras/wimeo.html",
  6.   help: "Made by Blockly\n<a href='https://youtube.com/blockly806'>https://youtube.com/Blockly806</a>",
  7.   menu: [
  8.     {
  9.       name: "Window",
  10.       items: [
  11.         {
  12.           name: "Refresh",
  13.           action: function(){this.window.el.iframe.src += ""}
  14.         },
  15.         {name:"---"},
  16.         {
  17.           name: "Close",
  18.           action: function(){this.window.close()}
  19.         }
  20.       ]
  21.     }
  22.   ]
  23. });
Add Comment
Please, Sign In to add comment