OK, to set the scene I am using FileReference to upload video files as per the tutorial on Kirupa, apart from the fact that i’ve adapted to use ASP instead of PHP.
This works fine… first hurdle accomplished
Then i realised that i want the uploaded video files to be FLA’s… d’oh. Anyway i have the opportunity to get some software similar to Flash Video MX server http://www.flash-video-mx.com/flv_encoder_sdk/ and so i downloaded the trial, setup some asp gubbins and that all works dandy and converts the files on the fly.
Now im trying to combine the 2!
I have added the conversion asp to the end of the upload code and it all gets nicely converted, im just stuck at how to report back to the flash movie about what is happening.
OK so my question, after all the scene setting nonesense: is it possible for FileReference to pass back a variable from my asp page into the flash movie?
cheers