Archive for the 'Flash' Category

09
th June, 2008

Flash, SSL, no-cache, IE6

Slipped under Flash

2032 Error. There appears to still be problems with Flash AS3 (Flash Player 9 rev 124) and IE6 with SSL and no-cache..

I couldn’t find where it was sending these headers… so the fix was rather than removing these headers, I overwrite them with:

header(”Cache-Control: cache, must-revalidate”);
header(”Pragma: public”);

05
th June, 2008

HTML Text Links in Flash and Accessibility

Slipped under Accessibility, Flash, Ramblings, Web

I’m currently trying to make beijing.100percentme.co.uk accessible. It is a flash website. Certain parts however utilises html text links, and while I’m testing with JAWs I can read and “click” on buttons. I can’t seem to do so with html text links in Flash (AS3, Flash Player 9).

I can’t find any resources or references on the net on whether I can make html text links in flash keyboard accessible.

I’ve been reading up various accessible flash tips and looking at other accessible Flash site. Such as the JKRowling site by LightMakers - I noticed they don’t have html text links thereby avoiding this problem I’m having…

Therefore… I conclude… it is impossible.

Correct me if I’m wrong. Please!

Update: Hey I found a work around. http://www.majordan.net/test/inlinelinksapp/. Next time I got to read Niqui Merret’s blog comments more carefully… >.>

08
th April, 2008

Flash AS3 programming - mid thoughts

Slipped under Flash, Ramblings, Web

I’ve finally discovered the joy of programming AS3… I can do everything the designer has done in Flash with a couple of lines of code!!

Last time I played with Flash was Flash 4 or 5, I didn’t use AS at all back then, relying on the timeline. It was interesting, but it simply took too long to do anything interesting back then!

Today AS3 seems to have given Flash a new lease of life. Now, comparing js coding to AS3 coding it is very similar and the advantage of js vs AS3 is enourmous! Particularly when we’re talking about performance and the ability to control graphically what happens.

I (heart) flash! Shame it isn’t as “accessible” as it could be. This is one big reason why I cannot use Flash in commercial business sites in the UK!

I’m not going to go and argue about Flash vs js, all I’m going to say is, I cannot see how js browser implementations can catch up to Flash in terms of the amount of power it gives us! Simply put, if I have to compare Flash with anything (other than silverlight). Flash apps is closer to Java web apps than js.

Anyhoos… Flash has definitely got a future if Adobe can first and foremost make it as accessible as it could possibly be! (i.e. make it screenreader compatible for Macs and Linux - not just those on specific software in Windows! and also give us developers more control over accessible content and be a bit more “smart” about automatic accessible contents!)

Been digging around PV3D, looks awesome, then got reminded about “Adobe” Director, I just can’t figure out what Adobe is trying to do - I think they’re very confused themselves what to do with so many packages that are now coming together in different ways. (Flash & Flex)…. why oh why are you splitting these apart! I know you’re doing it for the money, but lets be realistic, if us developers have to buy 3 different packages that in the end comes together as a single site. I would very much think of other alternatives…. (silverlight - thank god there is competition - albeit from another monopoly!)

This concludes this session of Flash ramblings. Later.