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.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 |
<plugin name="text" url="text.swf" keep="true" scale="1" alpha="1" align="center" x="0" y="0" width="800" height="200" zorder="99" enabled="true" handcursor="true" onclick="set(visible, false);" /> |
This post has been edited 1 times, last edit by "Job.1" (Dec 18th 2010, 3:38pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
I don't see a way to input text. Must it be done in Flash???
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 6 |
<plugin name="text" url="text2.swf" keep="true" align="lefttop" x="10" y="10" scale="1" zorder="100"/> <action name="text"> set($text_1, I Looooooove krpano... you too?); </action> |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 |
<events onxmlcomplete="closetext();" /> <action name="closetext"> delayedcall(20, removeplugin(text);); </action> |
![]() |
Source code |
1 2 3 4 5 |
<events onxmlcomplete="closetext();" /> <action name="closetext"> delayedcall(20, tween(plugin[text].alpha,0,1);); </action> |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer