flash variable help
flash variable help
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- cram0
actually you are sending the string 'link[p]' rather than a value from array named link. try...
getURL( "javascript:flashfunc('" + link[p] + "');" );
good luck...