[Flashcoders] calling ext file

2006-03-06 Thread Harry




HI all,

I am calling the thumbnails from a folder i.e outside the fla. and it's 
working fine but the prob. is I want to call the zoom of the those 
thumbnails also that to  from outside folder. Can any one tell me how to do 
it? I mean it should be , when clicking on thumbnails it should call the 
zoom of photo from outside. The thumbnails are put in project in such a way 
that on clicking on next button it calls another thumbnail and so on. I want 
that on selecting one thumbnail, it should call the corresponding zoom from 
outside folder.
( Hi Nick, am trying though flashcoder but it's down perhaps, could you 
advise me directly)


Harry
___

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] calling ext file

2006-03-06 Thread Harry

- Original Message - 
From: Bharat Group 
To: flashcoders@chattyfig.figleaf.com 
Sent: Monday, March 06, 2006 4:01 PM
Subject: calling ext file


HI all,

I am calling the thumbnails from a folder i.e outside the fla. and it's working 
fine but the prob. is I want to call the zoom of the those thumbnails also that 
to  from outside folder. Can any one tell me how to do it? I mean it should be 
, when clicking on thumbnails it should call the zoom of photo from outside. 
The thumbnails are put in project in such a way that on clicking on next button 
it calls another thumbnail and so on. I want that on selecting one thumbnail, 
it should call the corresponding zoom from outside folder.
( Hi Nick, am trying though flashcoder but it's down perhaps, could you advise 
me directly)

Harry
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] : How to call zooms photo from outside folder.

2006-03-06 Thread Harry

- Original Message - 
From: Bharat Group 
To: flashcoders@chattyfig.figleaf.com 
Cc: Nick Weekes 
Sent: Monday, March 06, 2006 2:08 PM
Subject: How to call zooms photo from outside folder.


HI all,

I am calling the thumbnails from a folder i.e outside the fla. and it's working 
fine but the prob. is I want to call the zoom of the those thumbnails also that 
to  from outside folder. Can any one tell me how to do it? I mean it should be 
, when clicking on thumbnails it should call the zoom of photo from outside. 
The thumbnails are put in project in such a way that on clicking on next button 
it calls another thumbnail and so on. I want that on selecting one thumbnail, 
it should call the corresponding zoom from outside folder.
( Hi Nick, am trying though flashcoder but it's down perhaps, could you advise 
me directly)

Harry
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Strange XML loading issues

2006-03-02 Thread Harry Kim
Hi folks,

 

I'm hoping someone can help here with a strange XML issue I can't seem to
solve. I've created a few dozen lessons in Flash for a client, where each
lessons reads an XML file 11 - 15 KB in size. Everything works great, except
once in a while the XML doesn't load in IE (have no problems in Firefox). I
have a simple xml.onLoad function as follows:

 

my_xml = new XML();

my_xml ignoreWhite = true;

my_xml.onLoad = function (success) { 

if (success) {

...

} else {

trace("*** ERROR: Cannot load " + xmlFile);

}

}

my_xml.load(xmlFile);

 

Most of the time, this works. But sometimes in IE, I get the above error
message and it seems like the onLoad fails without timing out (I get the
error right away). It's kind of a serious issue for me because all my
lessons depend on these xml files. Has anyone encountered this before?

 

I know it's not the no cache headers issue because most of the time, the
lessons work. I figure it's not a timeout issue because I get the error
right instantaneously. It's difficult to debug because I can't seem to
replicate the error consistently. Can anyone help, please? Thanx!

 

harry

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Help with timeline Script

2006-03-01 Thread Harry

Byron man, this is client requirement. He wants to open the outlook as soon
as some click on his email id. And you know about the clients, if they need
it ,they need it.

- Original Message - 
From: "Byron Canfield" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, March 01, 2006 11:24 AM
Subject: Re: [Flashcoders] Help with timeline Script



The first thing you should do is repair your naming -- object (and all
other) names in Flash should always begin with at least one non-numeric
character.

--
Byron "Barn" Canfield


Help!  I cant get this code quite right.  I'm probably attempting 
somthing

that is way above my head but maybe i'll learn something in the end ;-)

Goal description:

I'm creating a time line.  I have a series of dates that act as a series
of
buttons.  Each button controls a specific mc.  Like so:

1930_btn controls 1930_mc
1940_btn controls 1940_mc
1950_btn controls 1950_mc



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com