I have recently spent much time researching and experimenting for a solution to a problem with the Flash component UIScrollBar where the scrollbar shows up only as a rectangle – no up or down arrow, and no thumb slider. The dynamic text can be scrolled by using the mouse wheel scroll once you click inside [...]
Continue reading about Flash Component UIScrollBar Issue Resolved
I never realized that there could easily be conflicts with SWFObject generated flash pieces until I used it in my project today. One of the reasons for me to use the SWFObject code to insert flash is to insert the flash piece easily and not to worry about various cross-browser shinanigans and flash plugin detection [...]
Look what I have found today – a cool and easy-to-use 3D image slider called CU3ER
I ran into a couple of bizarre problems when I had to add a module to a completed Flash project. First of all, my project is a main Flash movie that dynamically loads individual modules. The main movie is published to Flash Player 10 using AS3, and the individual modules are published to Flash Player [...]
Problem: if you have Internet Explorer 8 and want to install or upgrade to the latest Flash Player by going to Adobe’s Flash installer page (http://get.adobe.com/flashplayer/), your IE8 browser may freeze.
I did some research online, and at this point, there appears to be no solutions from Adobe or Microsoft.
Fortunately, there is [...]
Continue reading about IE8 Freezes on Adobe’s Flash Player Installer Page
The Timer object can be a source of problems in actionscript 3 projects. In my recent project, I needed to do some script-based animation on a frame, and I used TweenLite (a great animation engine) to create a sequence of animations, and I needed the animation to repeat the sequence on and on until the [...]
