<?xml version="1.0" encoding="utf-8" ?>
<configXML>
<App>PictureSnap</App>
<AppURL>PictureSnap.swf</AppURL>
<version>1.0</version>
<Parameters>
<Parameter>
<Name>prepost</Name>
<Value>prepost.php</Value>
</Parameter>
<Parameter>
<Name>download</Name>
<Value>download.php</Value>
</Parameter>
<Parameter>
<Name>picWidth</Name>
<Value>1024</Value>
</Parameter>
<Parameter>
<Name>picHeight</Name>
<Value>786</Value>
</Parameter>
<Parameter>
<Name>navigateToUrl</Name>
<Value>yes</Value><!--no: the app needs to send the pic on the background, yes: if it needs to go to an other website; if wrong parameter is given: no -->
</Parameter>
<Parameter>
<Name>navigateParameter</Name>
<Value>navigate</Value><!-- name of the parameter that gets passed on to php containing the navigateToUrl parameter -->
</Parameter>
<Parameter>
<Name>navigate</Name>
<Value>blanc</Value><!-- if navigateToUrl == yes than open in new window: blanc, own window: self.  if wrong parameter is given: self-->
</Parameter>
</Parameters>
</configXML>
