How to read different values from different domain/website/database?

Cool! It works. Thanks a lot lot lot.

Some bits and pieces.

<param name=“movie” value=“myHobby.swf?domain=1”>
<embed src=“myHobby.swf?domain=1” …

I use domain=1 to compare which is number(integer).It works!

but then

<param name=“movie” value=“myHobby.swf?domain=alvin”>
<embed src=“myHobby.swf?domain=alvin” …

in flash codes,

if( domain == “alvin”){

}

when I used string to compare it won’t work.

Any Idea where it is wrong.

Thanks.