These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#51 2008-03-06 17:09:05

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

Can you post a link to the slideshow? If you'd rather not post it here, you can email me the link at the address below. It's much easier to troubleshoot that way.


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#52 2008-03-07 07:01:19

salisalaam
New Member
Registered: 2006-10-06
Posts: 5

Re: All about crossdomain.xml

Actually, it turns out the problem I had was with ModRewrite in Apache. It has something to do with the .htaccess file setup. I thought I had it working but apparently it was just my cache i was looking at.

Anyway i need the correct .htaccess setting to pass along a request for the crossdomain.xml

Last edited by salisalaam (2008-03-07 07:06:51)

Offline

 

#53 2008-03-07 12:54:41

daghenning
New Member
Registered: 2008-01-23
Posts: 4

Re: All about crossdomain.xml

I am using it on gudmundurjonsson.no
which works fine. but as soon as I go through www.gudmundurjonsson.no, it doesnt work.
code is as follows;

<cross-domain-policy>
   <allow-access-from domain="http://gudmundurjonsson.no" />
   <allow-access-from domain="http://www.gudmundurjonsson.no" />
   <allow-access-from domain="http://gudmundurjonsson.com" />
   <allow-access-from domain="http://www.gudmundurjonsson.com" />
</cross-domain-policy>

What am I doing wrong? Files is uploaded to the root of the server, as-well as public_html / the folder where director is located.

Help is much appreciated,

dag

Offline

 

#54 2008-03-07 14:37:49

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

Try this:

<cross-domain-policy>
   <allow-access-from domain="gudmundurjonsson.no" />
   <allow-access-from domain="www.gudmundurjonsson.no" />
   <allow-access-from domain="gudmundurjonsson.com" />
   <allow-access-from domain="www.gudmundurjonsson.com" />
</cross-domain-policy>


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#55 2008-03-08 15:39:59

daghenning
New Member
Registered: 2008-01-23
Posts: 4

Re: All about crossdomain.xml

Didnt help.
Im writing it in bbedit, should be fine, no?

example of not working file:
http://gudmundurjonsson.no/projects/ba/ … r/ssp.html

Offline

 

#56 2008-03-08 16:15:39

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

When trying to access your site, I get a 500 error...


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#57 2008-03-09 23:51:44

mrbear
New Member
Registered: 2007-08-22
Posts: 2

Re: All about crossdomain.xml

I have purchased several copies of ssp_director but on one of our servers, I can't browse for content - it just freezes,  while on our virtual server it works just fine. So I got another domain just to host ssp_director for 5 or 6 clients. My question is, how do I set up ssp_d on subdomains? ( ie client-1.mynewdomain.com) I loaded it but it will not execute when I got to client-1.mynewdomain.com/ssp_director

Offline

 

#58 2008-09-21 00:04:13

emilymaye
New Member
Registered: 2006-08-18
Posts: 15

Re: All about crossdomain.xml

I think I have the right cross domain file but clearly there is an issue with it. I can see my slideshow without a www but not with.

emilymaye.com
http://www.emilymaye.com/crossdomain.xml

Offline

 

#59 2008-09-21 04:29:23

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

emilymaye wrote:

I think I have the right cross domain file but clearly there is an issue with it. I can see my slideshow without a www but not with.

emilymaye.com
http://www.emilymaye.com/crossdomain.xml

Your site works with and without the www for me. Try clearing your browser cache, it probably has the old crossdomain.xml file cached.


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#60 2008-09-21 16:44:42

emilymaye
New Member
Registered: 2006-08-18
Posts: 15

Re: All about crossdomain.xml

It works now, thank you!

Offline

 

#61 2008-09-21 23:00:57

kittykatkg
New Member
Registered: 2008-07-25
Posts: 1

Re: All about crossdomain.xml

Hi, I've read through the entire "All About Crossdomain" and have tried everything.  I'm using Flash CS3, I've created the crossdomain file in Dreamweaver and Notepad, but I still continue to receive the following flashing error, yet my SSP Director works fine:

It does not appear that you have created a crossdomain.xml file for this domain. Without this file, your slideshows may not load correctly when uploaded to your site. For more information, click here.

How can I get rid of this?

Offline

 

#62 2008-09-22 03:49:38

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

kittykatkg wrote:

Hi, I've read through the entire "All About Crossdomain" and have tried everything.  I'm using Flash CS3, I've created the crossdomain file in Dreamweaver and Notepad, but I still continue to receive the following flashing error, yet my SSP Director works fine:

It does not appear that you have created a crossdomain.xml file for this domain. Without this file, your slideshows may not load correctly when uploaded to your site. For more information, click here.

How can I get rid of this?

If your slideshows are working fine, you can suppress the error message by adding this to your config/user_setup.php file in Director:

Code:

define('XDOM_CHECK', false);

This only works in the latest version of Director, which is 1.2.5.


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#63 2009-03-30 00:19:21

hellblazer
Member
From: Melbourne, Australia
Registered: 2006-05-22
Posts: 28
Website

Re: All about crossdomain.xml

I'm getting the same problem.

Site url: www.visceralindustry.com

Offline

 

#64 2009-03-30 00:40:54

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

hellblazer wrote:

I'm getting the same problem.

Site url: www.visceralindustry.com

Your crossdomain.xml has this:

