This is a discussion on "IE problems with Mac built swf's" within the Flash & Multimedia Forum section. This forum, and the thread "IE problems with Mac built swf's are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE problems with Mac built swf's
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi,
I am not having a problem with the active X systems, they might be a little long winded but hey there are solutions out there. I have a website developed for my company, done entirely by me The irony is that sometimes the bars actually work, but never all of them and most still remain at 0 and never move. I have the following AS in place on every progress bar component: on (complete) { this.visible = false; } on (progress) { this.visible = true; } Now theye are appearing and disappearing in IE, the work perfectly in safari and generally on macs. On IE though sometimes they simply do not appear or appear and fail to display progress. They must be making progress else they would not have been hidden in the first place though. All content is loaded into a loader component, each one loads a smple jpg or, at the highest level, another swf file. The files are there and are working but for some reason I can not fathom IE just will not function with any of it. So in sequence: 1: Loads swf files into a loader with a progress bar component 2: The loaded swf files contents are loaded into loaders with progress bar components. The code for the loader events is as such: var BGLOC:String = "Images/01.jpg"; //Function assigned to load the background image/s function LoadBG() { BGPBar.setStyle("themeColor", 0xFF0000); BGLdr.autoLoad = false; BGLdr.contentPath = BGLOC; BGPBar.source = BGLdr; BGLdr.load(); } LoadBG(); I can find no error with my code anywhere, for one thing, as I have said it works perfectly on the Mac. Just not on IE or on PC's. I have tried targeting lower flash players, despite loosing invert blend methods, I have tried to use different embed methods and object tags and nothing is working to rectify this, does anyone know what is wrong or how to fix it? I am aware of Mac/PC font issues, and flash 8 embedding font issues, they are not playing a part in this problem. Is it simply because it was built using Flash 8 Pro on a Mac? Sounds daft I know but it wouldn't be the firt time I have had this type of problem from Mr Jobbs. I can recompile this all on a PC with Flash Pro 8 or MX 2004 also if that woold be a fix but I can't see why it would make such a difference? Anyway, heres what it should look like and functions perfectly in Safari, please bear in mind that some of it is still unfinished: http://www.formatimaging.co.uk/Temps/NewFI/index.html You can try that with IE on a PC but it will not work. At all....you could however try this one: http://www.formatimaging.co.uk/Temps/NewFI/main.html Again please remember its a work in progress and the buttons are a complete mess in this one, I want it functioning before I pretty it all up again Any help will be much appreciated! Cheers, |
|
|
|
|||
|
Re: IE problems with Mac built swf's
Fixed.
If you have a similar problem code the preloader yourself, do not rely on the built in objects to handle things as they simply will not work with IE when you dev things on a mac, also make sure to instantiate your preloader efore the objects begin loading to make sure that they are loaded. |
|
|||
|
Re: IE problems with Mac built swf's
Good points! Thanks for the update.
|
![]() |
| Tags |
| problems, mac, built, swfs |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Planning a site built on a CMS. | Ed | Website Planning | 5 | Aug 23rd, 2007 20:11 |
| how to built register and log-in pages? | whitenight639 | Starting Out | 7 | Jan 15th, 2007 17:27 |
| converting jpg's into swf's | amit_shetye | PHP Forum | 1 | Dec 5th, 2005 05:49 |
| Built my CSS site - Different browser problems - please help | 7724 | Web Page Design | 0 | Sep 30th, 2005 14:21 |