# Weird problem

**URL:** https://forum.kirupa.com/t/weird-problem/60100
**Category:** Uncategorized
**Created:** [August 6, 2004, 2:56pm UTC](https://forum.kirupa.com/t/weird-problem/60100 "2004-08-06T14:56:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![eudora](https://avatars.discourse-cdn.com/v4/letter/e/f14d63/32.png) [@eudora](https://forum.kirupa.com/u/eudora)
#### Post date: [August 6, 2004, 2:56pm UTC](https://forum.kirupa.com/t/weird-problem/60100/1 "2004-08-06T14:56:12Z")

</div>

;(

hi all again…  
okie here’s the deal

when i try to loadVar from a php file, it works on my flash program loading off from my site not locally… but when i upload it and test it fails in loading…

any reason for this?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 6, 2004, 4:06pm UTC](https://forum.kirupa.com/t/weird-problem/60100/2 "2004-08-06T16:06:58Z")

</div>

ok i did a bit of testing… it works when in published in flash player 6 but not in 7…  
??  
any reason for this? the flash player my IE is using is the latest…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 6, 2004, 4:11pm UTC](https://forum.kirupa.com/t/weird-problem/60100/3 "2004-08-06T16:11:30Z")

</div>

[http://fakedevil.com/lurgee/menu19.html](http://fakedevil.com/lurgee/menu19.html) \<= in flash version 6  
[http://fakedevil.com/lurgee/menu18.html](http://fakedevil.com/lurgee/menu18.html) \<= in flash version 7

menu18 textbox got a “fail” which I included if loadVars.onLoad is unsuccessful… the variables are not going in… anyone knows why?

and both works fine when preview on my computer…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 6, 2004, 6:58pm UTC](https://forum.kirupa.com/t/weird-problem/60100/4 "2004-08-06T18:58:44Z")

</div>

Usually when the problem is solved by switching publish format, the problem has to do with variable name ie  
in mx  
thisVar == thisvar;  
in 2004  
thisVar != thisvar;

make sure to check as 2004 is CaSe sensitive.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 7, 2004, 1:12am UTC](https://forum.kirupa.com/t/weird-problem/60100/5 "2004-08-07T01:12:30Z")

</div>

hi again… dunno if this is a new thing or just me…  
apparently…  
[http://fakedevil.com/lurgee/menu18.html](http://fakedevil.com/lurgee/menu18.html) != [http://www.fakedevil.com/lurgee/menu18.html](http://www.fakedevil.com/lurgee/menu18.html)

i think is my settings or maybe i need to place that cross domain thingy… _confused_  
anyway now that I know whats wrong… everything is fine… 🙂
