Articles about xml’

Aug 6, 2010

X3DOM Exploration #2: Creating Geometry with IndexedFaceSet

Posted by Dennis in 3D, WebGL 5 comments

In my previous post about X3DOM I covered some of the very basics. I used a <Box> object and slapped a Twitter avatar on it. In this post I’m going to use the <IndexedFaceSet> element to create geometry dynamically.
Read them pixels
For this example I’ve used a PHP-script that loads an image, resizes it to an [...]


Jul 25, 2008

IOErrorEvent.IO_ERROR raised when loading an XML file in IE6

Posted by Dennis in ActionScript, Flash 1 comment

An IOErrorEvent.IO_ERROR was raised when I tried to load an XML file (ActionScript 3.0). This only happened in IE6 on a specific server. The strange thing was that I got a HTTP/1.0 200 OK message in my HTTP sniffer. It turns out that IE6 can’t handle a specific combination of http headers:

Cache-Control: no-cache
Content-Encoding: gzip

There’s a [...]