These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
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.
Offline
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
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
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>
Offline
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
When trying to access your site, I get a 500 error...
Offline
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
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
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.
Offline
It works now, thank you!
Offline
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
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:
define('XDOM_CHECK', false);This only works in the latest version of Director, which is 1.2.5.
Offline
I'm getting the same problem.
Site url: www.visceralindustry.com
Offline
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>
Offline
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
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?
Offline
It flashes red at the SSP Director 'Snapshot' page. Haven't fully tested a 'live' gallery yet...
Offline
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
Offline
...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
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
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?
Offline
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
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
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.
Offline