<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Creativity Rules</title>
	<link>http://www.vaishalimistry.com</link>
	<description>Vaishali's blog about creativity, RIA, Flash, Flex and everything else</description>
	<pubDate>Thu, 11 Mar 2010 05:43:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Set Focus on a Cell in Datagrid in Flex 2.0 by Kannan</title>
		<link>http://www.vaishalimistry.com/2005/12/15/set-focus-on-a-cell-in-datagrid-in-flex-20/#comment-7694</link>
		<dc:creator>Kannan</dc:creator>
		<pubDate>Mon, 01 Dec 2008 06:39:37 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2005/12/15/set-focus-on-a-cell-in-datagrid-in-flex-20/#comment-7694</guid>
		<description>This is very usefull. Thank u verymuch Vaishali.....</description>
		<content:encoded><![CDATA[<p>This is very usefull. Thank u verymuch Vaishali&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by Vaishali</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7692</link>
		<dc:creator>Vaishali</dc:creator>
		<pubDate>Thu, 16 Oct 2008 03:19:08 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7692</guid>
		<description>Yueming,

You are trying to put the ActionScript  code on the FLVPlayer and hence the error. You will need to put the code on a separate key frame or an as file.

MP,
Yes it will need to be at the frame where you have your flv player or an external AS file. I have removed the loading code, but yes you will need to implement your own.

sky,
my_FLVPlybk is the instance name of you flv player component. You will then need to place the above code in the frame that contains the player or an external AS file.</description>
		<content:encoded><![CDATA[<p>Yueming,</p>
<p>You are trying to put the ActionScript  code on the FLVPlayer and hence the error. You will need to put the code on a separate key frame or an as file.</p>
<p>MP,<br />
Yes it will need to be at the frame where you have your flv player or an external AS file. I have removed the loading code, but yes you will need to implement your own.</p>
<p>sky,<br />
my_FLVPlybk is the instance name of you flv player component. You will then need to place the above code in the frame that contains the player or an external AS file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by sky</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7691</link>
		<dc:creator>sky</dc:creator>
		<pubDate>Mon, 13 Oct 2008 23:26:52 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7691</guid>
		<description>this looks like what i need, but i'm not quite sure how to implement it.  would you mind giving me a little more detail as to where exactly i'd put this code?</description>
		<content:encoded><![CDATA[<p>this looks like what i need, but i&#8217;m not quite sure how to implement it.  would you mind giving me a little more detail as to where exactly i&#8217;d put this code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by matt</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7690</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 02 Oct 2008 21:50:41 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7690</guid>
		<description>Thanks for the code, works like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for the code, works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by MP</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7688</link>
		<dc:creator>MP</dc:creator>
		<pubDate>Tue, 26 Aug 2008 21:05:20 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7688</guid>
		<description>Hi-

Came to this post a little late.  Is this script going on an AS layer on the same frame as the Flash Playback component?

Also, is this assuming we should be creating visual representations of the progress (progress bar) itself?

(this.loading_mc.load_txt.text)</description>
		<content:encoded><![CDATA[<p>Hi-</p>
<p>Came to this post a little late.  Is this script going on an AS layer on the same frame as the Flash Playback component?</p>
<p>Also, is this assuming we should be creating visual representations of the progress (progress bar) itself?</p>
<p>(this.loading_mc.load_txt.text)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by Yueming</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7683</link>
		<dc:creator>Yueming</dc:creator>
		<pubDate>Thu, 24 Jul 2008 20:31:31 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7683</guid>
		<description>I try your code on my project but not successful. I have cue point in my flv like this:
stop();
var nextAniIndex:Number = 0;
var Ani:Array = [ ani1, ani2];

//
// Listen for cuePoint events on the FLVPlayback component
//
flv_overview.addEventListener( "cuePoint", this );

//
// Event handler: cuePoint
// 
function cuePoint ( eventObj:Object )
{

	
	var nextAni:MovieClip = Ani [ nextAniIndex ];
	nextAni.play();

	nextAniIndex++;
}
//when video finish, go to next scene
var vidList : Object = new Object();
vidList.complete = function() {
_root.loader_mc.loadMovie("startup.swf"); 
}
flv_overview.addEventListener ("complete",vidList);
I got an output like this when testing the movie:

Statement must appear within on/onClipEvent handler
     flv_overview.addEventListener ("complete",vidList);

Total ActionScript Errors: 8 	 Reported Errors: 8

The movie continue to play but all cue point won't show up.
Do you have any idea how to fix it?</description>
		<content:encoded><![CDATA[<p>I try your code on my project but not successful. I have cue point in my flv like this:<br />
stop();<br />
var nextAniIndex:Number = 0;<br />
var Ani:Array = [ ani1, ani2];</p>
<p>//<br />
// Listen for cuePoint events on the FLVPlayback component<br />
//<br />
flv_overview.addEventListener( &#8220;cuePoint&#8221;, this );</p>
<p>//<br />
// Event handler: cuePoint<br />
//<br />
function cuePoint ( eventObj:Object )<br />
{</p>
<p>	var nextAni:MovieClip = Ani [ nextAniIndex ];<br />
	nextAni.play();</p>
<p>	nextAniIndex++;<br />
}<br />
//when video finish, go to next scene<br />
var vidList : Object = new Object();<br />
vidList.complete = function() {<br />
_root.loader_mc.loadMovie(&#8221;startup.swf&#8221;);<br />
}<br />
flv_overview.addEventListener (&#8221;complete&#8221;,vidList);<br />
I got an output like this when testing the movie:</p>
<p>Statement must appear within on/onClipEvent handler<br />
     flv_overview.addEventListener (&#8221;complete&#8221;,vidList);</p>
<p>Total ActionScript Errors: 8 	 Reported Errors: 8</p>
<p>The movie continue to play but all cue point won&#8217;t show up.<br />
Do you have any idea how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by Michax</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7680</link>
		<dc:creator>Michax</dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:25:32 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7680</guid>
		<description>Thank's a lot. I applied your code successfully to my project ! I tried before on my own to figure out somethink like your code .. but i fuc.. up :)</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s a lot. I applied your code successfully to my project ! I tried before on my own to figure out somethink like your code .. but i fuc.. up <img src='http://www.vaishalimistry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set Focus on a Cell in Datagrid in Flex 2.0 by FlexNinja</title>
		<link>http://www.vaishalimistry.com/2005/12/15/set-focus-on-a-cell-in-datagrid-in-flex-20/#comment-7679</link>
		<dc:creator>FlexNinja</dc:creator>
		<pubDate>Tue, 10 Jun 2008 16:46:28 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2005/12/15/set-focus-on-a-cell-in-datagrid-in-flex-20/#comment-7679</guid>
		<description>You can now use editedItemPosition with properties columnIndex and rowIndex.</description>
		<content:encoded><![CDATA[<p>You can now use editedItemPosition with properties columnIndex and rowIndex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by Vaishali</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7676</link>
		<dc:creator>Vaishali</dc:creator>
		<pubDate>Wed, 28 May 2008 00:18:27 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7676</guid>
		<description>Not sure regarding AS3. The code provided above is for AS2. Probably you can remove the Void return type for AS3.</description>
		<content:encoded><![CDATA[<p>Not sure regarding AS3. The code provided above is for AS2. Probably you can remove the Void return type for AS3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLVPlayback FLV Preloader by DeepBlock</title>
		<link>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7674</link>
		<dc:creator>DeepBlock</dc:creator>
		<pubDate>Tue, 27 May 2008 14:17:30 +0000</pubDate>
		<guid>http://www.vaishalimistry.com/2007/10/16/flvplayback-flv-preloader/#comment-7674</guid>
		<description>Would that work with action script 3 flash cs3...if it supposed to, this is the error I'm getting when I use the code.


1046: Type was not found or was not a compile-time constant: Void.</description>
		<content:encoded><![CDATA[<p>Would that work with action script 3 flash cs3&#8230;if it supposed to, this is the error I&#8217;m getting when I use the code.</p>
<p>1046: Type was not found or was not a compile-time constant: Void.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
