Imagine SPLAX Action Plugin (v1,0,0,0)
Finally, it's ready for use! I know some people have been waiting for this
to be finished, so here it is. Included in the file are the plugin files, an example
and the manual.
Soon on the AMS Directory when IR approves.
Information
This plugin, for Autoplay Media Studio 8, allows the user to display one or
more splash images in AMS. There are several modes you can use for this.
Some extra's are available in this plugin. For example, you can allow the user to skip the image by clicking on it. One click is enough, however your application will not be notified of the image disappearing. You can check for it's visibility by using SPLAX.IsVisible.
You can also pass a URL (there are restrictions on the allowed URL formats) to be opened when the user clicks the image. This will not override the Skip setting, so when Skip is enabled and you have used an URL, it will both open the URL and close the image. A tooltip will appear on the image when an URL was used, to indicate where the user will be directed to.
The image supports BMP and PNG images, the PNG images may have any format:
The alpha-channel in images will be visible.
Links
Info & Download: http://www.imagine-programming.com/Product/22/
Support: http://www.imagine-programming.com/Contact/
Finally, it's ready for use! I know some people have been waiting for this
to be finished, so here it is. Included in the file are the plugin files, an example
and the manual.
Soon on the AMS Directory when IR approves.
Information
This plugin, for Autoplay Media Studio 8, allows the user to display one or
more splash images in AMS. There are several modes you can use for this.
- Timeout
While not locking the application, show the image for xx milliseconds. - Wait
This will lock the application and show the image for xx milliseconds. The application continues when the image disappears. - Until Stop
This simply shows the image until you manually stop it. Stopping can be done using SPLAX.Stop. If you allow skipping, it will stop when the user clicks the image.
Some extra's are available in this plugin. For example, you can allow the user to skip the image by clicking on it. One click is enough, however your application will not be notified of the image disappearing. You can check for it's visibility by using SPLAX.IsVisible.
You can also pass a URL (there are restrictions on the allowed URL formats) to be opened when the user clicks the image. This will not override the Skip setting, so when Skip is enabled and you have used an URL, it will both open the URL and close the image. A tooltip will appear on the image when an URL was used, to indicate where the user will be directed to.
The image supports BMP and PNG images, the PNG images may have any format:
- 24 bits
- 32 bits
- 32 bits + alpha
- anything.
The alpha-channel in images will be visible.
Links
Info & Download: http://www.imagine-programming.com/Product/22/
Support: http://www.imagine-programming.com/Contact/
Comment