An idea spawned from a user left wondering what I really sent them to install. I know what Central is, as well as the app that I want them to install… but do they?
Blog
-
Breakin’ @ Da Vatican
Via Andy Makely @ BlueCube.com
Polish mug’s break it down for the Pope
“Artistic talent is a gift from God and whoever discovers it in himself has a certain obligation: to know that he cannot waste this talent, but must develop it,” John Paul said.
Right on!
-
Attacked me when I’m weak…
Got hit by another 300 spams this evening. While the script/bot/whatever was spamming me, I sent an invoice for $30,000 (300 x $100 per ad) off to the gent in Moscow… so says Whois anyway.
However, a majority of the posts do not have direct URL’s, therefore, it makes it very diffucult to remove except manually. They are the same mass spam posts I think Grant Skinner got. I’m hoping I might be able to make one big Regular Expression or something for Blacklist, who knows… anyway, I’m down with a fever & sore throat, 2 contract projects due yesterday, 2 homework assignments from school today, and an unpainted kitchen… I’m being attacked when I’m weakest to defend.
*sigh*
:: charges headlong into the gunfire ::
-
Printing Gotcha
Found a gotcha this week when making AS2 style components and exporting for Flash Player 6.
The new way to include your assets in your components is to make a layer called “assets”, and then put your component’s assets on that layer, preferably on frame 2, or the farthest frame that your component will never actually reach. The old way was to put it on an assets layer, but guide it out.
However, since that new layer is not guided out, it will export with the SWF, and is now printable. If you use the print command and target your component, it will print your assets. We couldn’t figure out why when printing one of our components that it kept printing out a bunch of assets on a 2nd printed page when we assumed it would only print one page… and then I guessed right that it was printing the assets frame.
The quick fix is to click on each asset, and change it’s alpha to 0. That way, at least the printer won’t actually print anything onto the 2nd page (assuming there isn’t an automatic company letterhead attached). That way, the user/client will think it’s their st00pid printer and not blame you. Besides, they can reuse the 2nd blank page anyway, so it’s not like your wasting paper.
I’m assuming you have tighter control over the Flash Player 7 PrintJob & associated printing commands, but if your still going to 6, but using Flash MX 2004 to make AS2 components, just something to watch out for.