Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-12-2012, 11:53 AM   PM User | #1
rshilpa
New to the CF scene

 
Join Date: Jun 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
rshilpa is an unknown quantity at this point
Flash function problem received from customer.

I have a flash file from a customer in which there is a
function as follows:

function pause()
{
gotoAndPlay(1);
clearInterval(pausei);
};
pausei = setInterval(pause, 500);

The flash file is in a div when the flash loads one more function gets called wsexpand . The function wsexpand is defined outside in the normal js file wherein the height/width of the div is changed in intervals of 20 milliseconds...while the function is processing the pause function gets called and the flash file is refreshed.I dont wnt the flash file to get refreshed.
If wsexpand is geting fired i dont wnt pause to get fired as the flash file is customer's file and i cannot change the action script in that.I only have control on the wsexpand function.

Please help
rshilpa is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:30 AM.


Advertisement
Log in to turn off these ads.