Jump to content

Flash movies will not load when on Hard Drive


Recommended Posts

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...