At my company, we use Omniture SiteCatalyst for our web analytics/tracking. Unfortunately, Omniture does not give user’s Flash Version statistics in their standard reports like Google Analytics does. On the other hand, Omniture gives you the freedom to create custom reports that you can determine on your own using their provided JavaScript code. I am… Read more »
Posts Tagged: Flash
Prevent copy/paste and Print Screen online
NOTE: This script is no longer supported in Flash Player 10. (It was fun while it lasted!) Let’s face it, there is such a thing as sensitive material on the web. I was recently put to the task of protecting a certain page on our company’s intranet from being redistributed outside the company. In other… Read more »
AOL vs. Flash Pre-Loader
I’ve been using an image pre-loader that I wrote myself for several years now, whenever I need to load an external jpeg into my movie. I’ve also been in the habbit of re-naming my .jpg images to .jjj in order to trick AOL’s image compression “feature.” What I never expected is that AOL would also… Read more »
using ‘set variable’ to store a new array in a sharedObject BUG
PROBLEM Today I ran into a rather perplexing bug in Flash when I tried to create/write to a shared object. I needed to create an array named after an ID and then store 3 values into that array. The idea is that each ID would have its own array with its own 3 values. Since… Read more »
Embedding Flash While Supporting Standards (and without javaScript)
An even better improvement to the Flash Satay and Flash Javay methods I’ve been looking at the Flash Satay method of maintaining valid markup using flash (the <embed> tag commonly used for non-IE browsers is no longer supported by current versions of HTML and XHTML). It always seemed a little wacky and time consuming to… Read more »