On Feb 16, 2006, at 5:28 PM, SamFeltus wrote:
> I was curious if people couldn't see it that had Flash 8 could let me > know what they were using. > > As to seeing a brown screen with a faded image, I think that was just > when I was editing a JSON string and had it temporarily not working. > > I think it is a simple, promising technique, even if the draft is raw. > There really is a shortage of support for Flash content in the P > languages. I'm not seeing anything but the brown screen and faded image with Flash 8 on Mac OS X using Safari. Taking a look at the JSON urls, it's totally invalid (strings don't seem to be encoded correctly)... which might explain it. You should use a library that actually generates JSON correctly, like simplejson. It's also not technically JSON if you prefix it with anything. It should be *just* the object literal. -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

