flash problem
flash problem
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- ********0
on (release) {
getURL("gear.aspx");
}Needs to be a string..so double quotes around the link.
on (release) {
getURL("gear.aspx");
}
Needs to be a string..so double quotes around the link.