<?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="http://visceralindustry.com" />
   <allow-access-from domain="http://www.visceralindustry.com" />
</cross-domain-policy>

Change that to only:

<cross-domain-policy>
   <allow-access-from domain="visceralindustry.com" />
   <allow-access-from domain="www.visceralindustry.com" />
</cross-domain-policy>


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#65 2009-03-30 01:00:12

hellblazer
Member
From: Melbourne, Australia
Registered: 2006-05-22
Posts: 28
Website

Re: All about crossdomain.xml

Hi Brad,

It still does the same.

Contents of crossdomain.xml:

<cross-domain-policy>
   <allow-access-from domain="visceralindustry.com" />
   <allow-access-from domain="www.visceralindustry.com" />
</cross-domain-policy>

Offline

 

#66 2009-03-30 01:48:06

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

hellblazer wrote:

Hi Brad,

It still does the same.

Contents of crossdomain.xml:

<cross-domain-policy>
   <allow-access-from domain="visceralindustry.com" />
   <allow-access-from domain="www.visceralindustry.com" />
</cross-domain-policy>

What exactly is the problem? Is a slideshow not working, or something else?


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#67 2009-03-30 02:51:52

hellblazer
Member
From: Melbourne, Australia
Registered: 2006-05-22
Posts: 28
Website

Re: All about crossdomain.xml

It flashes red at the SSP Director 'Snapshot' page. Haven't fully tested a 'live' gallery yet...

Offline

 

#68 2009-03-30 03:03:10

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

hellblazer wrote:

It flashes red at the SSP Director 'Snapshot' page. Haven't fully tested a 'live' gallery yet...

Did you try this?

http://wiki.slideshowpro.net/SSPdir/CP- … ainWarning


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#69 2009-03-30 03:15:53

hellblazer
Member
From: Melbourne, Australia
Registered: 2006-05-22
Posts: 28
Website

Re: All about crossdomain.xml

...that fixes it.

Thanks for your help Brad, I'm sure you've had to answer the same old questions over and over.

Appreciate your assistance.

Offline

 

#70 2009-05-02 05:10:22

leoromanovsky
New Member
Registered: 2009-03-20
Posts: 3

Re: All about crossdomain.xml

Hello,

I'm having the same grey box problem and have tried the advice in the forum.

My site (Joomla + EasySSP) is at:
http://02d6de1.netsolhost.com/site/

My SSP Director is at:
http://02d6de1.netsolhost.com/ssp_director

Finally, my crossdomain.xml file:
http://02d6de1.netsolhost.com/crossdomain.xml

Thank you for any help you can provide.

Offline

 

#71 2009-05-02 06:09:02

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

leoromanovsky wrote:

Hello,

I'm having the same grey box problem and have tried the advice in the forum.

My site (Joomla + EasySSP) is at:
http://02d6de1.netsolhost.com/site/

My SSP Director is at:
http://02d6de1.netsolhost.com/ssp_director

Finally, my crossdomain.xml file:
http://02d6de1.netsolhost.com/crossdomain.xml

Thank you for any help you can provide.

That slideshow works fine for me, have you tried clearing your browser cache?


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#72 2009-09-04 23:53:19

skaetman
New Member
Registered: 2009-09-04
Posts: 1

Re: All about crossdomain.xml

Hi,

My gallery / navigation bar does not react to mouseklicks.
I have installed SlideshowPro for Flash, standalone version, installed the crossdomain, all files are in the place where the should be.
This is my testsite: http://www.photorotic.de/index.php?opti … ;Itemid=11

If I roll over with the mouse there is no reaction at all.

I hope anybody can help.

Thanks.

Offline

 

#73 2009-12-15 01:35:38

urbankings
New Member
Registered: 2008-10-24
Posts: 4

Re: All about crossdomain.xml

Hello,

I have a question and have tried everything..  I have several sites using various SWF.. Here is my problem..

My ssp director is here . www.urbankingsinc.com/ssp_director
I have a flash file here www.oldenglishbrand.com

My SWF file does not work on OLD ENGLISH BRAND only on Urbankingsinc.com. I have added the crossdomain.xml file to the root of urbankings and Old English Brand and still nothing.. I even added the original ftp server name since am with godaddy and it lets me mask the url. Is it possible to have a SWF file on a different server period?

This is how it looks like

<cross-domain-policy>
   <allow-access-from domain="urbankingsinc.com" />
   <allow-access-from domain="www.urbankingsinc.com" />
   <allow-access-from domain="cshpartners.com" />
   <allow-access-from domain="www.cshpartners.com" />
   <allow-access-from domain="oldenglishbrand.com" />
   <allow-access-from domain="www.oldenglishbrand.com" />
</cross-domain-policy>

I have spent over 7 hours, yes seven sounds crazy but this is my last hope.

Thanks in advance
Jaime

Offline

 

#74 2009-12-15 03:48:43

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: All about crossdomain.xml

Jaime - The SWF on http://www.oldenglishbrand.com/ works fine for me. I'm looking at the one on the main page, is there another one that isn't working? Also, try clearing your browser cache and see if that helps. Finally, I'd recommend upgrading your install to the latest version, as there were some cross domain issues in early build of 1.4.0 like yours.


Brad Daily
support.director[at]slideshowpro.net

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson