[F8] FlashVars and validity??
Foregoing the hooplah and whatifs, I make my sites to be w3c compliant, as this helps my reach and visitor frustrations.
I have taken the time to add the ActiveX controls to prevent the IE/EOLAS blunder crap, and in the process found a way for my site to be viewable on all major Browsers, AND be HTML 4.01 Strict valid.
However, to do this I have removed the <embed> tags from my HTML coding.
No problems really until I want to add FlashVars to my code.
I have a dynamic text box that is my whole movie. So instead of making a new movie every day I can go into the source and change the text via FlashVars.
My question though, is this works perfect when using the non-valid coding. When I validate my code and add the ActiveX controls the FlashVars don't work anymore.
Anyone know a way around this?
~MoN