adrianparr


Member since 02/09/2009

Name: Adrian Parr

adrianparr

Location: Aylesbury, UK

Website: http://www.adrianparr.com

I am an experienced freelance multimedia professional with a strong mix of technical and managerial skills. I have more than eight years’ experience working in a busy London full-service digital media agency. I consider myself an all-round digital media expert with a focus on Adobe Flash and related technologies. I am a hard worker who is very easy to get along with.\r\n\r\nPlease visit my LinkedIn profile (http://www.linkedin.com/in/adrianparr) to view recommendations from previous co-workers. I have worked on interactive projects across a wide range of sectors, including education, government, television and advertising, receiving more than 20 major industry awards. I am passionate about the industry and active within the online community, and always ensure my knowledge is up-to-date.

5 snippets

7509 profile views

13 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

adrianparr's Recent SnippetsTagged xml



« Prev 1 Next »
TimedText (TT) XML captions files can have namespaces that cause problems when parsing them in AS3. To get around this you can use this code to remove the namespace from the root XML node using Regex. This example uses
0 808 posted 12 years ago by adrianparr
If you don't deal with namespaces in XML correctly they can break your parsing in AS3. One way of getting around this is to remove the namespace from the XML a using regular expression.
0 901 posted 12 years ago by adrianparr
Use this static class to encode and decode HTML Entity Names. For some reason Snipplr doesn't display all the code, so download the ZIP file for a full working demo and source code.
0 1615 posted 13 years ago by adrianparr
These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.
0 1017 posted 13 years ago by adrianparr
Here is a Document Class that loads an external XML file.
2 1034 posted 13 years ago by adrianparr
« Prev 1 Next »