Sie sind nicht angemeldet.

Red

Schüler

  • »Red« ist der Autor dieses Themas

Beiträge: 99

Wohnort: Australia

Beruf: Virtual tour creator, VR app developer

  • Nachricht senden

1

Montag, 4. August 2014, 10:11

E-card not opening after skin_showthumbs action

Hi,

Wondering if anyone can shed some light on this.
I used the vtour droplet to create a tour with thumbnails. Client also wanted the e-card plugin knowing it only works in Flash.

I know the plugin is dated but it works fine except for once the thumbnails are opened. Then when clicking on the icon to open the ecard feature, it just doesn't open anymore.

The ecard still works okay when showing and hiding the vtour skin as well as other actions so I think I've narrowed it down to a clash with the "skin_showthumbs" action in the vtourskin.xml. I understand it might be an issue with compatibility on the plugins side but just wondering if anything in the below code could possibly be causing the issue.

Quellcode

1
<action name="skin_showthumbs">		if(%1 == null, if(layer[skin_thumbs].state == 'closed', set(show,true), set(show,false)); , set(show,%1); );		mul(mh, layer[skin_scroll_layer].pixelheight, -1);		if(layer[skin_scroll_layer].y == -100%, copy(layer[skin_scroll_layer].y,mh));		if(show,			set(layer[skin_thumbs].state, 'opened');			add(mh, layer[skin_thumbs].height);			tween(layer[skin_scroll_layer].y, get(mh), 0.5, easeOutQuint);			set(layer[skin_thumbs_container].visible, true);			tween(layer[skin_thumbs_container].alpha, 1.0, 0.25);		  ,			set(layer[skin_thumbs].state, 'closed');			tween(layer[skin_scroll_layer].y, get(mh), 0.5, easeOutQuint, set(layer[skin_thumbs_container].visible, false););		  );	</action>




Please also take a look at tour here to reproduce. Camera icon in the top left corner opens the e-card.
Thanks for any help guys as I'm stumped!

Red
Red

Red

Schüler

  • »Red« ist der Autor dieses Themas

Beiträge: 99

Wohnort: Australia

Beruf: Virtual tour creator, VR app developer

  • Nachricht senden

Beiträge: 602

Wohnort: Sachsen

Beruf: Webdesigner- und entwickler sowie Fotodesigner

  • Nachricht senden

3

Donnerstag, 11. September 2014, 15:32

Hi Red,
do you have an actually demo of your problem?

Please show your embed code and the position of embedding.