Nalini_v
05-21-2008, 02:37 AM
Hi,
I have used the prototype methods for arrays and objects in my file as follows
Array.prototype.arratrac = function() {
trace("Array"+(i+1));
};
Object.prototype.objetrac = function() {
trace("Object"+(i+1));
};
But I never intiated any objects for these methods.
In my file i have also included one flv file.
Each time when i played the file (swf). the prototype methods are called untill the flv plays.
I don;t know how to solve this.
Please help me..
__________________
Never let your head hang down
I have used the prototype methods for arrays and objects in my file as follows
Array.prototype.arratrac = function() {
trace("Array"+(i+1));
};
Object.prototype.objetrac = function() {
trace("Object"+(i+1));
};
But I never intiated any objects for these methods.
In my file i have also included one flv file.
Each time when i played the file (swf). the prototype methods are called untill the flv plays.
I don;t know how to solve this.
Please help me..
__________________
Never let your head hang down