AdChiosk Flash Help

Overview
Registering and Playing
Main Components
Points
Import swf, bitmap and media
Movie Clips
Animating
Frames and Levels
Basic Parameters


Overview

AdChiosk Flash is a collective group of effects that play from AdChiosk main to the screen transparently at a specific location, size and a predefine time period. As in AdChiosk main, it allows an entering and a leaving points from which it can dart in and out of the screen according to your needs. It can also play your swf file ( created from other tool ) with the above features by using the ride effect, therefore providing you the flexibility to create your own flashes with minimun effort.


Registering and Playing

goto Index

Main Components

All AdChiosk flash effects support a consistent sets of main parameters, taken from each inidividual effects parameter xml files. The main components consisit of a parameter tag where you specifiy the values for it's primary theme, followed by the various components below.

goto Index

Points

Points are fundamental part of AdChiosk Flash, almost everywhere you uses a set of points or path to dictate the movement of themes, clips or drawing of irregular shape objects or clips. All points are relative to it's parent rectangle.

goto Index

Importing

You can import clips, embeded fonts in swf file, bitmap and media clips into AdChiosk flash with a reference name. When you created the movie clips into your swf file, you must have the export for actionscript click and assign a linkage name. For fonts, you need to have it embeded.

goto Index

Movie Clips

AdChiosk flash effect can import movieclips from swf file or by creating them from bitmap files or from shapes that your define. All these must be define within the enclosing "Clip" tag.

goto Index

Animating Clips

Animating of clips can occur by inserting the following Tags under the clip.

goto Index

Frames and Level

Each of the main components supports a starting frame where you can dictate it's order to be place on screen eg, you may want put the brush component to sets the foundation first and then the guest component and finally main. If there are no imports the level/depth of each movie clip will stack up on top of the previous.

When you import a bitmap file, you can set a level ( depth ), that's fine, however for importing a swf file with many library assets, it is not possible to assign a level to each, instead all these will be imported into a single level. So you may have to split up your assets into many swf files when needed.

goto Index

Basic Parameters

The follwing list some the common and basic parameters share by majority of the flash effects, please refer to the xml file for more specific documentation. All AdChiosk flash effect plays at 12 frames per seconds. As every effects depends on the number of frames or seconds to play, you must define either a cutoff-frames or cutoff-time. Most effects would exit gracefully base on the cutoff, however, the timeout parameter may be needed for dynamic scheduling in AdChiosk main to ensure it does not exceed a certain schedule time period.

  • timeout - the final timeout in seconds
  • cutoff-frames - number of frames
  • cutoff-time - number of seconds
  • start-frame - frame to begin, default 1
  • x - the top left x coordinate of placing this effect
  • y - the top left y coordinate of placing this effect
  • width - window width of this effect
  • height - window height of this effect
  • qty - quantity
  • sound - name in the Media Tag
  • goto Index