textformat.align problem

This is a discussion on "textformat.align problem" within the Flash & Multimedia Forum section. This forum, and the thread "textformat.align problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 13th, 2007, 21:19
New Member
Join Date: Apr 2007
Location: slovakia
Age: 26
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
textformat.align problem

hi

this code works except the alignment is allways left

Code: Select all
var myTF:TextFormat = new TextFormat();
		myTF.font = "Arial";
		myTF.size = 10;
		myTF.color = 0x99CC00;
		myTF.align = "right";
		myTF.bold = true;
		
		
		tf_meno = this.createTextField("text_meno", this.getNextHighestDepth(), -250, -18, 235, 17.4);
		tf_meno.setNewTextFormat(myTF);
any ide why?
Reply With Quote

  #2 (permalink)  
Old Apr 13th, 2007, 21:57
New Member
Join Date: Apr 2007
Location: slovakia
Age: 26
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: textformat.align problem

solved

thx
Reply With Quote
Reply

Tags
align

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
div align problem vobla Web Page Design 10 Apr 8th, 2008 09:52
Sifr Align Right Salbert Flash & Multimedia Forum 8 Apr 2nd, 2008 13:31
verticle align image problem heyo Web Page Design 2 Jul 4th, 2007 18:22
Trying to align a div in a wrapper AdRock Web Page Design 7 Feb 22nd, 2007 16:03
Align problem Amphersand Web Page Design 3 Oct 11th, 2006 17:11


All times are GMT. The time now is 01:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43