Search…

X3 Photo Gallery Support Forums

Search…
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Ipad-Iphone version

21 Jun 2011, 05:03

As you have advice in other posts, I have created 2 html files from the source code to include in "hard coding" the theme and language I want to use.

I've add this parameters in the source code :

flashVars.language = 'french';
flashVars.theme = 'perso';

You can see it here :

http://bit.ly/ijO7sE
http://bit.ly/kdf86X

I don't have any problem on windows (FF, IE) but my gallery can't be see on iphone or ipad.

Thanks in advance for your help and for all your work on imagevue
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Ipad-Iphone version

21 Jun 2011, 07:46

MikeR wrote:I've add this parameters in the source code :
flashVars.language = 'french';
flashVars.theme = 'perso';
I don't have any problem on windows (FF, IE) but my gallery can't be see on iphone or ipad.
Just for information: I also hardcoded the way you did, but my gallery can be seen op iPad (as I'm being told by someone else)..
Could it be the location in the code where you did put the hardcoded flashVars ?
I put them just before the call to the imagevue.swf....
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Ipad-Iphone version

22 Jun 2011, 00:38

I guess we should push auto-detection forward because like this it just won't work. Gotta think about this.

Right now what you can do is use ?language= for the secondary language and the original imagevue.
Or try to add
Code
<script>window.location.href="/imagevue/?/"</script>
to the text being replaced with flash. This way if swfobject won't work gallery will redirect to html.
firedev.com