Friday the 13th

Today is turning out to be a real Friday the 13th! Everything that could go wrong, goes wrong… ๐Ÿ™

Swift3D can’t export object with bitmap textures for vector output, while I desperately needed that. Other than that am I stuck on a weird problem with Flash and not showing some of my MovieClips, not showing the entire SWF in the browser at times AND Flash stopping the playhead at the wrong framelabel…

This day better be over soon! Aaaaaaarrrgghh!!! :p

XML and Latin-1 characters

You should use the decimal character references for these characters to use them in your XML. So instead of writing รƒยก, you should write ‘& # 2 2 5 ;’ (remove the spaces). This way Flash will display the characters correctly.
A list of the char references can be found at: http://www.bbsinc.com/iso8859.html

EDIT: Another way of solving this is setting the XML encoding to UTF-8.

  1. <?xml version="1.0" encoding="utf-8"?>