Search…

X3 Photo Gallery Support Forums

Search…
 
dirceulima
Topic Author
Posts: 16
Joined: 02 Aug 2011, 13:44

Filemods & Flashvars - Lastest version 2.8.4

09 Nov 2012, 14:37

Hello everyone!

We are making some tests with filemods and one Twitter app.

We set up into Start Page: http://ddd.nazzaren.com/#/start/

But SWF does not load correctly... This Twitter app loads informations from 2 XML that we pass by FLASH VARS

This is the SWF that we are trying: http://ddd.nazzaren.com/flashvars.html

So could you help to find the reason of problem?

Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Filemods & Flashvars - Lastest version 2.8.4

11 Nov 2012, 02:31

First of all, you if that is actionscript 3.0 (likely it is), then you simply cannot load it into Imagevue X which is actionscript 2.0. Also, even if you could, it might not work because some SWF files just cant be loaded into another with problems.

Why not use the lightbox instead which opens anything in a window hovering over the SWF?
https://www.photo.gallery/documentation/lightbox/
In this case, you would not need to use flash at all and can instead use any JS/ajax solution.