Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkamermans
    • CommentTimeDec 29th 2006 edited
     
    I have a VERY strange problem going on. I have made a date range chooser application in Flash that sets the values in fields on an HTML page with Javascript and the Flash "external" class. I am using SWFObject to embed the SWF in the document, but depending on where I put it on the page, I get a javascript error telling me that the SWFObject element ID (datechooser1 in my case) is undefined - the SWF still shows but my HTML--JS--Flash is broken. This only happens in IE for me. (only tested in IE6 right now). Here's 2 links to demonstrate:

    This one works fine in IE and Firefox
    http://devel.teratechnologies.net/swfformfix/test4.php

    This one FAILS in IE but works fine in Firefox
    http://devel.teratechnologies.net/swfformfix/test3.php

    Any input would be appreciated!

    Edit: Same problem with IE7
    • CommentAuthorkamermans
    • CommentTimeDec 29th 2006
     
    This is no longer a problem - see My other post. Feel free to delete this if you want!