Tag Archives: XML

FDT and ANT – part 1

Just started to work with FDT and wrote about my “troubles” (post#1 and post#2) with my transition from FlashDevelop. (have to be very carefull what I say: “they” are watching me: here and here ) And it seems to be a very natural (geeky) thing to learn about ANT. And where do you go to [...]

What about SVG files?

Previous post I wrote some vector files but not the kind you are used from me. Usually I use .PDF but in the case I use .SVG files, and you want to know what that is about… What is a .SVG file? Wikipedia on this subject: http://en.wikipedia.org/wiki/Svg Scalable Vector Graphics (SVG) is a family of [...]

Twitter rss reader in Flash as3

Update #1: must read this post, otherwise this code will fail when you place it on your server! I recently started my own company (eMCeeKay.nl) and I need to make a website for it…. Not really a problem besides that I don’t have any time to create a design. So I was thinking about a [...]

Notepad++ opens ActionScript file with Haskell syntax highlighting

Sometimes I open ActionScript files in another editor then FlashDevelop. And in my case this is Notepad++. Notepad++ has ActionScript syntax highlighting but it seems that it doesn’t detect it. When I open an AS file it uses the Haskell syntax highlighting, and that is very annoying especially when you open a couple of files [...]

XML Reader Flash panel – Todo and Requests

A while ago, I created XML Reader Flash panel. I’ve been using it (and colleagues) for some time now, and I found some points of improvement: Doesn’t work correctly on a mac (scrollbar disappears) External XML (fill in url of XML) Remove \r and \n in node Errors about wrong formed XML Different methods of [...]

XML Reader Flash panel

When you’re working with Flash and dynamic content your no stranger to XML. And how to access the data in the XML. There are a couple of ways you can access and manipulating XML documents in Flash: the nerdy way (XML DOM): my_xml.firstChild.childNodes[2].childNodes[1].attributes.x the xPath way using xfactorstudio XPath classes: xmlDoc.selectNodes(“/bookstore/book[price>35]/title”) the Flash XPathAPI class: [...]

Dir2xml v1.1 released

This is a little tool I build with the help of Screenweaver. A dir(ectory) 2 XML tool. Wanna know more about the reason?? Version 1.0 had some bugs, and the output (XML) wasn’t the way it should be. Dir2xml v1.1 (yes indeed it’s the same picture as version 1.0, there are no big changes to [...]

Dir2xml

This is a little tool I build with the help of Screenweaver. A dir(ectory) 2 XML tool. I was looking for a program that could create an XML file from a directory. I found some programs that could help me with this (commandline, Printfolder, Dirhtml) but none of them creates an XML at once. So [...]

SlideShow v1.0

A little dynamic slideshow a made with Flash using XML. It’s not finished but it usable. And it’s not really the reason I wanted to show this. What I wanted to show is my dir2xml program that I wrote with Flash and Screenweaver SlideShow v1.0 Download I haven’t had the time to clean up the [...]