i’m sending flash some variables in the form of:
“xmlPhotos.swf?userName=” & UserName & “&photoModuleID=” & PhotoModuleID
i’m having a problem where Username = “test user’s”. only “test user” gets sent to flash. i’ve tried urlencoding Username but that doesn’t work. what do i need to do?