Re: [Flashcoders] Accessing FlashVars

2012-05-01 Thread Kevin Newman
Back in the day I remember embed just plain old worked better across the board in non-IE browsers. That may have changed (object offered better fallbacks for one thing, and has been worked on a lot more lately, but it also had other kinds of problems). Then we came up with this nested object th

RE: [Flashcoders] Accessing FlashVars

2012-05-01 Thread Merrill, Jason
Weird because I used to do it that way all the time. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com

Re: [Flashcoders] Accessing FlashVars

2012-05-01 Thread Henrik Andersson
Kerry Thompson skriver: > That's one way of doing it, but the embed tag has been deprecated. Well, > maybe not officially deprecated, but it's considered obsolete. > Well, you can't deprecate something that has never been in the standard to begin with. ___

RE: [Flashcoders] Accessing FlashVars

2012-05-01 Thread Karina Steffens
Hi Kerry, Digging a few years back, I unearthed some code. Here's the html: And this is from the Main Class constructor: product = root.loaderInfo.parameters.product; For the life of me I can't remember why I u