|
09/16/04
Macromeduia released 10.1 today. Lots of bug fixes and small improvements. The biggest change, however, is the way Shockwave is installed. The initial install is now a “slim” version of Shockwave with no Xtras at all. There are not too many Shockwave pieces out there that can play with just that. But Xtras will automatically and invisibly install as needed, especially the “standard” ones like Text, Flash, 3D, and so on. For a complete list of changes: http://www.macromedia.com/support/director/ts/documents/bugfix_sw10_0_1.htm.
Share This
Post a Comment
I was recently adding functionality on one of our sites that included having Shockwave and Flash movies pop open a a new browser window. I wanted the window to be a certain size, so I had the movies call a JavaScript function on the page to do the window creation. The problem was that many pop-up blockers would incorrectly kill this window, even though it was not an ad. So I needed a way to get around the pop-up blockers, or at least inform the user that their pop-up blocker was interefering with the function that had requested. I found a lot of good information here: http://www.popup-killer-review.com/detector.htm. Basically, the idea is to use window.open to pop open the window. Then set a timeout to check for the window’s existance a second later. If the window doesn’t exist, then the window creation was blocked. I then use a window.alert to tell the user about it. They can then turn off their pop-up blocker, maybe just for this one site, and click on the button again to try to open the window. The code for doing this can be found on that page, but only if you view the source. Not sure why it isn’t detailed more in the article.
Share This
Post a Comment
09/14/04
Just downloaded the new version of Firefox for Mac (1.0PR). Shockwave works! Even 3D members render correctly, unlike with Safari and Camino. I also found out that the fix was a joint effort between Mozilla and Macromedia. Nice work guys.
Share This
Post a Comment
|