Jump to content

Recommended Posts

Posted

So I have a flash player in AutoIt:

$Object = ObjCreate("ShockwaveFlash.ShockwaveFlash.1")
$GameObject = GUICtrlCreateObj($oGame, 10, 10, 650, 450)
With $Object
    .bgcolor = "#000000"
    .Movie = "./detenator2.swf"
EndWith

However, whenever the flash file is on my hard drive, and I try to load it directly from there, it will not load. But If I load it from a website, it will.

Posted

You can blame that on Adobe. Go to their website to configure your local flash player to allow local object scripting or something like that. By default, only flash files on the internet work correctly. I'm also still wondering why they decided the flash configuration has to be done online instead of at the local computer.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...