Links in Dynamic Textbox

Hello,

I have a dynamic textbox of which render as html is selected.I am passing the link from php to flash.

Problems:

  1. I have to pass a link which includes the char “&” and this causes problems.(Ex: index.php?go=1&show=3)

  2. I wand the text to be alined at center but i couldn’t figure it how,choosing aling center at flash does not work. Also i tried to pass the variable including the <center></center> tags but no use.

I will be glad if you can help me.

Thanks for taking your time

To question 1.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=45425

  1. Use the Paragraph tag:
<p align="center">Some text here.</p>

Thanks alot to both of you

You’re welcome, overflow. :slight_smile:

no prob - obviously I’ve been there :wink: