You are not logged in.

publicitarios360

Intermediate

  • "publicitarios360" started this thread

Posts: 324

Location: Habana, Cuba

Occupation: Architect, Photographer.

  • Send private message

1

Tuesday, January 9th 2018, 4:47pm

[SOLVED] Urgent Help Please: The stand alone flash no compile o include a .png file

Hi, the standalone flash created by krpanotools>>>protect tools>>>embed files>>>encrypted all embedded files>generated viewers, fails to include the vtourskin-light.png:

ERROR: download of "skin/../vtourskin-light.png" failed

Of course If I include the skin folder with this files inside it works, but isnot a clean solution.

Please how to solve?

Thanks at advanced,

Fernando.

This post has been edited 1 times, last edit by "publicitarios360" (Jan 9th 2018, 7:30pm) with the following reason: solved


publicitarios360

Intermediate

  • "publicitarios360" started this thread

Posts: 324

Location: Habana, Cuba

Occupation: Architect, Photographer.

  • Send private message

2

Tuesday, January 9th 2018, 7:29pm

The solution:


If you need standalone .swf without skin folder:
Edit vtourskin.xml:
In the section <!-- skin styles -->
Comment:

<!-- skin_base - the base skin image -->
<!-- <style name="skin_base" url="calc:vtourskinxmlpath.url + skin_settings.design_skin_images" /> -->

Add this line instead:

<style name="skin_base" url="vtourskin_light.png" />


Or choice another .png accordind the style selected...

It works fine!!

This post has been edited 1 times, last edit by "publicitarios360" (Jan 10th 2018, 2:48am)