How can I embed the icons for the navigation widget? the config file looks like this,
and I'll like to embed the icons in the swf.
<?xml version="1.0" ?>
<configuration>
<panwheel visible="true" fullexticon="i_globe.png" />
<prevextbutton visible="true"/>
<nextextbutton visible="true"/>
<panbutton visible="true" icon="i_pan.png" />
<zoominbutton visible="true" icon="i_zoomin.png" />
<zoomoutbutton visible="true" icon="i_zoomout.png" />
</configuration>