Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please provide me a solution to get values from asp to flash file Action script 3.

I had a text box and flash object .So i need to pass the textbox value to flash file action script

ASP.NET
 <asp:TextBox ID="txt_code" runat="server"  Width="168px"  BackColor="#CCCCCC"></asp:TextBox>

<td rowspan="4">
                 <object style="height: 210px; width: 480px; float: left;">
		<param name="movie" value="billa.swf">
		<embed src="billa.swf" width="480" height="210"></embed>
	</object>
                        </td>
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900