IE problems with Mac built swf's

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 7th, 2006, 11:26
New Member
Join Date: Aug 2006
Location: England
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question IE problems with Mac built swf's

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 As it stands it works prfectly on any apple mac using safari, and there it all ends. The entire site, which is presently being rebuilt, will not load correctly or function correctly in IE, the problem is that there are a lot of progress bar components, all standard aside from a colour change that will not display progress correctly.

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,
Reply With Quote

  #2 (permalink)  
Old Aug 15th, 2006, 13:41
New Member
Join Date: Aug 2006
Location: England
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Aug 15th, 2006, 14:33
Up'n'Coming Member
Join Date: Jul 2006
Location: Dallasish Texas
Age: 41
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to PixelLuv Send a message via Yahoo to PixelLuv
Re: IE problems with Mac built swf's

Good points! Thanks for the update.
Reply With Quote
  #4 (permalink)  
Old Aug 26th, 2006, 05:32
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: IE problems with Mac built swf's

You know I have the same type of problem when ever I go to build an HTML website. IE always messes everything up. It will look great in every browser except for IE. I am almost at the point where I build 2 websites. One for IE and one for all the other browsers. I hate IE!!
Reply With Quote
Reply

Tags
problems, mac, built, swfs

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 12:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43