safari/flash peculiarity
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- connerd0
oh yeah.. i tried digging a hole and sticking my head in.. but i think i did something wrong cause it didn't work :(
• i'm not entirely sure whether the variable being chopped is the last one sent, because its part of an object.
_level0.userInfo = [object] {
name:"connerd",
password:"password",
}when i trace the object while debugging, the name actually appears to be the first variable.
i know offhand that one pecularity in flash is that it tends to send object params in reverse order for some wierd reason.. so maybe name is being sent as the last param..?
• the variables are being processes thru a sendAndLoad() method attached to LoadVars objects, and they get processed by a perl file, but i'm pretty sure it doesn't have anything to do with the perl.
the wierd thing is just that it works fine in other browsers.
hope i didn't confuse you even more.. thanks though for the help