13
2011
Announcing Open Source DirectDVD
Will be releasing the source code to DirectDVD in sections through out the month of July – this will be displayed in (Delphi & C# Code) – This will be the complete code including Audio/Video filters and Surround Sound. I will not be releasing the DirectDVD 6 HD code- this code will be strictly the 8 Edition Release If you are interested in getting the first batch of code- just leave a comment below- Also, [...]
12
2011
Delete E4X Attributes
Solution I’ve just been trying to delete a node and all its descendants from an XML object selected on the value of an attribute. Having read the “ECMAScript for XML (E4X) Specification” (PDF) as linked to from the Flex documentation I expected to be able to write the following… however the above code will generate the following Flash Player runtime error… TypeError: Error #1119: Delete operator is not supported with operand of type XMLList The [...]
12
2011
Singleton Access in AS3
Using the Singleton in the AS3 by Mark Bevins You can use a singleton for your document class (Main, in your example), which allows you to access the instance from anywhere. I used this in a Flash production which allowed me to directly control the main Flash Document from an external class- we are following proper programming methods here by using the singleton in the real World! Then you access the Main instance like this: The document [...]
About Mark Bevins
Open Source DirectDVD
Popular Posts
- Announcing Open Source DirectDVD
1 comments - Singleton Access in AS3
0 comments - Delete E4X Attributes
0 comments


An article by Mark Bevins



