This content has been marked as final.
Show 5 replies
-
1. Re: Javascript Error on page: is null or not an object???
gold987987987 Mar 30, 2008 8:42 AM (in response to gold987987987)Come on folks, I really need your help! This has to be fixed by Monday or I'm screwed!
Please help, anyone!! -
2. Re: Javascript Error on page: is null or not an object???
rprevost-C0WLuz Mar 30, 2008 10:28 AM (in response to gold987987987)Does your "QT_WriteOBJECT()" function set a default value for the "url" property? If the value is not predefined, it may cause this error.
Also, in IE, you may need to use "document.getElementById("movie1").src = 'segment2.mov'" to set the value. So your href link should call a function to test the browser type then call the correct command to load the source. -
3. Re: Javascript Error on page: is null or not an object???
gold987987987 Mar 30, 2008 10:35 AM (in response to rprevost-C0WLuz)Whoa, that was a little over my head. Sorry for being such a noob. Could you elaborate a little?
Thank you for responding so soon!!!! -
4. Re: Javascript Error on page: is null or not an object???
gold987987987 Mar 30, 2008 11:12 AM (in response to gold987987987)"Does your "QT_WriteOBJECT()" function set a default value for the "url" property?" ----I'm not sure I understand what you mean. I just thought that when the page loads the "QT_WriteOBJECT()" loads the segment1 QT movie.
When one of the buttons is pressed I'd like the movie to change to the selected movie, segment1, segment2, etc.
It works great in Firefox. It just doesn't work in IE.
The "document.getElementById("movie1").src = 'segment2.mov'" -----Where do you suggest I insert that? Can you please give me an example?
I'm running out of time. Thank you for your help! -
5. Re: Javascript Error on page: is null or not an object???
gold987987987 Mar 30, 2008 2:26 PM (in response to gold987987987)Anyone out there?
