Hi!You can add any tag you want.
In main tour.xml or layout.xml or even made new xml and include it in main tour.xml. So, if you want add video just do it as always. If you want to show it in window then take a look at example (Show image button) this action - _window_new(win1,580,380,someimage); create new window with name win1 and size 580x380
someimage - it's plugin name for show as content of window
for example: you add some plugin with videoplayer and give name my_video and size 400x300, you want to show it in a window, then call action _window_new(win_video,400,300,my_video);, visible sets to true automaticaly
Hope it help
Andrey![]()
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<plugin name="_scene_title" url="%FIRSTXML%/plugins/textfield.swf" keep="true"
parent="_interface2"
edge="center" align="center" x="0" y="-1"
enabled="false" selectable="false" background="false" borderwidth="0" autosize="left"
effect="glow(#000000,1,3,1.5)"
zorder="0"
/>
<plugin name="_interface2" url="skin.png" keep="true" alpha="0.5"
edge="lefttop" align="lefttop" x="0" y="-1"
crop="0|274|500|26"
width="100%" height="26"
dragX="false" dragY="false"
zorder="1000"
/>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<settings name="interface"
_tour_title="Tour title"
title_width="600"
first_scene=""
help_image_url="%FIRSTXML%/skin/default_black/help.png"
title_css="color:#ffffff; font-family:Arial; font-size:15px; text-align:center; margin:0px; text-shadow:#000000 0px 1px 2px"
_scene_title_css="color:#ffffff; font-family:Arial; font-size:15px; text-align:center; margin:0px; text-shadow:#000000 0px 1px 2px, #000000 0px 1px 2px"
/>
<plugin name="_scene_title" url="%FIRSTXML%/plugins/textfield.swf" keep="true"
parent="_interface2"
edge="center" align="center" x="0" y="-1"
enabled="false" selectable="false" background="false" borderwidth="0" autosize="left"
effect="glow(#000000,1,3,1.5)"
onloaded="copy(width,settings[interface].title_width);"
zorder="0"
/>
|
This post has been edited 2 times, last edit by "riefa" (Feb 11th 2012, 8:00pm)
|
|
Source code |
1 2 3 4 |
<plugin name="text" url="%CURRENTXML%/plugins/textfield.swf" keep="true"
edge="lefttop" align="lefttop" x="-1000000000" y="5"
width="465" selectable="false" background="false" autosize="center" html="data:text" css="data:css" fixlimits="true"
/>
|
This post has been edited 4 times, last edit by "riefa" (Feb 11th 2012, 10:12am)
|
|
Source code |
1 2 3 |
<!--if(settings[interface].first_scene == '', copy(settings[interface].first_scene,scene[0].name); );--> _button_switched(_thumbs_open,true); <!--_gotoscene(get(settings[interface].first_scene));--> |
This post has been edited 1 times, last edit by "milemann" (Mar 15th 2012, 2:38am)
This post has been edited 1 times, last edit by "mindlessboss" (Mar 21st 2012, 9:12am)