Home › Forums › SharewareOnSale Deals Discussion › Photo Gallery Creator / Mar 13 2026 › Reply To: Photo Gallery Creator / Mar 13 2026
Guest
Previous versions could save HTML with swf, and you can view and play games on old websites using HTML with swf only in IE, even on Windows 10, but you need to create a VBS text script first to launch IE.
VBS Script
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate "sharewareonsale.com"
objIE.Visible = 1
For most people, it works: an IE window opens
