You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

to2hov

Trainee

  • "to2hov" started this thread

Posts: 57

Location: Bulgaria

Occupation: Panoramic Photography

  • Send private message

1

Monday, February 14th 2011, 11:59am

External .swf

I'm just so close to finish my personal website but there is this tiny thing bothering me...

... I have my panorama ok but I also have a nice flash build separate from the panorama when I load it as a plug-in into the scene it loads ok it has some sort of animation (as it suppose to be) but when I add "visible="false"" to the plug-in tag and after I load the plug-in my animation is gone... I mean it's finished. What I think is that krpano viewer just loads all the .swf files in the begin, it plays all of them and after you decide to switch from false to true any of it the animation its already finished.

My question is... Is there any way to "replay" flash animation and if NOT is there a way to swich panoramic scenes from an external .swf?

Sorry can't show you an example cuz I have problems with my server :( I can give you a simple code to see

<plugin name="mworks" url="gfx/w.menu.png" keep="true" align="topleft" x="50" y="0" onclick="set(plugin[works].visible,true);" />
<plugin name="works" url="gfx/works.swf" keep="true" visible="false" align="topleft" x="260" y="0" onclick="set(plugin[works].visible,false);" />

Best,
Nikola Totuhov

to2hov

Trainee

  • "to2hov" started this thread

Posts: 57

Location: Bulgaria

Occupation: Panoramic Photography

  • Send private message

2

Sunday, February 20th 2011, 12:45pm

Ok my servers are back so there it is an example of my problem!

http://n.totuhov.com/example/


As I said in the begin you have some basic flash animation poping up and to It's left I have simple .png which for the time in is my triger to hide or show the flash. The problem is that after the flash animation is finished i can't triger it from the begin... any ideas? Only when I hit refresh the animation is back on.

So back on the question... is there a way to reset flash movie?