'Flash'에 해당되는 글 2건

  1. 2009/03/29 A .NET library for OpenFlashChart control
  2. 2008/05/28 Programming Silverlight with JavaScript
2009/03/29 05:03

A .NET library for OpenFlashChart control


Open Flash Chart라고 유명한 차트 컨트롤이 있어요.

PHP 기반으로 작동하도록 되어 있죠.


'시간이 남을 때 .NET 기반 컨트롤로 변경 해야겠다'

라고 생각을 가지고 있었는데...


오늘 찾아보니 역시나 있더군요. ㅋㅋㅋ


역시 인터넷엔 저와 비슷한 생각을 하는 사람이 무수히 많다는 사실을 깨닫게 되네요~

.NET Control로 되어 있는 프로젝트 페이지는 아래와 같습니다.

http://openflashchartlib.codeplex.com/

PS. 빼먹은게 있네요. 이 컨트롤은 .NET Framework 3.5 이상에서 작동하도록 되어 있어요...
누가 다운그래이드 좀 ㅠㅁ ㅠ










The project contains ASP.NET control and support classes to work with OpenFlashChart flash component

여기는 원본의 사이트 주소고요.
OpenFlashChart homepage: http://teethgrinder.co.uk/open-flash-chart/

일반적인 설명과 자세한 설명은 여기를 보시면 되겠네요.
The general description and usage details can be found at
http://yesnobox.com/blog/post/Open-Flash-Chart.aspx

Updated library to work with Open Flash Chart 2
Open Flash Chart 2 ASP.NET control

저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/440 관련글 쓰기

2008/05/28 15:41

Programming Silverlight with JavaScript


Adobe Flash가 성공하기 시작한 배경은 Flash에서 웹 페이지와 통신이 가능하던 시기부터 이다.

SilverLight에서도 Flash의 역사와 마찬가지로 Javascript를 통한 통신으로 Rich Web Application으로 자리 매김하기 위한 기반 기술을 제공한다.

현재 회사(가온아이, Kaoni) 내에서도 SilverLight를 이용하여 개발을 시작하고 있고, 현재 본인이 속해있는 팀에서 SilverLight를 이용하는 방법을 활발히 연구중이다.

다음과 같이 아래 링크를 통해 SilverLight와 JavaScript와의 연동을 처리하는 예제를 한번 보도록 하자.

http://msdn.microsoft.com/en-us/library/cc500344.aspx


원문 내용

In this chapter, we’ll take an in-depth look at programming the Silverlight object and the XAML it contains using JavaScript within the browser. We’ll investigate how to host the Silver-light object in the browser, as well as the full property, method, and event model that the control supports. We’ll also look at how to support loading and error events on the control, as well as how to handle parameterization and context for the control. You’ll see how Silverlight provides a default error handler and how you can override this with your own error handlers. You’ll delve into the Downloader object that is exposed by Silverlight, and how this can be used to dynamically add content to your application. Finally, we’ll explore the programming model for the user interface (UI) elements that make up the XAML control model, and you will learn how you can use the methods and events that they expose from within the Java-Script programming model.



http://msdn.microsoft.com/en-us/library/cc500343.aspx
http://msdn.microsoft.com/en-us/library/cc500345.aspx
http://msdn.microsoft.com/en-us/library/cc500351.aspx
http://msdn.microsoft.com/en-us/library/cc500385.aspx
http://msdn.microsoft.com/en-us/library/cc500386.aspx

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/337 관련글 쓰기