Yes, I have looked at many examples already. However, none of the specifically state where the crossdomain.xml file needs to be? Since I am running a virtual host I fear that it may get confused on where to look for the file. Maybe its trying to look for it on port 80 since I am running on port 8889.

<VirtualHost *:8889>


DocumentRoot /var/www/html/apiexample
ScriptAlias /cgi-bin/ "/var/www/html/apiexample/scripts/"
SetEnv PYRO_STORAGE /tmp
<Directory "/var/www/html/apiexample/scripts/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

</VirtualHost>



On Jan 20, 2009, at 1:28 PM, Teddy R. Payne wrote:

Have you tried the knowledge base from Adobe?

Just a quick cursory search provided the following link:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213&sliceId=2

This is dated in March 2008, but it provides kind of a primer towards the middle of the page about when and what you need to consider, plus some examples.

Teddy

-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by FusionLink
-------------------------------------------------------------




-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the 
subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to