| View previous topic :: View next topic |
| Author |
Message |
SaRaZa Guest
|
Posted: Tue Feb 24, 2004 3:17 pm Post subject: Delphi + Flash |
|
|
buenas gente... aca va la pregunta...
estoy haciendo una aplicación en Delphi, en la cual estoy usando un
componente TShockwaveFlash (activeX) para visualizar una película de
Flash en mi aplicación, y quisiera saber si hay alguna forma para
llamar desde la película flash (al clickear algún botón, por ejemplo)
a procedimientos de Delphi y viceversa... poder desde Delphi enviar
información a la película de Flash...
básicamente estoy viendo como se puede comunicar mi aplicación delphi
con mi película de flash...
cualquier dato es bienvenido...
mil grssss
Luc
|
|
| Back to top |
|
 |
gabriel Guest
|
Posted: Tue Feb 24, 2004 3:40 pm Post subject: Re: Delphi + Flash |
|
|
Translation:
He's using the TShockwaveFlash ActiveX component to display a Flash movie
in the Delphi application. He wants to know if there is a way to have
Flash call Delphi code when a hotspot is clicked, or other such events. He
also wants to know if it can be done the other way: Have Delphi call Flash
procedures.
--
gabriel
|
|
| Back to top |
|
 |
gabriel Guest
|
Posted: Tue Feb 24, 2004 6:54 pm Post subject: Re: Delphi + Flash |
|
|
Thanks, I'll translate:
| Quote: | with code hacking yes but it would be very hard to
explain due to the speaking langauge barrier.
Either hooking into the Window Procedure to of the Activex
control or using SetWindowsHookEx will allow him to monitor
message activities.
|
Luc, dice que no directamente. Tienes que monitorear los mensages de
Windows usando procedimientos del API como SetWindowsHookEx. Tal parence
que noe es facil o directo de hacer.
--
gabriel
|
|
| Back to top |
|
 |
Jamie Guest
|
Posted: Tue Feb 24, 2004 9:49 pm Post subject: Re: Delphi + Flash |
|
|
with code hacking yes but it would be very hard to
explain due to the speaking langauge barrier.
Either hooking into the Window Procedure to of the Activex
control or using SetWindowsHookEx will allow him to monitor
message activities.
gabriel wrote:
| Quote: | Translation:
He's using the TShockwaveFlash ActiveX component to display a Flash movie
in the Delphi application. He wants to know if there is a way to have
Flash call Delphi code when a hotspot is clicked, or other such events. He
also wants to know if it can be done the other way: Have Delphi call Flash
procedures.
|
|
|
| Back to top |
|
 |
SaRaZa Guest
|
Posted: Wed Feb 25, 2004 6:58 pm Post subject: Re: Delphi + Flash |
|
|
i'll check out the SetWindowsHookEx functions...
tnx 2 both of u!
Luc
gabriel <no (AT) no--spam (DOT) com> wrote
| Quote: | Thanks, I'll translate:
with code hacking yes but it would be very hard to
explain due to the speaking langauge barrier.
Either hooking into the Window Procedure to of the Activex
control or using SetWindowsHookEx will allow him to monitor
message activities.
Luc, dice que no directamente. Tienes que monitorear los mensages de
Windows usando procedimientos del API como SetWindowsHookEx. Tal parence
que noe es facil o directo de hacer.
|
|
|
| Back to top |
|
 |
|