• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Getting Variables from a Flash Movie
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: NSTextStorage, Bindings and Core Data
  • Next by Date: Misc Binding issues
  • Previous by thread: Re: NSTextStorage, Bindings and Core Data
  • Next by thread: Misc Binding issues
  • Index(es):
    • Date
    • Thread