LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-01-2004, 04:39 PM
neekfenwick neekfenwick is offline
Registered User
 
Join Date: Sep 2004
Posts: 2
Rep Power: 0
neekfenwick is on a distinguished road
Crying IE6: Intensive javascript execution halts Flash ocx's rendering..?

We're developing a serious application, one page of which has to show a spinning hourglass which is a Flash object in an html page. So, the flash object is defined by an <object> tag in an IE page.

We have some javascript that has to do some data preparation just before the page navigates off to another page. The problem is, the hourglass freezes up in a really ugly fashion while that javascript is executing. We need the Flash control to be able to continue rendering unaffected while this processing is going on.

<object type="application/x-shockwave-flash" data="../images/animations/anim.swf" width="320" height="400">
<param name="movie" value="../images/animations/anim.swf" />
</object>
<script language="javascript">
// intense processing here...
</script>

Javascript's threading isn't intelligent enough to handle spawning a low priority background thread in which to do the processing, and the Flash control doesn't seem to have any parameters concerning its rendering priority. I can see the Flash control's interfaces via the Visual Studio COM/OLE Object Viewer, but nothing seems helpful.

How can I ensure the flash movie is played in a uniform manner, even if the browser containing it is busy processing javascript at the same time?

We have the following limitations:
1/ absolutely must use IE6 .. please don't tell me to use a different browser
2/ happy to use a different Flash control, but I hear the ocx redistributable is very hard to track down. Is there some latest version I should know about? Our current control has GUID D27CDB6E-AE6D-11cf-96B8-444553540000 and the flash.ocx it refers to has Version information 7.0.19.0.

Many thanks,
Nick
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The History of Flash theUKdude Members Cafe 29 01-24-2013 08:24 AM
Open Letter to Macromedia molaram General Flash 10 02-18-2005 01:29 AM
+++ Flash Studio PRO v2 +++ Gambini New Softwares 0 03-30-2004 05:24 PM
JavaScript to Flash MP3 Player - Please Help!!! Vic D Flash MX ActionScript 1 11-11-2003 12:04 AM
HTML rendering in Flash squeebie Newbies 2 07-01-2003 03:18 PM




All times are GMT. The time now is 12:48 AM.