just use the entire plugin code to display the text.
<plugin name="titletext"
url="textfield.swf"
keep="true" preload="false"
visible="true" enabled="false" handcursor="false" capture="false" children="false"
zorder="100"
alpha="0.00" blendmode="normal"
smoothing="true"
align="topleft" edge="center"
x="45%" y="2%" ox="" oy=""
width="80%" height="5%"
crop="" ondowncrop="" onovercrop=""
scale="1" scale9grid="" scalechildren="true"
rotate="0"
parent="stage"
mask=""
onloaded=""
onover=""
onhover=""
onout=""
ondown=""
onup=""
onclick=""
autosize=""
background="false"
backgroundalpha="1"
backgroundcolor="0xffffff"
blur="0"
bordercolor="0x000000"
borderwidth="3"
css="p{color:#FFFFFF; font-family:comic sans ms; font-weight:bold; font-size:22; margin-left:5; margin-right:5; text-align:center; }"
effect=""
glow=""
glowcolor="16777215"
html="[p]Canal Park Aerial 360[/p]"
roundedge=""
selectable="false"
shadow="0"
textblur="0"
textglow="0"
textglowcolor="16777215"
textheight="200"
textshadow="0"
usecontentsize="false"
just using that code it will always say "Canal Aerial Park 360" at the top. change the settings to move the displayed text to the bottem left if that is where you want it. then when loading a new scene use
set(plugin[titletext].html, ([p]change this text[/p]));
change the text inside the [p] [/p] to what you want the new title to be.
for example:
onclick="loadpano(scene2.xml,null,MERGE,blend 2,0); set(plugin[titletext].html, ([p]this is now scene 2[/p]));"
that will load the new pano and change the title to "this is now scene 2"