David Harris's Technology Blog

ColdFusion, Flex, and other stuff...   (and 341,536 hours, 9 mins in to my plan for global domination)

Search:

Calendar:

Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Subscribe:

Enter your email address to subscribe to this blog.

Archives By Subject:

Tags:

action script adobe air ajax cfug coldfusion flash flex frameworks free software fxug general jpgmetadatareader mac off topic opensource papervision spry

Recent Entries:

No recent entries.

Top Posts:

Recent Comments:

Top Commenters:

My Links:

RSS:


Simple PaperVision3D Blurring example

I did this to work out how to do blurring in PaperVision.

It is very simple, but for some reason I spent ages looking at it and spinning it round...

...do you know why?

'ave a look

My PaperVision Playing requires Adobe Flash Player 9. Get Adobe Flash..

PS: I'll tidy up the code and post it soon... *promise!*

Related Blog Entries

Comments
That is really sweet blur! I tried plugging in your code
into my file but I got some compile errors.

Line 2: 1078: Label must be a simple identifier.
Line 83: 1078: Label must be a simple identifier.
Line 92: 1083: Syntax error: xmltagstartend is unexpected.

Seems I'm missing something with the mx tags.
Any thoughts?
# Posted By Tyler | 9/2/07 9:54 AM
Hi Tyler,

I am guessing you didn't create a new Flex2 application and put the example code with no changes in it?
As the compile error is talking about a "label" attribute, and the example code here: http://www.harrisfamily.net.nz/devblog/index.cfm/2... has no labels in it...

Also, this was built on PV3d Rc1 ( I think), and when I checked last, it doesn't work right on the current release of PV3D
# Posted By David | 9/2/07 5:32 PM