i2genius.com
09-23-2003, 04:27 AM
I've written some HTML and javaScript that people using windows PCs are stalling on. I have the most problems getting t through one user who is running windows ME. I have occassional access to windows PCs, but not a windows ME one.
My javaScript code, dynamically embeds a flash .swf file into a layer. This enables me to pass the url string variables (window.location.search), to the .swf file.
http://www.i2genius.com/coreos/piprun.html?object=clock.swf
(if it works, a clock appears, if not, a bug crawls round the window)
I simplified the code to test it (removing the .swf) - and it still caused problems for windows users.
http://www.i2genius.com/test5.html?hello
This should just print the window.location.search string.
As I said, this all works fine on my computer - so it is hard for me to work out the problem - help?
My javaScript code, dynamically embeds a flash .swf file into a layer. This enables me to pass the url string variables (window.location.search), to the .swf file.
http://www.i2genius.com/coreos/piprun.html?object=clock.swf
(if it works, a clock appears, if not, a bug crawls round the window)
I simplified the code to test it (removing the .swf) - and it still caused problems for windows users.
http://www.i2genius.com/test5.html?hello
This should just print the window.location.search string.
As I said, this all works fine on my computer - so it is hard for me to work out the problem - help?