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

댓글

이 블로그의 인기 게시물

포스팅 예정 - 요청은 댓글요~ ㅋ

크로스 사이트 스크립팅(XSS : cross-site scropting)

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