Hello,
When i create a new project, i get this warning upon publishing
Gaia Framework (AS3) v3.2.6
* Warning * "About" is not permitted in Flash context menus
i just edited the xml nothing more
here is my xml
<?xml version="1.0" encoding="UTF-8"?>
<site title="Gaia Framework Site: %PAGE%" menu="true">
<page id="index" src="index.swf">
<page id="nav" src="nav.swf" depth="top">
<page id="home" title="Home" src="home.swf" menu="true" />
<page id="about" title="About" src="about.swf" menu="true" />
<page id="contact" title="Contact" src="contact.swf" menu="true" />
</page>
</page>
</site>
the About page shows inside of flash (and i can navigate from that page to another) but not in the browser, what does it mean ?
Hope someone can help me.
Thanks