Hi all, Please Help ME !!
I have a problem with alignment after Flash Player Update (10.3.183.5).
It was a smooth sliding text field from different side of the screen.
What I used - > a simple text field with negative X parameter (eg. -500) and I tween to 0 (zero) with "onloaded" parameter.
The width of textfield is lower than negative X parameter, so the texfield is out of screen when rendered, and after slides to position.
Everything worked fine till today on both side.
Now it is works if I use align="bottomright". If I try to use with align="bottomleft" it is looks like a vertical text inside.
Here is the small example code:
<krpano version="1.0.8" basedir="%SWFPATH%" logkey="true" showerrors="true">
<preview type="grid(cube,32,32,512,0x000000,0x111111,0x555555);" />
<!-- ******************** TEXTFIELDS (LEFT - RIGHT) ***************** -->
<plugin name="right_box"
style="box_style"
html="[br][p]RIGHT ALIGNED TEXTFIELD[/p][br]"
align="bottomright"
x="-500"
y="30"
onloaded="tween(x,0,2)"/>
<plugin name="left_box"
style="box_style"
html="[br][p]LEFT ALIGNED TEXTFIELD[/p][br]"
align="bottomleft"
x="-500"
y="30"
onloaded="tween(x,0,2)"/>
<!-- ******************** STYLE ***************** -->
<style name="box_style" url="plugins/textfield.swf"
width="400"
height="300"
autosize="center"
css="p{color:#000000; font-family:Arial; font-size:14;text-align:center;}"
backgroundcolor="0xFFFFFF"
/>
</krpano>
Display More
See the result of above code at http://360emirates.com/panos/textfield_test.php
Please Help Me Find a Solution !!!
Thanks
ps. sorry for my english