I copied the code that appears on this page that is there but not working ... Can you give me a solution?
http://www.dynamicdrive.com/dynamici.../shockwave.htm
![]()
I copied the code that appears on this page that is there but not working ... Can you give me a solution?
http://www.dynamicdrive.com/dynamici.../shockwave.htm
![]()
Please format your posts politely. It will make more people want to help you.
This was also posted in the wrong section, so I will move it now. And in the wrong format:
See this thread for the proper posting format when asking a question.
This is not meant to be a complaint, but to inform you so that you can get the help you need.
Most importantly:
We cannot help you without a link to your page. If the demo page works, then we need to know what you did wrong (or just differently) so that we can find the problem and help you solve it.
Please post a link to the page on your site that contains the problematic script so we can check it out.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Script: Shock Wave text
http://www.dynamicdrive.com/dynamici.../shockwave.htm
does not work, try copying and pasting code in a html page, and will not work
I get a working instance of the script when I copy-and-paste.
Please post a link to the page on your site that contains the problematic script so we can check it out.
Script: Shock Wave text ... Does not work
http://www.laverdadeterna.com/shock_wave_text.htm
What browser are you using? I only have FF, so I cannot see if it will work or not, but this will one work with the following:
Originally Posted by DD
![]()
Daba! The Fantage-like website
Virtual World in progress.
Out of pure HTML, Javascript, and CSS. Oh, and poorly done Paint images.
It appears to have been copied to your site correctly. But the <html> tag must go at the top of the page. I do not know if this is required for the script to work properly, but the code is now invalid HTML.
You may also add a doctype to make the page valid, and that might help.
This script only works in Internet Explorer and Opera, and I don't have either browser to test. Do you want a script that only works in those two browsers?
--
Hola! Queremos ayudarse, y por desgracia mucha gente aqui no pueden comprender español. Por eso si no se puede explicar claramente en inglés, por favor explicar en los dos, en inglés y español tambien para ayudarnos a comprenderse (porque algunos aqui pueden leer español o pueden, si és necessario, traducir para los otros).
Pero siempre, si no escribe toda la información, no podemos ayudar nunca. Más información és siempre mejor.
Gracias y bienvenido.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
hmmm... try commenting out the first two lines in thestartmotorfunction:don't know what's going on there, but it gets it started when I try it.Code:function startmotor(p){ // if (!document.all) // return var loop = motor(p); if (window.time) {clearInterval(time)} if (klaar == tekst[s].length) { klaar = 0; veran = 1; tel = 0; var time = setTimeout("startmotor(" +(p+1) + ")", speed_between_messages); }else { var time =setTimeout("startmotor(" +(p+1) + ")", 50); } }
Edit:
for clarification, when I tried it out earlier, I copied the script from the demo source code, which does not include those two lines... odd...
and what would be the solution??
did you try commenting out those two lines in the script?
change this:to thisCode:function startmotor(p){ if (!document.all) return var loop = motor(p); if (window.time) {clearInterval(time)} if (klaar == tekst[s].length) { klaar = 0; veran = 1; tel = 0; var time = setTimeout("startmotor(" +(p+1) + ")", speed_between_messages); }else { var time =setTimeout("startmotor(" +(p+1) + ")", 50); } }Code:function startmotor(p){ // if (!document.all) // return var loop = motor(p); if (window.time) {clearInterval(time)} if (klaar == tekst[s].length) { klaar = 0; veran = 1; tel = 0; var time = setTimeout("startmotor(" +(p+1) + ")", speed_between_messages); }else { var time =setTimeout("startmotor(" +(p+1) + ")", 50); } }
Bookmarks