RE: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Nitin Gore
Hi, I am using MediaPlayBack component for my video files so that it can work on flash player 7. I have around 30 to 35 flv files and I wanted to use only single component. I am trying to change the reference to flv file through url field (URL to the component) of MediaPlayBack component

RE: [Flashcoders] external .AS and debuggin

2006-06-20 Thread Nitin Gore
Is there any entry point from your flash file to .as file. Like any call to a function which is written in .as file and called from flash file. If yes then you can set the break point to the function call in flash file and can debug the as file code and set many more breakpoints too.

RE: [Flashcoders] The class or interface [***] could not be loaded.

2006-06-08 Thread Nitin Gore
There are two ways by which you can set the class paths:- 1. Go to File-- Publish settings -- choose flash tab -- click on Setting and set your class path By this method the class paths gets applied to your file and it won't give problem though you move files from one location to another. 2.

RE: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Nitin Gore
Better way is you can use the recursion, If your XML files follows same tags. As below:- .. 1.. var myParameters:XML = new XML(); 2.. myParametersignoreWhite = true; 3.. myParameters.onLoad = function(success)

RE: [Flashcoders] appending a new text to text file

2006-06-05 Thread Nitin Gore
As flash is not editing tool it's a presentation tool, so it's better you use some wrapping tool with flash to achieve same functionality. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajay Kate Sent: Monday, June 05, 2006 6:33 PM To: