I use as secondary javascript (downloaded) to detect mouse wheel
actions.

Back in 1.5, it was:
// var so = new SWFObject("movie.swf", "flsh", "100%", "100%", "8",
"#ffffff");
and the mouse mouse wheel js targets "flsh" and i figured it was the
id tag for flash object.

in 2.1, I tried many combinations from having the div tag id the same
as the flash id to each be different.
// swfobject.embedSWF("movie.swf", "flsh", "100%", "100%", "9.0.0",
"expressInstall.swf", {}, {} {id:"flsh",name:"flsh"});
Then I tried repositioning the js into body so it would load after div
tag, still no go.

the sending js goes like this: document.getElementById
("flsh").wheelUpdate(delta);

and for some reason i can't get swfaddress 2.1 to work either. with
the same happening as above.
I so need to get more into js stuff...

thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" 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/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to