|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
getting variable from swf querystring
'lo,
I have this code to retreive to check for the variable 'pag'.. ----- if (pag=="sonidos") { loadMovieNum("sonidos.swf", 1); } else { } ------ It's sent from this page when you click on a button in the querystring: ----- on (release) { loadMovieNum("enter_backpage.swf?var=sonidos", 0); } --- the second page isnt picking up the variable, how do i retrieve it? Thanks. ![]() |
|
#2
|
|||
|
|||
|
What version of Flash are you using?
|
|
#3
|
|||
|
|||
|
hey..
im using MX.. anyway I figured out, you can send the variable this way: on (release) { var pag; pag = "prensa"; loadMovieNum("enter_backpage.swf", 0, "GET"); } |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > getting variable from swf querystring |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|