Hey Rein,

It's not totally clear what you're trying to do...

So, startVideo() is a function of con_video, correct?

Where are you trying to call the function from? If con_video is a
child of where you are calling the function from, you can use
parent.parent (as many levels as you need) to do it.

Otherwise, I would create a document base class for your FLA, then you
can do something like Site.con_video (if con_video is a static var) or
Site.instance.con_video

Taka

On Mon, Mar 2, 2009 at 12:07 PM, Reina Lyn Ben <[email protected]> wrote:
> can any one help me with this code:
> MovieClip(root).con_video.AVplayer.startVideo();
> I am trying to access a function from a movieclip. This code is not located
> on the stage or root, it is located at con_video.  (^^,)
>
> Thanks,
> Rein
>
> --
> ________________________________________________________________________________
>
> Reina Lyn Ben
> Flash Web Devsigner
>
> Web Portfolio:  www.ReinaLynBen.com <http://www.reinalynben.com/>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to