|
From: Pascal B. <pa...@dy...> - 2000-11-21 18:06:45
|
you can invoke events using this code:
layer.invokeevent('whatever')
which will spawn an: eventlistener.onwhatever event.
So if you can execute javascript from within Flash this is probably the way
to invoke events.
Pascal Bestebroer
pa...@dy...
http://www.dynamic-core.net
> -----Oorspronkelijk bericht-----
> Van: dyn...@li...
> [mailto:dyn...@li...]Namens Liam Clancy
> Verzonden: dinsdag 21 november 2000 13:08
> Aan: dynapi help lists.sourceforge.net
> Onderwerp: Re: [Dynapi-Help] How can I capture de mouse coordinates?
>
>
> Is there anyway that this method can be used to capture mouse
> events/invoke
> event listeners from a flash movie?
>
> I can get Flash to excecute DynAPI methods using the getURL("javascript:")
> protocol so long as they do not need to reference the mouse co-ordinates :
>
> Eg opening and closing layers, but not dragging / sliding.
>
> Has anyone been able to achieve this?
>
> Liam
>
>
> --
> "Everything in moderation ... including moderation"
>
> Please note my NEW address: met...@ma...
>
> pgp on request
>
>
> _______________________________________________
> Dynapi-Help mailing list
> Dyn...@li...
> http://lists.sourceforge.net/mailman/listinfo/dynapi-help
>
|