Jump to content

scale object with GUI


Recommended Posts

When maximize windows my flash file not maximizing with Gui? how to do that kindly help me !

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

GUICreate("Interface - 380p", 400, 300, -1, -1,BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS, $WS_CLIPCHILDREN))

GUISetState()
$Flash = ObjCreate("ShockwaveFlash.ShockwaveFlash")
$FlashObj = GUICtrlCreateObj($Flash, 0, 0, 400, 300)
$Flash.Movie = "C:\Documents and Settings\go123\Desktop\gui\flashindex.swf"
$Flash.Loop = false
$Flash.allowScriptAccess = "Always"

        While 1
        $msg = GUIGetMsg()
        If $msg = $GUI_EVENT_CLOSE Then ExitLoop
    WEnd
    GUIDelete()
Edited by autoitxp
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...