PDA

View Full Version : site bug: links



nOoB
November 24th, 2003, 01:27 PM
Hey its me again (:P)


I have some weird problems with my site, not a single link within the site seems to work, although the code worked properly when i previewed it in flash...


can someone help me, please?

thoriphes
November 24th, 2003, 01:40 PM
Your links wouldn't so happen to be pointing to your local computer, would it? May I see a sample of one of your links? (Just the URL would be fine).

nOoB
November 24th, 2003, 03:21 PM
nope, they dont, thats why it is weird, and the code did work well before:


on (release) {
container.unloadMovieNum(1);
container.loadMovie("http://woj.fragism.com/rules.swf", 1);
}

nOoB
November 26th, 2003, 07:13 AM
so, um no one knows what to do? is it a bug in flash?

cubed
November 29th, 2003, 01:45 AM
Try this as
on (release) {
loadMovieNum("http://woj.fragism.com/rules.swf", 1);
unloadMovieNum(1);
}