Category: Flash

  • AOL Instant Messenger Uses Flash Video?

    I started AIM this morning, and it displayed a little video where the ads are up top. It crashed after about 3 seconds of playing (I had a big SWF compiling, and had iTunes eating mad bandwidth).

    I opened and closed the Buddy List trying to get the video to play again (since a new ad comes up when you do this). However, the closest I got was the M&M ad for m-azing.com. I tried clearing my cache in both IE and Firefox, and dug around in my registry as well as the AIM install directory trying to find out if it did a setting somewhere to register I viewed the video to no avail.

    Anyway, curious if someone can find out if it was done with Flash Video. The website doesn’t use it (Windows Media or Quicktime).

    Sorry about my comments being down; MoveableType is extremely easy to break, and considering I don’t know Perl, upon attempting an installation of a Captcha test, I broke something. Until Perl blog spam bots go extinct, I have to deal with these issues.

  • CaptivatePlayer

    *** Updated to 1.2 ***

    Some of the users on a Captivate list said they would find it useful if I packed up the Flash that I created to play Captivate movies. So, I made it dynamic, improved/fixed some things, and wrote some documentation. Source is included, but most people should only have to edit an XML file, and be done.

    CaptivatePlayer – Docs | v1 ZIP | v1.1 ZIP

  • Captivate: Creating a Flash MX 2004 Component – A Walkthrough

    Creating a Flash MX 2004 Component – A Walkthrough

    This is a presentation I created in Macromedia Captivate. It will teach an intermediate Flash Developer familiar with coding how to create a Flash MX 2004 Component. I walk through the steps of creating a Login component that uses the component architecture from scratch.

    I completed this Wednesday night after doing a second take Monday and Tuesday since my first attempt at one big Captivate file failed. I didn’t have time for additional edits and SWF construction till last night and tonight I spent 3 hours battling the MenuBar and trying to preload it. It seems that if you test streaming during a test movie in Flash, some of your traces aren’t called on static methods… just a guess at whats going on. I ravaged my local copies of MenuDataProvider/TreeDataProvider trying to find why their Initialize methods were getting called, but the traces I put in them didn’t work. I removed the copies from FirstRun and my Local Settings, and utilized the real component from Standard Components.fla vs. using the SWC… still no love. It works outside of Flash, though! …wtf…

    Thanks Josh Dura, Greg Burch, Erik Bianchi, and anyone else that listened to my panicked cries about the above.

    It was a fun first project, and although capturing the content was a snap, it took signifcant time during my off hours of the week to edit it to fruition. Although I now have a nice Flash framework to play movies in (I didn’t like Captivate’s MenuBuilder), I can see why RoboDemo buffs have jobs; what a lot of work! It just attests to the power of the tools; if we didn’t have these kinds of tools, I can’t even imagine how eLearning would even exist. Even so, Captivate has a ton of improvements to be made that I wrote down, which 20% can be waxed merely because I don’t know enough about it yet. It was fun! Thanks Macromedia for lowering the barrier of entry into this field via Captivate.

    Tutorial Source Files – ZIP

  • TextFields Render Incorrect TextFormat HTML?

    I’ve been battling with this since yesterday, and am stumped what to do other than compensate for the incorrect HTML syntax TextFields’ are rendering. Basically, if you apply more than one TextFormat into intersecting index’ of the text, the HTML generated is not indicative of what your really seeing. If you trace out the TextField’s htmlText property, paste in Dreamweaver, or even into another HTML enabled TextField, it will display differently.

    Again, I need to save an accurate representation of what a TextField has displayed, and the only way it seems I can do this is to “fix” Flash’s TextField rendering error(s). For now, it seems that closing font tags are just off by one node… that doesn’t seem too bad.

    Problem Better Illustrated w/ Accompanying Code