hey
i have a flash movie and i want to get a variable into to movie depending on what link that the user clicks on in a jsp page, this varible will then be used to decide what menu items to show in the flash movie
example of jsp page with links
</html>
<tr>
<td class="topic">
<a href="FirstbaseLogin.jsp?pTOPIC=ADMIN&pGARDA=Administration" target="topFrame">Administration</a><br>
<tr>
</td>
</tr>
<tr>
<td class="topic">
<a href="FirstbaseLogin.jsp?pTOPIC=EVENTS&pGARDA=Events" target="topFrame">Events</a><br>
<tr>
</td>
</tr>
</table>
</body>
</html>
this is the page that the users and will click on to enter (can have more than 2 options)what i want to take into the flash movie is the pTOPIC=EVENTS or pTOPIC=ADMIN from the url, this then decides what menu to show
the flash movie uses remoting to dynamiclly create the menu items for the user
i have a flash movie and i want to get a variable into to movie depending on what link that the user clicks on in a jsp page, this varible will then be used to decide what menu items to show in the flash movie
example of jsp page with links
</html>
<tr>
<td class="topic">
<a href="FirstbaseLogin.jsp?pTOPIC=ADMIN&pGARDA=Administration" target="topFrame">Administration</a><br>
<tr>
</td>
</tr>
<tr>
<td class="topic">
<a href="FirstbaseLogin.jsp?pTOPIC=EVENTS&pGARDA=Events" target="topFrame">Events</a><br>
<tr>
</td>
</tr>
</table>
</body>
</html>
this is the page that the users and will click on to enter (can have more than 2 options)what i want to take into the flash movie is the pTOPIC=EVENTS or pTOPIC=ADMIN from the url, this then decides what menu to show
the flash movie uses remoting to dynamiclly create the menu items for the user