Export Scripts

Export Scripts help automate workflows involving Tumult Hype’s output. Once installed, they add an item in the 'File > Export as HTML' menu and extend Tumult Hype’s UI allowing modifications to the outgoing HTML5 content. Export Scripts can be developed by anyone and augment functionality in Tumult Hype.

Extend

After installing an Export Script, new user interfaces become available in Tumult Hype.

Export Preferences
Shows installed Export Scripts and gives access to where they are stored.
Export as HTML5 Menu
Export Scripts may add items in the
'File > Export as HTML5' menu.
Preview Menu
Preview Export Script output by checking its item in the preview toolbar menu.
Advanced Export
Apply the Export Script to a Slice in Advanced Export for batch exporting.
Document Variables
Export Scripts can expose variables in the Document Inspector to be set by the user and are passed back to the script.
Extra Actions
Event handlers can have custom actions that tie back to the export via JavaScript.
Extra Action Arguments
These actions can also have arguments that are set by the user and passed to the function.

Download

Get these pre-made Export Scripts for common workflows.
The Installer package automatically puts them in the right place.

Google Studio
(DoubleClick Studio)
by Tumult Inc. — source code
DoubleClick Studio Rich Media ads, now known as Google Studio. Use Enabler.js.
Google Campaign Manager 360
(DoubleClick Campaign Manager)
by Tumult Inc. — source code
HTML5 DCM Ads, now known as Google Campaign Manager 360. Uses clickTag and an exit action.
Validate here.
Google Ads
(AdWords)
by Tumult Inc. — source code
AdWords, now known as Google Ads. Also compatible with AdMob.
Validate here.

Sizmek
by Tumult Inc. — source code
Sizmek MDX Workspace HTML5 ads.
AdForm
by Raphael Walser. — info page
Create banner ads for AdForm Studio. Purchase required.
HPUB
by Tumult Inc. — source code
HPUB format for Paperlit digital publishing platform.

Delta Projects
by Tumult Inc. — source code
Produce ads for the DeltaProjects platform.
Emerse
by Tumult Inc. — source code
Produce ads for the Emerse platform.
AppNexus (Standard)
by Tumult Inc. — source code
Xandr AppNexus Standard Ads based on this specification.

Axel Springer
by Tumult Inc. — source code
Ads for Axel Springer Verlag which wrap the main Hype content in an <a> tag and expect a clicktag and target in the URL query string.
Adfox
by Tumult Inc. — source code
Produce HTML5 ads for Yandex Adfox.
The Trade Desk
by Tumult Inc. — source code
Produce HTML5 ads for TTD.

IAB Polite Ad
by Tumult Inc. — source code
Produce HTML5 ads that meet IAB Standards and use a polite load. Expects clickTag and target query parameters in the URL.
Organized Assets
by Tumult Inc. — source code
Exports with assets in a folder structure similar to the defunct Adobe Edge Animate (images/, media/, js/).
Wrapping
by Photics — product page
Convert your Tumult Hype projects to macOS & iOS apps (Xcode) with this standalone App and Export Script. It wraps your project into a WKWebView.

Note: If you are using a python-based export script from a different source, you may need to additionally install the Python Export Script Enabler and Hype 4.1.8 or later.

Develop

Export Scripts can be shell, python, or ruby scripts.

Read developer documentation and see sample code on GitHub.