Corey
You are correct the doc's are a little confusing at first, but just start with
the basic examples first then move forward.
The policy goes in the webroot of the resource you are requesting from NOT the
webroot of flex app.
Example: (This is a very simply example. you should read the docs)
Site A (no DB, no (cf,perl,asp,phython etc) with Flex app that gets data from
Site B (webservices,xml etc).
Site B is where you place the cross domain policy.
The policy should contain Site A information (ip address, port, authentication
etc).
Robert Lash
-------------- Original message ----------------------
From: Corey Osman <[email protected]>
> 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
> -------------------------------------------------------------
--- Begin Message ---
| 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: 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 FusionLink
-------------------------------------------------------------
|
--- End Message ---