Allow Flash
From UBot Studio
				
								
				(Difference between revisions)
				
																
				
				
								
				| Line 11: | Line 11: | ||
| navigate("http://www.itma.vt.edu/tech/shockwave.htm", "Wait") | navigate("http://www.itma.vt.edu/tech/shockwave.htm", "Wait") | ||
| </pre> | </pre> | ||
| + | |||
| Enables Flash | Enables Flash | ||
| + | |||
| [[File:flashYes.png]] | [[File:flashYes.png]] | ||
| + | |||
| <pre> | <pre> | ||
| allow flash("No") | allow flash("No") | ||
| navigate("http://www.itma.vt.edu/tech/shockwave.htm", "Wait") | navigate("http://www.itma.vt.edu/tech/shockwave.htm", "Wait") | ||
| + | |||
| </pre> | </pre> | ||
| + | |||
| Disables Flash | Disables Flash | ||
| + | |||
| [[File:flashNo.png]] | [[File:flashNo.png]] | ||
Revision as of 12:49, 21 May 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
