All about RIA development using Flash, Flex, Flash Media Server (Flashcom) with various middleware and backends.
28 Jan
Today is Friday and MM arranged Macrochat for today.
Topic: Intro to the Flash Player Detection Kit Macrochat Friday, January 28, 2005 1:00 PM - 2:00 PM US/Eastern
More Information:
Macromedia Senior Technical Support Engineer Jason Wylie will be presenting “Introducing the Flash Player Detection Kit”. Tune in and learn how to create a Flash Player detection script from scratch, use the Detection Kit to create the script, and understand why detecting the Flash Player on a website is vitally important to ensuring your visitors have the best web experience possible.
What You Will Learn:
* What is Flash Player detection?
* Why do you need to detect the player?
* How do you detect the player
* Detection options and reviewing the code it creates
* Dreamweaver Extensions
* 3rd party methods
* Moock FPI
* BrowserHawk
* Multiple sites (one HTML and one Flash site)
Thanks to Macromedia people for doing such community events.
3 Responses for "Flash Player Detection Kit Macrochat - Today’s Macrochat"
Recorded Session : Flash Player Detection Kit I previously wrote about the Flash Player Detection Kit breezo. You can [...]
Dear arckid,
I am trying to use mailto action via projector(exe file) but its not working. And the same code I am trying with swf in browser, its working.
Please help me out.
the code I am using is
on (release) {
getURL(”mailto:parvaiz@godrej.com”);
}
Waiting for ur reply.
parvaiz@godrej.com
Dear Parvaiz,
Sorry for delayed reply because your comment was unfortunately under moderation and I just today noticed about it.
You should do it like following:
on(release)
{
getURL(”mailto:abc@xyz.com”. “_blank”);
}
Give it a try!
Leave a reply