Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Swf with links HELP


Go to End


4 Posts   1066 Views

Avatar
switchie-scarecrow

Community Member, 3 Posts

13 August 2009 at 12:57pm

I just started taking a web design class this year and I'm making a student portfolio. I'm using a really cool gallery on one of the pages, it's a swf and it links to the pictures for a gallery through a list in a notepad++ doc(where all the links are located). Everything is in the right place, but I believe silverstripe is blocking the swf from accessing the links. Is there anyway I can bypass this?

btw, the gallery is here: http://www.no3dfx.com/polaroid/

I would be really grateful for help,
thanks,
tash.

Avatar
Hamish

Community Member, 712 Posts

13 August 2009 at 7:14pm

Unlikely.

I can't see any issues, the flash animation seems to work fine. What is wrong with it exactly?

Please post code and/or a more detailed description of the error.

Avatar
switchie-scarecrow

Community Member, 3 Posts

14 August 2009 at 1:53pm

Sorry that's just the site the gallery is from, the site I'm using it on is here: http://www.hitstate.net/chanelharvey/photography/

Avatar
Hamish

Community Member, 712 Posts

14 August 2009 at 2:05pm

Install Firebug, it will help you debug these sorts of issues.

The problem is that the browser can't access photos.xml. Probably this is your .htaccess file. You should have a line that lists (\.png)|(\.js).. add (\.xml) to this list.