Written by Zealus on April 27, 2006 – 4:53 pm -
Don’t know about the previous solution, but since we don’t really care for FlashVars we used a simpler method - after the last Object include the reference to the following JavaScript:
theObjects = document.getElementsByTagName(”object”);
for (var i = 0; i
{
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
Popularity: 10%
Tags:
flash,
technology
You might also be interested in reading this:
Flash Border (April 24, 2006): It seems that we really missed that one. While we were busy honing Flash presentations for our clients some bright people decided that they can make a hit on Microsoft. And they got away with it.Now all Flash objects in almost all web sites that use them produce an ugly border around them. Thanks, clever [...]
Zealus.com is back! (April 12, 2006): Zealus.com is back and better then ever :)Now the site is being driven by CMS, portfolio and contacts are updated and guess what?! We've got ourselves nice toll-free numer (long overdue)!Call us at (866) 4ZEALUS or (866) 493 - 2587
Yahoo holds its ground (February 12, 2007): Last week I subscribed to Yahoo music. Yeah, I know. But I was going to give it a try anyway.Surely, the service sucked from the very beginning - you have to download a special player (called Yahoo Jukebox), that downloads tons of crap while playing my purchased music. This itself is a very fishy concept [...]
Windows Live Writer (August 15, 2006): Turns out the whole idea of having a desktop app to manage and post to blogs surely wasn't a bad one. Microsoft had managed to come up with a tool that is compatible not only with their own MSN Spaces, but with LiveJournal, WordPress, MovableType and even Blogger (this post, if successfull would mean it works). [...]
Tags:
flash,
technologyPosted in
flash,
technology |
Comments Off
Written by Zealus on April 24, 2006 – 7:23 pm -

It seems that we really missed that one. While we were busy honing Flash presentations for our clients some bright people decided that they can make a hit on Microsoft. And they got away with it.
Now all Flash objects in almost all web sites that use them produce an ugly border around them. Thanks, clever folks of Eolas Technologies. I wish someone, just for once, would make you handpick hundred of wet ones off the wet floor while some kids keep throwing watermelon’s parts under your feet.
On the other hand it’s a lot of fun watch how people are trying to figure this one out. Ofcourse the workaround has already been developed, ofcourse this is a nuissance for whole bunch of web masters around the world and the fact that pricks at Eolas have supposedly invented something effectively cancelled by what these morons have just done.
The workaround that seem to work so far - embedding Flash objects via JavaScript. For regular hostings that support .htaccess and PHP (thanks to Miracle):
1. In .htaccess:
AddType application/x-httpd-php .html .htm
php_value auto_prepend_file header_for_all_html.php
2. In header_for_all_html.php :
{?php
//Optionally check for (strpos($_SERVER['HTTP_USER_AGENT'],’MSIE’) !== false)
echo ‘{script language=”JavaScript” type=”text/javascript” src=”/path/to/super_puper_flash_updater.js”} {/script}’;
?}
(Change the brackets though)
3. For super_puper_flash_updater.js - check here: http://miracle.pisem.net/flash_replacer_v0.3.js
Popularity: 9%
Tags:
flash,
technology,
web
You might also be interested in reading this:
Windows Live Writer (August 15, 2006): Turns out the whole idea of having a desktop app to manage and post to blogs surely wasn't a bad one. Microsoft had managed to come up with a tool that is compatible not only with their own MSN Spaces, but with LiveJournal, WordPress, MovableType and even Blogger (this post, if successfull would mean it works). [...]
Weebly… (January 17, 2007): Took me less then 5 minutes to create this page: http://zealus9.weebly.comI'd say it's a lot easier then Google Pages. Google, pay attention :)
Testing bloggar (August 1, 2006): This is just a simple test of bloggar - the blog posting software. Nice thing...Apparently, you have to "unlock" the blog in order to post to it. So, unlocking is pending...
Tags:
flash,
technology,
webPosted in
flash,
technology,
web |
Comments Off
Written by Zealus on April 21, 2006 – 9:19 pm -
Bought a 3 month subscription for SkypeIn, to accept phone calls. Immediate testing showed that quality is pretty much same as on the cell phone, calls are pretty stable and clear. Will do more testing later on, but so far - I’m impressed.
Popularity: 5%
Tags:
internet,
technology
You might also be interested in reading this:
While you were sleeping… (May 16, 2006): Skype has introduced free calling within US and Canada. I am currently testing both Skype and Gizmo, even bought phone numbers from each service, so people with real phones can call me too :)So far the testing shows that Gizmo still has plenty of space for improvement. Call quality is inconsistent - I got three [...]
Weebly… (January 17, 2007): Took me less then 5 minutes to create this page: http://zealus9.weebly.comI'd say it's a lot easier then Google Pages. Google, pay attention :)
Traveling Willberries (January 4, 2007): As I was traveling to Arizona for New Year holidays, I discovered a great trick-in at Pointe Hilton in Phoenix. It's easy - build a hotel in such a way that cell-phone reception is hardly present, charge $10.00/day for limited internet access and $24.95/day for true high-speed broadband and voila - you get even more [...]
Oh, no! He gave away the best-kept secret! (May 23, 2007): In the recent article Wired tells about the artist and Rutgers professor Hasan Elahi, who was mistakenly targeted by FBI as a suspected terrorist. Yep, he's the one who decided to put all his life out there in the open to make sure authorities know he's innocent. "I've discovered that the best way to protect [...]
Tags:
internet,
technologyPosted in
internet,
technology |
Comments Off