-
07-25-2007, 01:12 AM
#101
Programming Ninja
haha, feature requests a plenty 
well I am going to explain it, but you write it
(mostly because I am on an iPhone)
Create a function that accepts a number as a parameter, place that in the class. Inside this new function check for valid number.. and call the "loadPicture" function with the number. simple as that.
matt
-
07-08-2008, 09:56 PM
#102
HELP with the XML Gallery!
Hallo everybody! Need Matthew's help or whoever can give me a suggestion...
I've downloaded this XML Flash Gallery...it perfectly works offline on my PC, but as I try to embed it in my website...it doesn't work anymore... 
To better explain...my website has got a main swf container which loads external swf as pages of the site.
Here you can download the files of the gallery I have modified:
Sources files
Hope you can help me!
Thank you all!
Claudia
[Edited on 7/8/2008 by Claudia78]
[Edited on 7/8/2008 by Claudia78]
-
10-03-2008, 08:29 PM
#103
hey mkeefe. I downloaded your sample files for cs3, as this animated transition between images is something I've been looking for. (Job well done). However, I notice that it's built for AS2, and when I try to reconfigure it for AS3. I've gotten a few errors.
The one I'm stuck on now is:
1046: Type was not found or was not a compile-time constant: SimpleGallery.
and the code that it give is this:
// Include External Actionscript File
//#include "exampleGallery.as"
import SimpleGallery;
var simpleGallery:SimpleGallery = new SimpleGallery(this);
I'm not entirely familiar with Actionscript although I've done a fair share of it. Anyone have any thoughts on why this would be happening?
Thanks for your help.
dave.
-
10-04-2008, 12:15 AM
#104
Programming Ninja
@dshaban - That gallery is for Flash CS3, not ActionScript 3. You would need to convert the code in order to use it for ActionScript 3.
Matt
-
10-04-2008, 09:55 PM
#105
Yes I know, I was attempting to convert it to AS3 but it doesn't seem to be a fairly easy transition from AS2 unfortunately...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules