Ganizor Content
Ganizor custom content will allow you to further personalize your interactive project, and pre-configure common requirements for Flash Websites and Desktop Applications.
(Image above may not reflect actual Environment Options)
IMPORTANT: You MUST
enable Customize with Export Kit Pro to edit Environment Options.
DOCTYPE
This is the HTML5 doctype for rendering web pages. If you need support for older browsers, you can change this value to the standard HTML doctype. By default this value is set to:
1 | <!DOCTYPE html> |
Read more about DOCTYPES.
Host Path
This is the default server host path for projects which require absolute image paths. By default this value is set to:
1 | //localhost/ftml-www/ |
Image Path
This is the default image path for projects which require absolute image paths.
Namespaces
This defines the default namespaces used by the markup. By default this value is set to:
1 | xmlns:mxml="components.mxml.*" xmlns:ftml="//www.mrrich.net/rui/" xmlns:commands="components.mxml.commands.*" xmlns:themes="components.mxml.themes.*" xmlns:fscript="components.mxml.fscript.*" |