<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Superscript and Subscript &#8211; with Actionscript*</title>
	<atom:link href="http://www.psyked.co.uk/adobe/flash/superscript-and-subscript-with-actionscript.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/flash/superscript-and-subscript-with-actionscript.htm</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 13:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dian</title>
		<link>http://www.psyked.co.uk/flash/superscript-and-subscript-with-actionscript.htm/comment-page-1#comment-9274</link>
		<dc:creator>dian</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:46:53 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>sorry, I wanted to ask. for the solution of this subscript is true can be applied. if flash games started, how to display the subscript and superscript as the game done?
Please help.
Thank you.</description>
		<content:encoded><![CDATA[<p>sorry, I wanted to ask. for the solution of this subscript is true can be applied. if flash games started, how to display the subscript and superscript as the game done?<br />
Please help.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.psyked.co.uk/flash/superscript-and-subscript-with-actionscript.htm/comment-page-1#comment-9272</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Thu, 06 Oct 2011 14:38:52 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>I also got a news here that I thought would be so useful for all of us as Flash devs, Now that we are talking about TextField thought to let you know about a class that is so powerful and is extended from the Adobe TextField class itself.

It&#039;s named TextArea which allows you every possible tags even your own custom tag and has much more abilities too.

Check out &lt;a href=&quot;http://doitflash.com/&quot; rel=&quot;nofollow&quot;&gt;http://doitflash.com/&lt;/a&gt; for more information.
It not only allows you to load different SWF files by calling different tags in line of your text but also you have much more control over your Text blocks and its contents... such as calling your custom functions right from your text blocks and passing multiple and different arguments through them; loading talking avatars, video players, buttons, slideshows and more... by calling their own tags and having full interaction between all of the loaded SWF modules and your text block. Check out the site for more information, downloading the platform is also free of charge :)</description>
		<content:encoded><![CDATA[<p>I also got a news here that I thought would be so useful for all of us as Flash devs, Now that we are talking about TextField thought to let you know about a class that is so powerful and is extended from the Adobe TextField class itself.</p>
<p>It&#8217;s named TextArea which allows you every possible tags even your own custom tag and has much more abilities too.</p>
<p>Check out <a href="http://doitflash.com/" rel="nofollow">http://doitflash.com/</a> for more information.<br />
It not only allows you to load different SWF files by calling different tags in line of your text but also you have much more control over your Text blocks and its contents&#8230; such as calling your custom functions right from your text blocks and passing multiple and different arguments through them; loading talking avatars, video players, buttons, slideshows and more&#8230; by calling their own tags and having full interaction between all of the loaded SWF modules and your text block. Check out the site for more information, downloading the platform is also free of charge <img src="http://www.psyked.co.uk/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonicoliver</title>
		<link>http://www.psyked.co.uk/flash/superscript-and-subscript-with-actionscript.htm/comment-page-1#comment-7317</link>
		<dc:creator>sonicoliver</dc:creator>
		<pubDate>Sun, 07 Nov 2010 13:46:23 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>you can also do this...


var style:StyleSheet = new StyleSheet();
style.parseCSS(&#039;sub{font-family:&quot;GG Subscript Sans&quot;;display:run-in;}sup{font-family:&quot;GG Superscript Sans&quot;;display:run-in;}&#039;);
displaytext.styleSheet = style;
displaytext.htmlText = &quot;This is normal text this is subscript and this is super script!&quot;;</description>
		<content:encoded><![CDATA[<p>you can also do this&#8230;</p>
<p>var style:StyleSheet = new StyleSheet();<br />
style.parseCSS(&#8216;sub{font-family:&#8221;GG Subscript Sans&#8221;;display:run-in;}sup{font-family:&#8221;GG Superscript Sans&#8221;;display:run-in;}&#8217;);<br />
displaytext.styleSheet = style;<br />
displaytext.htmlText = &#8220;This is normal text this is subscript and this is super script!&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.psyked.co.uk/flash/superscript-and-subscript-with-actionscript.htm/comment-page-1#comment-7267</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sat, 11 Sep 2010 07:55:27 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Hello there, James. Thanks a lot for your tutorial and tricky tips. At first i&#039;m confused about how to use it. But after i got the hang of it, its really fun. Saves me a lot of time writing Mathematics sign and numbers.</description>
		<content:encoded><![CDATA[<p>Hello there, James. Thanks a lot for your tutorial and tricky tips. At first i&#8217;m confused about how to use it. But after i got the hang of it, its really fun. Saves me a lot of time writing Mathematics sign and numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas</title>
		<link>http://www.psyked.co.uk/flash/superscript-and-subscript-with-actionscript.htm/comment-page-1#comment-7251</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Tue, 17 Aug 2010 02:56:34 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>hi james,

iam very new to action script.iam not gettiing superscript in flash10.

i created the textfield ,and i embeded the superscript font from (http://blog.ggshow.com/index.php/reference?cat=121)
my_txt.text = &quot;AdobeTM&quot;;

still iam not getting..i have to submit the project urgently..
plz help me.

plz let me explain clearly (step by step)how to embeded font for textfield..</description>
		<content:encoded><![CDATA[<p>hi james,</p>
<p>iam very new to action script.iam not gettiing superscript in flash10.</p>
<p>i created the textfield ,and i embeded the superscript font from (<a href="http://blog.ggshow.com/index.php/reference?cat=121" rel="nofollow">http://blog.ggshow.com/index.php/reference?cat=121</a>)<br />
my_txt.text = &#8220;AdobeTM&#8221;;</p>
<p>still iam not getting..i have to submit the project urgently..<br />
plz help me.</p>
<p>plz let me explain clearly (step by step)how to embeded font for textfield..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 6/14 queries in 0.016 seconds using disk: basic
Object Caching 623/623 objects using disk: basic

Served from: www.psyked.co.uk @ 2012-02-10 19:24:46 -->
