<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for apueee</title><link>http://disqus.com/by/apueee/</link><description></description><atom:link href="http://disqus.com/apueee/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 25 Oct 2015 09:57:14 -0000</lastBuildDate><item><title>Re: Flash multiple file uploader</title><link>http://www.apueee.com/2008/07/05/flash-multiple-file-uploader/#comment-2325892744</link><description>&lt;p&gt;Omg i never seen this page in last 6years. So many comments. I'm really sorry that i could not help you guys. I was busy with other staff and i forgot about this. Now&lt;br&gt; flash is dead. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">apueee</dc:creator><pubDate>Sun, 25 Oct 2015 09:57:14 -0000</pubDate></item><item><title>Re: Custom Event in actionscript 3</title><link>http://www.apueee.com/2008/10/26/custom-event-in-actionscript-3/#comment-8916810</link><description>&lt;p&gt;Dear Oliver,&lt;/p&gt;&lt;p&gt;Thanks for ur comment.&lt;/p&gt;&lt;p&gt;Have u changed at myCustomEvent ? in myCustomEvent  class i have set the type of myMessage as string. But you are passing the message as object. So its need to change the myMessage as Object or u can set * for any type.&lt;/p&gt;&lt;p&gt;package &lt;a href="http://wneeds.events" rel="nofollow noopener" target="_blank" title="wneeds.events"&gt;wneeds.events&lt;/a&gt;{&lt;/p&gt;&lt;p&gt;          import flash.events.Event;&lt;/p&gt;&lt;p&gt;          public class myCustomEvent extends Event {&lt;/p&gt;&lt;p&gt;              public var myMessage:*;&lt;/p&gt;&lt;p&gt;             public function myCustomEvent(msg) {&lt;/p&gt;&lt;p&gt;                 super("myCustomEvent");&lt;br&gt;                 myMessage = msg;&lt;br&gt;            }&lt;br&gt;     }&lt;br&gt;}&lt;/p&gt;&lt;p&gt;Try it . i think it should work.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">apueee</dc:creator><pubDate>Sat, 02 May 2009 01:21:22 -0000</pubDate></item><item><title>Re: Custom Event in actionscript 3</title><link>http://www.apueee.com/2008/10/26/custom-event-in-actionscript-3/#comment-7308513</link><description>&lt;p&gt;Dear Purwanto&lt;/p&gt;&lt;p&gt;Thanks for ur comment.&lt;/p&gt;&lt;p&gt;The following code need to write where you want to call the event.  first u need to import the custom event class. then u need to call the dispatchEvent method to call ur custom event.  This is not a part of myCustomEvent Class. Here you just using the myCustomEvent class. :)&lt;br&gt;**************&lt;br&gt;import        wneeds.events.myCustomEvent;          //import ur class here&lt;br&gt;dispatchEvent(new myCustomEvent("Hello ..."));  // call your custom event.&lt;br&gt;*******************&lt;/p&gt;&lt;p&gt;To track the event in any where of ur code u need to put the following code:&lt;br&gt;**********&lt;br&gt;addEventListener("myCustomEvent", showMessage);&lt;br&gt;function showMessage(e:myCustomEvent):void {&lt;br&gt;    trace(e.myMessage);&lt;br&gt;}&lt;br&gt;*********************&lt;br&gt;I'm not clear about your last question. Do you want to call a event from a movieclip and receive the event from main timeline? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">apueee</dc:creator><pubDate>Wed, 18 Mar 2009 01:06:51 -0000</pubDate></item></channel></rss>