Archive for the ‘Site updates’ Category

Actionscript 3 rss feed for the latest blog post

Wednesday, September 2nd, 2009

Yesturday I was working on an rss feed for my flash site to show my latest blog posts. I’ve just completed it.

View it here

Edit: I had a hell of a problem with Firefox with the Sandbox Security error. After looking through various articles on the same problem I realised that I needed to pass out a parameter in the swfobject javascript:

params.allowscriptaccess = "sameDomain";.

I also added in the flash document:

Security.allowDomain("XXX");
Security.loadPolicyFile("http://XXX.co.uk/crossdomain.xml");

trace("Security type=" + Security.sandboxType);

Blog launched

Monday, August 31st, 2009

Over the past week I have been working on a new blog to run alongside with my Flash portfolio. I am proud to finally show my site’s visitors the new blog and colour scheme.

The blog will feature discussions on past and future works. Mainly focusing on the theoretical side of my projects and experiments. Over the next couple weeks I will be uploading some of my previous projects to try and bulk up the content.

Thank you for taking the time to read this,

DAVID PAUL ROSSER