Class Definition AS3
package {
import flash.display.*;
import flash.net.*;
import flash.filters.*;
import flash.events.*;
import flash.geom.*;
public class Home extends MovieClip {
public function Home() {
}
}
}
Adobe ICE Javascript Tag
<script src="includes/ice/ice.js" type="text/javascript"></script>
Added to Misc by Stephen Way
Adobe ICE HTML Tag
<html xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml" xmlns:ice="http://ns.adobe.com/incontextediting">
Added to Misc by Stephen Way
Sitemap XML
<?xml version=”1.0” encoding=’UTF-8’?>
<urlset xmlns=’http://www.sitemaps.org/schemas/sitemap/0.9’>
<url>
<loc>http://www.site.com/</loc>
<lastmod>2008-11-04</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
</urlset>
Added to Misc by Nikos Mouratidis
Basic MXML
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
horizontalAlign="center" verticalAlign="middle"
width="800" height="600"
<mx:Panel
paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10"
title=""
</mx:Panel>
</mx:Application>
Added to Misc by Nathan Haskins
MODx: Wayfinder standard
[!Wayfinder?startId=`0`! &level=`2` &outerTpl=`outerTpl`]]
Added to Misc by Esben Thomsen