Blog

  • Recreate classpath if Flash can’t find your class

    So, I can’t compile. Flash can’t find my class. I reply, “It’s right there you tard…” Flash repeats itself. I like techno, but I hate things that repeat themselves for the sake of repetition. Through grit teeth, a spark fires in my brain and I remember while reading about class paths not to delete the main one, and if so, how to fix it. Cool, while I go to find it, I’m like, “I didn’t delete nuffin’, Flash is smoking crack.” Anyway, I find $(LocalData)/Classes, and paste it back in. Great, internal classes work, but my shite still doesn’t.

    Then, in desperation, I remember that there was one other classpath there originally… a “.”. Add that in, and poof, all works.

    Please update the docs for supposed st00pid users like me that magically delete classpaths and because of shrooms they don’t remember how to correctly fix their classpaths.

  • DataProvider API already written for you

    After writing this for the 2nd time, I’m not writing it again. I’m saving this mofo to some easily retrievable AS file or a JSAPI command.

    At any rate, here it is for you to copy and paste into your own component that you wish to implement the DataProvider API, but don’t feel like typing it again and again and again……….

    <a href=”https://www.jessewarden.com/downloads/DataProvider_FillIn.as”>DataProvider_FillIn.as</a>

  • Patagonia: Flash vs. HTML ecommerce

    Via <a href=”http://www.communitymx.com”>Community MX</a> Newsletter.

    Wouldn’t you love to see the Flash site they tested? Sounds to me like they didn’t use device fonts, had a set size Flash interface, and had no idea how to compress (or not compress) images for use in Flash. Bleh… any test like this is goob-i-fied if you get just a summary. People like me want the real data to know what points were valid.

    <a href=”http://www.internetretailer.com/dailyNews.asp?id=11184″>http://www.internetretailer.com/dailyNews.asp?id=11184</a>

  • No debugging option in Flash Debug Player

    Was having problems with a project, but couldn’t get the debug player to work. Whether I compiled with debugging enabled, included the SWD, nothing worked. However, works now. Here’s what I did:

    – downloaded the <a href=”http://www.macromedia.com/shockwave/download/alternates/”>Flash 7 Player uninstaller</a>
    – ran it and uninstalled my Flash Player 7 players
    – tested to make sure my player was uninstalled by going to <a href=”http://www.macromedia.com/”>macromedia.com</a> since they usually have a Flash movie on the front page
    – went to my program files > Flash MX 2004 > Players > Debug folder
    – ran the Install Flash Player 7 exe and manually pointed it to IE since it couldn’t find it on it’s own
    – then, ran the Install Flash Player 7 ActiveX exe
    – finally, copied the SAFlashPlayer.data, .exe, .rsrc and pasted over my originals in the Player’s directory so when I compile it’ll be the debug player.

    Now, I can debug remotely again.