Page 1 of 1

imagevue filemod external swf file

Posted: 14 Feb 2011, 06:03
by grimurnet
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/

Re: imagevue filemod external swf file

Posted: 15 Feb 2011, 03:00
by mjau-mjau
You should be able to use:
Code
path=guestbook/guestbook.swf
Not sure why you need to add the entire domain ...

Re: imagevue filemod external swf file

Posted: 15 Feb 2011, 04:37
by grimurnet
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?

Re: imagevue filemod external swf file

Posted: 15 Feb 2011, 07:32
by mjau-mjau
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.