Search…

X3 Photo Gallery Support Forums

Search…
 
grimurnet
Experienced
Topic Author
Posts: 360
Joined: 17 Dec 2010, 04:50

imagevue filemod external swf file

14 Feb 2011, 06:03

Hi I was wondering is it not possible to put a path like this using custom filemod (path=http://grimur.net/guestbook/guestbook.swf) into my subdomain http://portfolio.grimur.net ?

Check it out here:
http://portfolio.grimur.net/#/files/Guestbook/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: imagevue filemod external swf file

15 Feb 2011, 03:00

You should be able to use:
Code
path=guestbook/guestbook.swf
Not sure why you need to add the entire domain ...
 
grimurnet
Experienced
Topic Author
Posts: 360
Joined: 17 Dec 2010, 04:50

Re: imagevue filemod external swf file

15 Feb 2011, 04:37

mjau-mjau wrote:You should be able to use:
Code
path=guestbook/guestbook.swf
Not sure why you need to add the entire domain ...
Now it is able to display the guestbook but it is not functioning the way it should, can that be because it is using a xml file to write to and to read from?
I have a question regarding guestbook, will it be in X2.7?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: imagevue filemod external swf file

15 Feb 2011, 07:32

Your guestbook may not working if it is trying to call scripts in the wrong location. When the guestbook is loaded into another SWF like Imagevue, it will try to load data/PHP from the root of the SWF file location (which is not the same as the location of the guestbook.swf). I see your guestbook is trying to load this:
http://portfolio.grimur.net/guestbook.xml?uniq=4879

Either this file is not there, or it is protected. Most likely, you have it in your guestbook folder instead. How many files is in this guestbook module altogether? Easiest would be to just move them all to root. Maybe you can just move the XML file to root.

I hope we will be adding a guestbook to Imagevue X2.7. We just have to make sure this is currently feasible, because it means we have to create an entirely new plugin for this, including an admin that can manage all entries.