|
-
I Love India
FLV issue + Prototype
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|