2024-01-25 08:04 AM
I'm trying to develop a simple Flash tool for my company using the CubeProgrammer_API.dll.
I got most things working so far, but I can't get the External Loaders to work.
CubeProgrammer_API exposes some functions like:
But ther is no place to pass a specific loader to a function like 'downloadFile' or to select one of the 91 Loaders provided by CubeProgrammer.
How can I select one loader for my project using the CubeProgrammer_API?