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

댓글

이 블로그의 인기 게시물

ASP.NET MVC 5 - 폴더 구조

HTML 13단계 - 폼(Form) 1탄

🐱‍💻Installing IIS Components Windows 10