Nah the nav Is
constructed in Actionscript classes
seems confusing to me it works in firefox and not ie which is a big problem for
me..
thanks for all the help so far
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Davey
Sent: Friday, 13 May 2005 12:59 PM
To: Flash
Developers List
Subject: [fugli] RE: firefox vs ie
compatability
In your nav movie clip do you have a
stop() action on the first frame? If so try putting it on the 2nd
frame, as long as it doesn’t affect any function calls?
Jason
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss
Sent: Friday, 13 May 2005 12:30 PM
To: Flash
Developers List
Subject: [fugli] RE: firefox vs ie
compatability
That’s the
problem I’m getting,
it doesn’t load the background the first time and inturn the content
doesn’t load,
but if I click something else and return to it it works.
This problem doesn’t occur in firefox,
are there any differences in flash between the 2 browsers?
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Lane
Sent: Friday, 13 May 2005 12:18 PM
To: Flash
Developers List
Subject: [fugli] RE: firefox vs ie
compatability
It mostly worked
the same for me in both browsers. The first time I selected
"Servicings" in IE it didn't load the image. But when I went to
another link and then returned it loaded fine. Cleared the temp files ,
restarted browser a few times but couldn't get it to repeat the problem.
Bill Lane
>>>
[EMAIL PROTECTED] 05/13/05 12:10 pm >>>
The top menu is the
problem, all the pages (except subscribe and links, “please don’t
click these buttons as it crashes the app”) work in FireFox, but not IE.
Can you guys please
check it out again?
http://www.tedscycles.com.au/tedsCycles.htm
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Porto
Sent: Friday, 13 May 2005 8:57 AM
To: Flash Developers List
Subject: [fugli] RE: firefox vs ie
compatability
Works fine here
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss
Sent: Thursday, 12 May 2005 9:14
PM
To: Flash Developers List
Subject: [fugli] RE: firefox vs ie
compatability
I have a compatability
issue between firefox and internet explorer.
my site is http://www.tedscycles.com.au/tedsCycles.htm
you will see the home page loads in firefox but not explorer (it also words in
my flash IDE).
I thought the flash plug-in would handle the .swf the same in either browser?
Bjorn
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Lane
Sent: Thursday, 12 May 2005 1:12
PM
To: Flash Developers List
Subject: [fugli] Re: dynamically
referring to components
Ignore this
post. I was half way through writing it when I got your reply. I
meant to cancel. But instead sent it.
>>> [EMAIL PROTECTED] 05/12/05 1:04 pm >>>
In browser DOM you
use getElementById to get a reference to the object using it's name.
There are numerous ways to do this in Flash. Modifying your example
slightly:
function
something(componentInstanceName) {
this[componentInstanceName].text = "something";
}
>>> [EMAIL PROTECTED] 05/12/05 12:35 pm >>>
thanks bill, but it's the conditional if () that i'm trying to avoid.
i'm thinking of the way it's implemented in browser DOM models with
document.getElementById(elementID).
surely there's a way?
On 5/12/05, Bill Lane
<[EMAIL PROTECTED]> wrote:
>
> Using components you can use getFocus to get a reference to the currently
> active component. I use this in conjunction with an event listener
to
> respond to component events. Not sure that this is the best
way. I'd be
> interested to hear what others are doing.
>
> //example
>
> var new_object = createClassObject(mx.controls.TextInput,id,next_depth,o);
> new_object.addEventListener("change", change_action);
>
> function change_action(evt:Object)
> {
> //get focussed item
> var f:Object = evt.target.getFocus();
> if(f.className == "TextInput")
> {
> f.text = "something"
> }
>
> }
>
>
>
>
> Bill Lane
> =====================
> Web Developer
> Educational Media Group
> PVC Teaching and Learning Portfolio
> RMIT University
> Tel: 61 3 9925 9804
> Fax: 61 3 9925 9625
> [EMAIL PROTECTED]
> =====================
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/ ---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/ ---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---