Skip to main content
April 15, 2011
Question

Stop application from loading when unloaded.

  • April 15, 2011
  • 1 reply
  • 780 views

When I unload an application say live for example. And a user loads fmle and goes to load the live

application it starts it automatically. How can I prevent this. I want to be able to prevent it from loading

automatically. When a user reaches their bandwidth limit I want to make sure they can't just use the

application anyway. Thanks!

    This topic has been closed for replies.

    1 reply

    April 17, 2011

    Is there no way to do this? It makes no sense that you can't turn off a application.

    Graeme Bull
    Community Expert
    Community Expert
    April 18, 2011

    This has to be coded by hand. As for the live app that is installed by default, you have to remove the main.far file and change up the main.asc file to check if it can start up or not. This part has to be coded by hand, maybe creating a text file or shared object within the app, have it check that on start up for a particular value and reject connections or not based on that. This will only work with the Interactive version.