Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Steven Allison-Bunnell #1
Problems loading AS 2.0 Classes
Running Flash MX 2004 Pro 7.01
OS 10.3.2 with 1.5 GB RAM
I've been trying to make Chad Corbin's 3D classes for ActionScript 2.0 work.
(see [url]http://www.macromedia.com/devnet/mx/flash/articles/3d_classes.html[/url])
These classes refer to each other, ie, one class will import other classes,
all sitting in the same package subdirectory.
I downloaded the sample code, opened the FLA, and tried to publish the
movie. The compiler lists a whole ton of errors, all of them variations on:
**Error** Users:~:Documents:3Dclasses:com:lo9ic:Node.as: Line 5: The class
'com.lo9ic.Quaternion' could not be loaded.
private var $q1, $q2, $q3:Quaternion;
This is generated without altering the document classpath in the Publish
settings.
I haven't changed anything in any of the files, so I feel like there's
something basic I've done wrong in setting up Flash.
Any insight would be very welcome since MM has NO explanation of the
possible causes of this error.
Thanks,
Steve
Steveab [a-t] eduweb [dot] com
Steven Allison-Bunnell Guest
-
#39111 [NEW]: debug_backtrace() has problems with static classes
From: vincent dot guth at gmail dot com Operating system: * PHP version: 5.1.6 PHP Bug Type: Unknown/Other Function Bug... -
Loading XML using a custom class and accessing it fromother classes?
I began with a class for a movie clip rollover function FigureRollOver. It works marvellously. Three things happen: 1) it loads XML from a file... -
Problems with XSD-generated Classes...
Hi, I use XSD to generate my classed based on an XML schema, then include those classes in my web service code. My web service test client reads... -
[PHP] loading classes and efficiency
woah function create_object($class_path,$class_name) { include("".$class_path."/".$class_name.".php"); return new $class_name; } -
loading classes and efficiency
Hi there i was wondering is it more efficient to load class files and objects when needed per page or is it ok to include them in my main include...



Reply With Quote

