>Hi Toninho, >If you can make this sample compile/link without FWH, >I would add it to our tests dir, so it will be easier to test/fix it.
Hi Viktor, thanks for answer. I need FWH as a gui but only DEFINE WINDOW and ACTIVATE WINDOW are from FWH, the rest is from Harbour. BTW the flash is here: http://www.fwi.com.br/toninho/flash.swf and the sample is: ---cut--- local oWindow, oActiveX DEFINE WINDOW oWindow FROM 0,0 to 400,300 TITLE "Flash Player" WIN_AxInit() oActiveX = WIN_AxGetControl( WAPI_CREATEWINDOWEX( 0, "AtlAxWin", "ShockwaveFlash.ShockwaveFlash.1", nil, nil, 300, 300, oWindow:hWnd ), nil ) ACTIVATE WINDOW oWindow ON INIT oActiveX:LoadMovie( 0, "c:\flash.swf" ) ---cut--- Regards, Toninho. __________________________________________________ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
