all groups > flash (macromedia) > july 2006 >
You're in the

flash (macromedia)

group:

Can you do this in Flash?


Re: Can you do this in Flash? dan mode
7/31/2006 10:16:08 PM
flash (macromedia):
Sure. Here's a sample, your xml code may look a bit different...put on the
button code:

myBtn.onRelease=function(){
myBtn.enabled = false
var myXml = new XML();
myXml.ignoreWhite = true;
mycomboXml.onLoad = function() {
var baseName = this.firstChild.childNodes;
for (var j = 0; j<baseName.length; j++) {
if (baseName[j].nodeName != null) {
//as you start to traverse the xml tree, enable the buttons
myBtn.enabled = true
...
...


--

Dan Mode
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11

[quoted text, click to view]

Can you do this in Flash? pixculim
7/31/2006 11:31:00 PM
Hi there, i have a movie where I load XML files depending on the buton that has
been pressed, I need to make sure that all butons become desabled while loading
one of those XML files because If the user clicks on an other buton while
loading the XML file my movie just hangs and crashes, I've seen movies where
the whole screen will somehow blur everighitn and it becomes unavailable
(Buttons, interaction, etc) while flash loads the content, any help?

thanks for your time and help-

Sincerely,

Poncho.,

Re: Can you do this in Flash? pixculim
8/2/2006 2:47:32 AM
Thank you very much, I didn't quite did it like that, but you made me think out
of the box and got the problem solved doing something close to what you
proposed.

Thanks again.

If you want to se it http://www.cometocozumel.com/interactivemap/default.html
(Work in progres)
Re: Can you do this in Flash? shikozel
8/7/2006 12:00:00 AM
Re: Can you do this in Flash? dan mode
8/7/2006 1:45:44 AM
np

--

Dan Mode
->Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog

[quoted text, click to view]

AddThis Social Bookmark Button