Loadvars on strike! *GRR*

montoya: he’s using a “!=” not equal. Its not just an equal sign. Just clarifying.

Eilsoe: you’re using strings…so you have to use string manipulation so to use “not equals” you have to use ‘ne’ for equal you would use ‘eq’

here’s a link in the AS dictionary:

http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary590.html

try this:


if(urlcheck ne 'http://www.avalon-rev.dk'){
     //dowhatever here
}else{
     //do whatever
}