views:

45

answers:

2

There are some demos here: http://paulirish.com/work/gordon/demos/

I downloaded blue.html as well as blue.swf on my local pc. But opening it I can't make it work.

Why ?

+1  A: 

If you're using it on your local PC using file:// URL's, I'll bet a beer it's not working due to browser security restrictions. You should be getting warnings in Firefox's error console if that's the case.

You'd then need to test it on a web server, or set up a local web server accessible through http://localhost.

Pekka
It doesn't work either.
Can you add some details what doesn't work? Maybe post a live URL?
Pekka
A: 

It may be that you are trying to play an incompatible .swf file. According to its gitHub page, the player can not render any .swfs over version 2.

A SWF Tag support table is on Github here,

http://wiki.github.com/tobeytailor/gordon/swf-tag-support-table/

duckbox
I downloaded the same swf file the demo is using