macromedia.flash.actionscript
[Top] [All Lists]

Re: Can someone help me with this code?

Subject: Re: Can someone help me with this code?
From: "Kol-001" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 28 Aug 2008 21:01:38 +0000 (UTC)
Newsgroups: macromedia.flash.actionscript

Hi Hugh,

 A couple of things to start you off....

 Is this to do with Simpleviewer? Are they the suppliers you talk of?

 Shouldn't the (24) be ("24.xml")   ? Doesn't the function have to access a xml 
file (string) and not a number?

 Then you need a button (myLoadGalBtn) with the following code:

 myLoadGalBtn.onRelease = function () {
     loadGallery("24.xml");
 }

 Cheers

 Kol




<Prev in Thread] Current Thread [Next in Thread>