Allow Flash
From UBot Studio
(Difference between revisions)
Line 3: | Line 3: | ||
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. | ||
+ | '''Allow Flash:''' Select "Yes" to enable Flash on a webpage. Select "No" to disable Flash on a webpage. | ||
== Example == | == Example == |
Revision as of 16:53, 25 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.
Allow Flash: Select "Yes" to enable Flash on a webpage. Select "No" to disable Flash on a webpage.
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