Hi friends,

I´m a little puzzled with new Harbour ActiveX implementation, please
see this sample:

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

The sample doesn´t play flash and my app GPF when finish.

I´m using FWH, but not FWH ActiveX.

What I´m doing wrong ?


Thanks and best 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

Reply via email to