| Move | Left click on the page element and drag |
|---|---|
| Resize | Left click on the Yellow Handler (Y) and drag |
| Scale Resize | Press Shift while resizing |
| Special Resize (for Sqaure and Circle) | Press Ctrl while resizing |
| Rotate | Left click on the Blue Handler (B) and drag |
| Delete | Left click on the Red Handler (R) |
| Properties | (PC) Right click on the page element (MAC) Control + Click on the page element |
index.html
<script type="text/javascript" > AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0', 'width','800', 'height','600', 'align','middle', 'src','flaber.swf', 'quality','high', 'bgcolor','#ffffff', 'name','flaber', 'allowscriptaccess','sameDomain', 'pluginspage','http://www.macromedia.com/go/getflashplayer', 'movie','flaber' ); </script>
temp_properties = "toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=" + w + ", height=" + h;
temp_properties = "toolbar=yes, location=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=" + w + ", height=" + h;
<html> <head>...</head> <script type="text/javascript"> function maximize_window () { top.window.moveTo (0,0); if (document.all) { top.window.resizeTo (screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth) { top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth; } } } </script> <body onLoad="maximize_window (); location='http://www.flysforum.net/flaber/wiki'"> </body> </html>
<script src="function/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript"> function popup (u, n, p) { window.open (u, n, p); } </script>