Getting Variables from a Flash Movie
Getting Variables from a Flash Movie
- Subject: Getting Variables from a Flash Movie
- From: Ian was here <email@hidden>
- Date: Sun, 7 Aug 2005 13:54:19 -0700 (PDT)
I was wondering if anyone knows of any sample code
demonstrating passing variables to and from a flash
movie in QuickTime. I have the following code for
getting a flash variable:
Movie theMovie = [flashMovie QTMovie];
Track theTrack = GetMovieIndTrack( theMovie, 1
);
Media theMedia = GetTrackMedia( theTrack );
MediaHandler mediaHandler = GetMediaHandler( theMedia
);
char path;
char name;
Handle theVariableCStringOut;
FlashMediaGetFlashVariable( mediaHandler, &path,
&name, &theVariableCStringOut );
What I'm trying to figure out is how to implement this
code so that it gets called each time a button is
pressed within the flash movie.
Thanks in advance.
Ian
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden