Jump to content

Recommended Posts

Posted

Hi

I got a problem i have a flash object gui but for some reason i cant get visual styles to be applied :( whatever style i try the gui window stays the same :)

Any :think: ?

There is a hex ( 31303030303030 ) reasons i love AutoIt !

Posted

$swfObj = ObjCreate ("ShockwaveFlash.ShockwaveFlash.1")

$winObj = GUICreate("FLASH GUI", 640, 400,$WS_POPUP)

$swfActiveX = GUICtrlCreateObj ($swfObj, 0, 0, 640, 400)

$swfObjEvents = ObjEvent ($swfObj, "FSCommand")

$swfObj.Movie = @WorkingDir & '/AutoItFlashPlayer.swf'

$swfObj.ScaleMode = 3

;$swfObj.bgcolor = "#FFFFFF"

$swfObj.Loop = True

$swfObj.wmode = "Opaque"

$swfObj.Quality = 5

$swfObj.Menu = false

$WS_POPUP Used but gui still have -1 Default style :think:

There is a hex ( 31303030303030 ) reasons i love AutoIt !

Posted

Damn im stupid :think:

And as always you are a GEM Gafrost !

There is a hex ( 31303030303030 ) reasons i love AutoIt !

Posted

Damn im stupid :think:

And as always you are a GEM Gafrost !

I found that in seconds, however i had to work on the script to create a functional program, now I can also say...

Damn im stupid :(

And as always you are a GEM Gafrost !

8)

NEWHeader1.png

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...