all groups > macromedia flash flash remoting > august 2004 >
You're in the

macromedia flash flash remoting

group:

urgent::: Projector + cross-domain.xml


urgent::: Projector + cross-domain.xml Mykoo
8/26/2004 11:18:52 AM
macromedia flash flash remoting: I'm developing a desktop standalone projector application in which:

1-the client's computer, connected to the web, is running the flash app (as a
projector)
2- flash is sendingAndLoading with a php script on the server which will write
some xml and send it back to flash for confirmation.

anyway the urgency of the question is:
Will I need to place a cross-domain.xml doc at the host? if so, Where in
relation to the root of the site? and also...what domain is ' allow' in the
cross-domain.xml considering it's a standalone drumming out the vars ?
Re: urgent::: Projector + cross-domain.xml brightFlash
8/30/2004 6:05:48 AM
hi
i cant understand why cross-domain.xml
write clearly, so that i can do something, b'coz right now i too working on the same.
Re: urgent::: Projector + cross-domain.xml jameslyon
8/30/2004 5:05:34 PM
Projector files shouldn't require a cross-domain.xml. Only swf's embedded in
web pages are limited by this security feature.

An example of a cross-domain.xml for anyone who needs it:

<?xml version="1.0"?><!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="www.macromedia.com" />
<allow-access-from domain="macromedia.com" />
<allow-access-from domain="*.macromedia.com" />
<allow-access-from domain="www.flashist.com" />
<allow-access-from domain="flashist.com" />
<allow-access-from domain="*.flashist.com" />
</cross-domain-policy>

You'll need to add any or all subdomains that could possibly connect to the
flash remoting class; This means that any site that uses the swf embedded in
their page will need to be added.
Re: urgent::: Projector + cross-domain.xml Mykoo
8/30/2004 7:43:18 PM
James, thank you. : )

AddThis Social Bookmark Button