javascript in flash
- Started
- Last post
- 5 Responses
- fixate
does anyone know how to change a javascript variable on a html page using an embedded flash movie.
I though it'd be something like
--
on (press) {
getURL (javascript:test = "this is the flash defined variable");
}
--i have a variable called test currently on the html page in which the flash is on. But i want to change that varibale using a button in flash.
anyone know dis?
- larsson0
make a JS funcion that changes the var via a parameter .. and pass the parameter with flash ..
on(release) {
getURL("javascript;changeVar('th... is the new value';");
}
- fixate0
just wondering.... is that the best way... or the only way?
- fixate0
you don't have to use the FS Command.
you can use the GetURL, can't you
- fixate0
there's no other way?
And i don't want to refresh the page
- Nairn0
have you ever had a pube caught in your teeth?
was it yours? or whose?