|
From: strobadof on 7 Apr 2008 09:56 i'm creating a shockwave movie and i want to make possible, when i click in an image in this movie it opens another movie in the previous one. I can already make this work in IE but it doesn't work in firefox, any ideas?
From: Sean Wilson on 7 Apr 2008 16:09 > I can already make this work in IE but it doesn't work in firefox, any ideas? Perhaps you should post the code that works in IE but fails in FF
From: strobadof on 7 Apr 2008 17:32 on mouseDown me play movie "jogo_diferencas" end This is how i open the other dcr. But i try also with on mouseDown me gotoNetMovie "http://clientes.netvisao.pt/helioprimo/dswmedia/jogo_diferencas.dcr" end but it doesn't work.
From: Sean Wilson on 7 Apr 2008 18:01 > on mouseDown me > play movie "jogo_diferencas" > end You should *definitely* not use "play movie" in Shockwave. > on mouseDown me > gotoNetMovie > "http://clientes.netvisao.pt/helioprimo/dswmedia/jogo_diferencas.dcr" > end How large is the file you're navigating to? What happens if you wait for a while after clicking the button - does it eventually navigate to the next movie? Part of the problem you may be experiencing is that the file (or part of it, depending on how it's constructed) needs to download before the current file can switch to the new one. If it's a big file, the download can take a while and so you don't see anything happen instantly
From: strobadof on 8 Apr 2008 07:06 the other file is small, when i click the button appear a message error you could see here http://clientes.netvisao.pt/helioprimo/dswmedia/jogos.html you must roll the dice until the lightning bolt is on the big pink square and then click on the lightning bolt
|
Pages: 1 Prev: email xtras and unicode pathname attachments Next: text member = field member |