This is a discussion on "Internet Explorer and the Active-X warning" within the Flash & Multimedia Forum section. This forum, and the thread "Internet Explorer and the Active-X warning are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Internet Explorer and the Active-X warning
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Internet Explorer and the Active-X warning
I have a site here in which I have a couple of flash movies that need to download before playing. I used a pre-loader to hold off the playback until it is all downloaded. In the pre-loader I used the flash function getBytesLoaded() command. Is this the command the offends Internet Explorer? How else would I write the preloader? Here is the code I used: play(); var frames_loaded = _root.getBytesLoaded(); var frames_total = _root.getBytesTotal(); var countD = Math.round(10-(frames_loaded/frames_total*10)); if (countD == 0) { countD = "1"; } trace("frames_loaded = "+ frames_loaded); trace("frames_total = "+ frames_total); trace("countdown= "+_root.countdown.text); if (frames_total == frames_loaded) { _root.countD = "1"; trace("total frames loaded"); gotoAndPlay(3); } else { _root.countdown.text = countD; } |
|
|
![]() |
| Tags |
| internet, explorer, activex, warning |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| css internet explorer 6 firefox | thosecars82 | Web Page Design | 2 | May 19th, 2008 15:37 |
| Internet Explorer 6.0 & 5.5 don't like me | bodgit | Web Page Design | 0 | May 10th, 2008 17:40 |
| Internet Explorer 8 | CloudedVision | Webforumz Cafe | 9 | Feb 20th, 2008 23:05 |
| Bloody Internet Explorer! | JasonKing | Web Page Design | 2 | Sep 8th, 2007 12:24 |
| CSS Internet Explorer only | Kropotkin | Web Page Design | 8 | Sep 5th, 2007 12:34 |