<?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 for Communications Technology Watch</title>
	<atom:link href="http://commtechwatch.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://commtechwatch.com</link>
	<description>Keeping up with communications created on computers.</description>
	<lastBuildDate>Fri, 09 Jul 2010 16:26:50 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by William Harrel</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1750</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1750</guid>
		<description>My pleasure.</description>
		<content:encoded><![CDATA[<p>My pleasure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by J Raig</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1749</link>
		<dc:creator>J Raig</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1749</guid>
		<description>First off: Thank you for your answer William!
I´m very, very sorry for the confussion and for the trouble to make you coding.
It was a typo, I´m using AS2 not AS3 , I´m ashamed.......

I´m a noob and I´m using AS2 because I found &quot;behaviors&quot; (only available in AS2 I guess) very handy to use to do the &quot;go and stop&quot; function without the need to write the code. I guess I´m going to switch to AS3 now.

Thanks a lot for your time!</description>
		<content:encoded><![CDATA[<p>First off: Thank you for your answer William!<br />
I´m very, very sorry for the confussion and for the trouble to make you coding.<br />
It was a typo, I´m using AS2 not AS3 , I´m ashamed&#8230;&#8230;.</p>
<p>I´m a noob and I´m using AS2 because I found &#8220;behaviors&#8221; (only available in AS2 I guess) very handy to use to do the &#8220;go and stop&#8221; function without the need to write the code. I guess I´m going to switch to AS3 now.</p>
<p>Thanks a lot for your time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Photoshop Layers in Flash CS4 by William Harrel</title>
		<link>http://commtechwatch.com/?p=537&#038;cpage=1#comment-1748</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=537#comment-1748</guid>
		<description>Thanks for the kind words. But let me warn you that you can quickly outgrow this method with more than handful of popups in the same application. It&#039;s much better to load and unload UILoader dynamically with AS3 in larger applications. I just did a site with about 50 informational popups on products. I had to find another way to make this work. I found the answer the same you found me. 

And, since you were kind enough to stop by and thank me, I&#039;m gonna give a you a link to easiest way to deploy an unlimited number of UILoader popup without ever dragging the component to the stage or typing more that a couple of URLs handle and load as many external files as you want. This guy&#039;s approach is nothing short of ingenious. And so darn simple it startling. But you gotta know AS3 pretty good and think like a computer to come up with stuff.  I don&#039;t. 

Thanks again. I have some other techniques I want to put up here, but my clients think there stuff is more important than me tinkering with this blog.

He uses Loader, not UILoader, in his example, but I&#039;ve deployed successfully simply by substituting UIloader in his code. Keep in mind that when you call  UILoader to the stage with AS3, you have to import the UILoader class in your script:

import fl.containers.UILoader.;

Bill

Whoops, I forgot the URL: &lt;a href=&quot;http://www.youtube.com/watch?v=8hAIW0ppDww&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=8hAIW0ppDww&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words. But let me warn you that you can quickly outgrow this method with more than handful of popups in the same application. It&#8217;s much better to load and unload UILoader dynamically with AS3 in larger applications. I just did a site with about 50 informational popups on products. I had to find another way to make this work. I found the answer the same you found me. </p>
<p>And, since you were kind enough to stop by and thank me, I&#8217;m gonna give a you a link to easiest way to deploy an unlimited number of UILoader popup without ever dragging the component to the stage or typing more that a couple of URLs handle and load as many external files as you want. This guy&#8217;s approach is nothing short of ingenious. And so darn simple it startling. But you gotta know AS3 pretty good and think like a computer to come up with stuff.  I don&#8217;t. </p>
<p>Thanks again. I have some other techniques I want to put up here, but my clients think there stuff is more important than me tinkering with this blog.</p>
<p>He uses Loader, not UILoader, in his example, but I&#8217;ve deployed successfully simply by substituting UIloader in his code. Keep in mind that when you call  UILoader to the stage with AS3, you have to import the UILoader class in your script:</p>
<p>import fl.containers.UILoader.;</p>
<p>Bill</p>
<p>Whoops, I forgot the URL: <a href="http://www.youtube.com/watch?v=8hAIW0ppDww" rel="nofollow">http://www.youtube.com/watch?v=8hAIW0ppDww</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by William Harrel</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1747</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Fri, 09 Jul 2010 07:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1747</guid>
		<description>Sorry I took so long to answer. Very hectic last few days. I&#039;m a little confused by your question. If you use AS3, you have  access to UILoader. It debuted in CS3 with AS3. It&#039;s in the Components panel or you can call it with some pretty basic AS3 code, like this.

import fl.containers.UILoader;

var myLoader:UILoader = new UILoader();

//Now define the your first myLoader instance

//position on the stage
myLoader.x = 200;
myLoader.y = 200;

//size
myLoader. w = 200;
myLoader.h = 200;

//content to load
//text, SWFs, JPG and so on

myLoader.source = filename.swf

//many, many properties you can assign

//load UIloader

addChild(myLoader);


and there are zillions of ways to load it, unload, and us it. 

Check out this video. He uses Loader, but it will work exactly the same with UILoader.</description>
		<content:encoded><![CDATA[<p>Sorry I took so long to answer. Very hectic last few days. I&#8217;m a little confused by your question. If you use AS3, you have  access to UILoader. It debuted in CS3 with AS3. It&#8217;s in the Components panel or you can call it with some pretty basic AS3 code, like this.</p>
<p>import fl.containers.UILoader;</p>
<p>var myLoader:UILoader = new UILoader();</p>
<p>//Now define the your first myLoader instance</p>
<p>//position on the stage<br />
myLoader.x = 200;<br />
myLoader.y = 200;</p>
<p>//size<br />
myLoader. w = 200;<br />
myLoader.h = 200;</p>
<p>//content to load<br />
//text, SWFs, JPG and so on</p>
<p>myLoader.source = filename.swf</p>
<p>//many, many properties you can assign</p>
<p>//load UIloader</p>
<p>addChild(myLoader);</p>
<p>and there are zillions of ways to load it, unload, and us it. </p>
<p>Check out this video. He uses Loader, but it will work exactly the same with UILoader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by J Raig</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1746</link>
		<dc:creator>J Raig</dc:creator>
		<pubDate>Fri, 09 Jul 2010 05:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1746</guid>
		<description>I run into trouble, AS2 seems doesn´t have UILOADER as a component, I tried the &quot;LOADER&quot; component built in AS3 but, no luck. Do you have anysugestion?</description>
		<content:encoded><![CDATA[<p>I run into trouble, AS2 seems doesn´t have UILOADER as a component, I tried the &#8220;LOADER&#8221; component built in AS3 but, no luck. Do you have anysugestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by J Raig</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1744</link>
		<dc:creator>J Raig</dc:creator>
		<pubDate>Fri, 09 Jul 2010 03:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1744</guid>
		<description>Thanks a lot for the tutorial on pop up, I had searched as you did a method for this and finally got to your site. You did a great job, congratulations!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the tutorial on pop up, I had searched as you did a method for this and finally got to your site. You did a great job, congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by William Harrel</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1725</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Wed, 12 May 2010 14:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1725</guid>
		<description>Glad you figured it out.</description>
		<content:encoded><![CDATA[<p>Glad you figured it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by Wesley</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1724</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 11 May 2010 21:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1724</guid>
		<description>i have found it out!!!

thx for your time!!!!</description>
		<content:encoded><![CDATA[<p>i have found it out!!!</p>
<p>thx for your time!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by Wesley</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1723</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 11 May 2010 21:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1723</guid>
		<description>Thank you for your reply.

I have all done that, but still it doesnt work. 

I have double checked it... 

Still it is getting orpheuscreations.jpg instead of fortunarepublica.jpg 

........
.....
....

Hope u can help me more</description>
		<content:encoded><![CDATA[<p>Thank you for your reply.</p>
<p>I have all done that, but still it doesnt work. </p>
<p>I have double checked it&#8230; </p>
<p>Still it is getting orpheuscreations.jpg instead of fortunarepublica.jpg </p>
<p>&#8230;&#8230;..<br />
&#8230;..<br />
&#8230;.</p>
<p>Hope u can help me more</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5 &#8211; Part 1 by William Harrel</title>
		<link>http://commtechwatch.com/?p=796&#038;cpage=1#comment-1722</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Tue, 11 May 2010 19:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=796#comment-1722</guid>
		<description>Glad to hear it.</description>
		<content:encoded><![CDATA[<p>Glad to hear it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by William Harrel</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1721</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Tue, 11 May 2010 19:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1721</guid>
		<description>Two things I can think of:

Make sure you have the right file called out in &quot;source&quot; in Component Inspector. Also, with this method you&#039;ll need a separate frame and script for each button and instance of UILoader. The scripts need unique instance names and function names.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Two things I can think of:</p>
<p>Make sure you have the right file called out in &#8220;source&#8221; in Component Inspector. Also, with this method you&#8217;ll need a separate frame and script for each button and instance of UILoader. The scripts need unique instance names and function names.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by Wesley</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1720</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 11 May 2010 17:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1720</guid>
		<description>thx for your fast reply.

Let me explain it in better words. 

On frame 1 I have different set of buttons like orpheus creations button, fortuna republica button, and so on. I have created on frame 120 the UIloader with source orpheuscreations.jpg to hit on frame 1 button orpheascreations. On frame 121 I have created the UIloader with source fortuanrepublica.jpg to hit on frame 1 button fortunarepublica. 

When I test the movie, and hit the button fortunarepublica I get orpheuscreations.jpg instead of fortunarepublica.jpg. I have looked into all the variables, but everything is okay. 

So how can I fix this problem? So when I hit the button fortunarepublica to show fortunarepublica.jpg? 

Is this more clearer? or do u need to see my .fla? I can send it if you want. Because I cant figure it out.

Thx!</description>
		<content:encoded><![CDATA[<p>thx for your fast reply.</p>
<p>Let me explain it in better words. </p>
<p>On frame 1 I have different set of buttons like orpheus creations button, fortuna republica button, and so on. I have created on frame 120 the UIloader with source orpheuscreations.jpg to hit on frame 1 button orpheascreations. On frame 121 I have created the UIloader with source fortuanrepublica.jpg to hit on frame 1 button fortunarepublica. </p>
<p>When I test the movie, and hit the button fortunarepublica I get orpheuscreations.jpg instead of fortunarepublica.jpg. I have looked into all the variables, but everything is okay. </p>
<p>So how can I fix this problem? So when I hit the button fortunarepublica to show fortunarepublica.jpg? </p>
<p>Is this more clearer? or do u need to see my .fla? I can send it if you want. Because I cant figure it out.</p>
<p>Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by Wesley</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1719</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 11 May 2010 14:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1719</guid>
		<description>Thx for the reply. 

I have created in frame 1 different buttons like orpheus creations, fortuna republica button and so on. On frame 120 i have created the UIloader with source orpheuscreations.jpg to hit button orpheus creations on frame 1. On frame 121 i have created the UIloader with source fortunarepublica.jpg to hit button fortunarepublica on frame 1.

When I play the movie and hit on button fortunarepublica I get image orpheuscreations.jpg in stead of fortunarepublica.jpg. 

How do I fix this? So fortunarepublica button shows fortunarepublica.jpg? 

Is this more clearer? If not I also can send the .fla file, so you can see it yourself?</description>
		<content:encoded><![CDATA[<p>Thx for the reply. </p>
<p>I have created in frame 1 different buttons like orpheus creations, fortuna republica button and so on. On frame 120 i have created the UIloader with source orpheuscreations.jpg to hit button orpheus creations on frame 1. On frame 121 i have created the UIloader with source fortunarepublica.jpg to hit button fortunarepublica on frame 1.</p>
<p>When I play the movie and hit on button fortunarepublica I get image orpheuscreations.jpg in stead of fortunarepublica.jpg. </p>
<p>How do I fix this? So fortunarepublica button shows fortunarepublica.jpg? </p>
<p>Is this more clearer? If not I also can send the .fla file, so you can see it yourself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by William Harrel</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1718</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Tue, 11 May 2010 08:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1718</guid>
		<description>I&#039;d be glad to help, but I can&#039;t quite figure out what you&#039;re asking?</description>
		<content:encoded><![CDATA[<p>I&#8217;d be glad to help, but I can&#8217;t quite figure out what you&#8217;re asking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5- Part 2 by Wesley</title>
		<link>http://commtechwatch.com/?p=803&#038;cpage=1#comment-1717</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 11 May 2010 03:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=803#comment-1717</guid>
		<description>Hey Thx for this!

I have a Q, i am putting different popups in my flash, this in the same frame. When i repeat the process for new buttons. 

The uploader is giving me the same jpg file i have from the first sett up. I have changed the source in each frame, but this is giving me the jpg from the first sett up.

How do i fix this? So i can have from each button a different jpg.

Wesley</description>
		<content:encoded><![CDATA[<p>Hey Thx for this!</p>
<p>I have a Q, i am putting different popups in my flash, this in the same frame. When i repeat the process for new buttons. </p>
<p>The uploader is giving me the same jpg file i have from the first sett up. I have changed the source in each frame, but this is giving me the jpg from the first sett up.</p>
<p>How do i fix this? So i can have from each button a different jpg.</p>
<p>Wesley</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5 &#8211; Part 1 by Curtis</title>
		<link>http://commtechwatch.com/?p=796&#038;cpage=1#comment-1716</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Fri, 07 May 2010 17:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=796#comment-1716</guid>
		<description>Thanks! That seems to have worked!</description>
		<content:encoded><![CDATA[<p>Thanks! That seems to have worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5 &#8211; Part 1 by William Harrel</title>
		<link>http://commtechwatch.com/?p=796&#038;cpage=1#comment-1715</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Fri, 07 May 2010 04:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=796#comment-1715</guid>
		<description>Hmmm... I hadn&#039;t really anticipated putting a video in the popup. There probably is code that will stop the video. But I don&#039;t know what it is. I know that 

SoundMixer.stopAll();

will stop sounds. Place it directly below the gotoAndPlay() action.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; I hadn&#8217;t really anticipated putting a video in the popup. There probably is code that will stop the video. But I don&#8217;t know what it is. I know that </p>
<p>SoundMixer.stopAll();</p>
<p>will stop sounds. Place it directly below the gotoAndPlay() action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5 &#8211; Part 1 by Curtis</title>
		<link>http://commtechwatch.com/?p=796&#038;cpage=1#comment-1714</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Thu, 06 May 2010 22:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=796#comment-1714</guid>
		<description>Thanks for the tutorial! It works great! I do have one question:

I want my pop up window to pop up a streaming video. However, when I use the &quot;close button,&quot; the pop up closes, but the streaming video keeps playing (can hear the audio.) Is there code that could be added to the &quot;close button&quot; that would also command the streaming video in the pop up to stop playback? 

Thanks in advance for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial! It works great! I do have one question:</p>
<p>I want my pop up window to pop up a streaming video. However, when I use the &#8220;close button,&#8221; the pop up closes, but the streaming video keeps playing (can hear the audio.) Is there code that could be added to the &#8220;close button&#8221; that would also command the streaming video in the pop up to stop playback? </p>
<p>Thanks in advance for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Photoshop Layers in Flash CS4 by download from xnxx</title>
		<link>http://commtechwatch.com/?p=537&#038;cpage=1#comment-1699</link>
		<dc:creator>download from xnxx</dc:creator>
		<pubDate>Fri, 09 Apr 2010 20:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=537#comment-1699</guid>
		<description>Good work, keep us posting, you are good writer.</description>
		<content:encoded><![CDATA[<p>Good work, keep us posting, you are good writer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Inner Popups in Flash CS4 &amp; CS5 &#8211; Part 1 by William Harrel</title>
		<link>http://commtechwatch.com/?p=796&#038;cpage=1#comment-1696</link>
		<dc:creator>William Harrel</dc:creator>
		<pubDate>Tue, 30 Mar 2010 18:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://commtechwatch.com/?p=796#comment-1696</guid>
		<description>Glad to be of service</description>
		<content:encoded><![CDATA[<p>Glad to be of service</p>
]]></content:encoded>
	</item>
</channel>
</rss>
