asp.net과 플래시 변수 연동(디비까지)

asp.net과 플래시 변수 연동(디비까지)

asp.net과 플래시 변수 연동(디비까지)

share this post

http://cafe.naver.com/q69/8425

web.config

testflash.aspx

<% Response.Write("&name;_h=머머&name;_e=end&ok;=ok"); %>

webform.aspx

액션스크립트

System.useCodepage = true;

loadVariablesNum("flashtest.aspx",0);

if (ok) {

label1.text=name_h;

label2.text=name_e;

stop();

}

공유하기 글 요소 저작자표시

WRITTEN BY

from http://tennesseewaltz.tistory.com/32 by ccl(A) rewrite - 2020-03-06 12:55:32

댓글

이 블로그의 인기 게시물

🐱‍💻Installing IIS Components Windows 10

2017년 1월 스타트업에서 구인할때 주로 원하는 개발 기술

Creating Cascading DropDownLists in ASP.Net (연속적인 셀렉트박스...