Allow Flash
From UBot Studio
(Difference between revisions)
(Created page with "$Allow Flash is a Settings Command in the Professional edition of UBot Studio. This command will disable all flash on a webpage. Simply select “Yes”...") |
|||
Line 1: | Line 1: | ||
− | + | Allow Flash is a [[Settings Commands|Settings Command]] in the Professional edition of UBot Studio. | |
This command will disable all flash on a webpage. Simply select “Yes” to enable flash and “No” to disable flash. | This command will disable all flash on a webpage. Simply select “Yes” to enable flash and “No” to disable flash. |
Revision as of 15:20, 14 April 2013
Allow Flash is a Settings Command in the Professional edition of UBot Studio.
This command will disable all flash on a webpage. Simply select “Yes” to enable flash and “No” to disable flash.
Example
allow flash("Yes") navigate("http://www.itma.vt.edu/tech/shockwave.htm", "Wait")
Enables Flash
allow flash("No") navigate("http://www.itma.vt.edu/tech/shockwave.htm", "Wait")
Disables Flash