mesale0077 13 Report post Posted March 2, 2009 hi swf file that I want to work in forum1. How is code #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("[#] Form1 [#]", 633, 219, 192, 124) $Button1 = GUICtrlCreateButton("Button1", 8, 48, 129, 25, $WS_GROUP) $Button2 = GUICtrlCreateButton("Button2", 8, 88, 129, 25, $WS_GROUP) $Button3 = GUICtrlCreateButton("Button3", 8, 128, 129, 25, $WS_GROUP) $Button4 = GUICtrlCreateButton("Button4", 8, 168, 129, 25, $WS_GROUP) $Label1 = GUICtrlCreateLabel("swf file here and run,same time ı want to use buttons", 168, 32, 250, 169) $Button5 = GUICtrlCreateButton("Button5", 464, 48, 97, 25, $WS_GROUP) $Button6 = GUICtrlCreateButton("Button6", 464, 88, 97, 25, $WS_GROUP) $Button7 = GUICtrlCreateButton("Button7", 464, 128, 97, 25, $WS_GROUP) $Button8 = GUICtrlCreateButton("ok", 440, 176, 65, 25, $WS_GROUP) $Button9 = GUICtrlCreateButton("exit", 544, 176, 73, 25, $WS_GROUP) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Share this post Link to post Share on other sites
James 374 Report post Posted March 2, 2009 Please use [ code ] [/ code] tags around your script. You need an IE control and load the SWF file from there. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Share this post Link to post Share on other sites
weaponx 10 Report post Posted March 2, 2009 Please educate yourself on the semantics of interpersonal communication, as we cannot determine the issue without you presenting it concisely. Here are some tips for receiving feedback quickly and efficiently: 1. State the purpose of the code 2. Clearly describe the result produced by the current faulty code 3. Explain the anticipated result Share this post Link to post Share on other sites