08-03-2011 11:40 AM
Alright, I have a flex component I'm trying to interface with the Media API, specifically the search_videos.
I'm currently using URLRequest to send and recieve data from Brightcove. This comes with a problem which I'm hoping I can get help solving. I can't seem to send duplicate instances of the same argument.
For instance, the search_videos function allows you to SORT_BY multiple arguments, and you can use multiple ANY arguments as well to use in the search functioniality.
Does anyone know how to allow URLRequest and it's subsequent URLVariable to send multiple cases of "SORT_BY" or "ANY' arguments? I'm currently getting around this by calling search_videos multiple times and comparing/combining the results but I shouldn't have to do this, and it's very inefficient.
Thanks,
Geoff
09-19-2011 11:53 AM
Hello Geoff,
Apologies for not getting back to you sooner. I wrote an Actionscript Brightcove Media API SDK that may be what you are looking for. You can find it here: https://github.com/orbitalz/BrightAction. I'm actively developing it so if there are features you would like to see, please let me know.
Best,
al
