Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • Autostart flash application
      Thread posted Oct 15 by M_at
      328 Views, 2 Comments
      Title:
      Autostart flash application
      Content:

      I have a requirement for a flash application running under FMIS to automatically start.

      But I'm not sure how to enable this or even if it is possible.

      Can anyone guide me in the right direction?

      Thanks, Matt.

    Comments

    • I dont know of a way off hand to make it possible.

      I think there is some semi reliable ways to make the app stay active and not close, but I cant think of anything to have it start automatically without building a flash client or something with maybe the admin API.

    • You can always put a custom Application.xml file in the application directory with the loadOnStartup to true... this will start the _defInst_ of the application.. maybe that would be good enough?

      <LoadOnStartup>true</LoadOnStartup>