Jul
13
2011

Announcing Open Source DirectDVD

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, [...]

Jul
12
2011

Delete E4X Attributes

7-12-2011 4-28-25 PM

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 [...]

Jul
12
2011

Singleton Access in AS3

7-12-2011 4-08-39 PM

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

Mark Bevins is the Lead Developer for Orion Studios Productions-
 
Developing Software for over 10 years using C#/ASP.net/Delphi/Java/AS3/PHP and many additional languages.

Open Source DirectDVD

Open Source During July/August 2011
Will be sharing with our users (Open Source DirectDVD) allowing anyone to create their own DVD Player in Windows!