Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Created May 29, 2015 20:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themorgantown/abe5f22c8f02b90b1c2f to your computer and use it in GitHub Desktop.
Save themorgantown/abe5f22c8f02b90b1c2f to your computer and use it in GitHub Desktop.
Oam Widget Demo
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://openajax.org/metadata" spec="1.0" id="tag:adobe.com,2012-03:edge:oam:compid:mydocument" name="mydocument" version="1">
<description type="text/html"><![CDATA[Widget Exported from Tumult Hype]]></description>
<category name="Adobe Edge Animation"/>
<remarks>Compatible with: InDesign CC, Dreamweaver CC, Muse</remarks>
<!--
Line 15 defines the poster image. By default, it is the current position of the playhead during export.
-->
<icon src="Default.png" width="600" height="400" />
<require type="image" src="Default.png" />
<require type="other" src="mydocument.html" />
<require type="folder" src="mydocument.hyperesources" />
<require type="other" src="mydocument.hyperesources/E18353-restorable.plist" />
<require type="javascript" src="mydocument.hyperesources/HYPE-466.full.min.js" />
<require type="javascript" src="mydocument.hyperesources/HYPE-466.thin.min.js" />
<require type="javascript" src="mydocument.hyperesources/mydocument_hype_generated_script.js" />
<require type="image" src="mydocument.hyperesources/shot1.jpg" />
<require type="image" src="mydocument.hyperesources/shot1@2x.jpg" />
<content><![CDATA[
<div></div>
]]></content>
<properties name="Properties">
<property name="default-width" defaultValue="600" hidden="true"/>
<property name="default-height" defaultValue="400" hidden="true"/>
<property name="resizable" defaultValue="false" hidden="true"/>
<property name="use-chrome-frame" defaultValue="false" hidden="true"/>
<property name="chrome-frame-installer" defaultValue="" hidden="true"/>
<property name="centering" defaultValue="none" hidden="true"/>
<property name="scaling" defaultValue="none" hidden="true"/>
<property name="html-page" defaultValue="mydocument.html" hidden="true"/>
</properties>
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment