zoukankan
html css js c++ java
Silverlight 学习
http://silverlight.cn/getstarted/default.aspx
参考这的。。
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
>
<
head
>
<
title
>
My First Silverlight Page
</
title
>
<
script
src
="js/Silverlight.js"
type
="text/javascript"
></
script
>
</
head
>
<
body
>
<
br
/>
<
center
>
<
div
id
="Ag1Host"
style
="background:#FFFFFF"
>
<
script
type
="text/javascript"
>
var
pe1
=
document.getElementById(
"
Ag1Host
"
);
</
script
>
</
div
>
</
center
>
<
script
>
Sys.Silverlight.createObjectEx(
{source: 'js
/
aaa.xml', parentElement:pe1, id:'Ag1', properties:
{'
300
', height:'
100
', background:'#00FFFFFF', isWindowless:'
true
', framerate:'
24
', version:'
0.90
.
0
'}
, events:
{onError:
null
, onLoad:
null
}
, context:
null
}
);
</
script
>
</
body
>
</
html
>
<
Canvas
xmlns
="http://schemas.microsoft.com/client/2007"
xmlns:x
="http://schemas.microsoft.com/winfx/2006/xaml"
>
<
TextBlock
FontSize
="36"
Canvas.Left
="17"
Canvas.Top
="10"
Foreground
="Blue"
>
Hello Silverlight
</
TextBlock
>
</
Canvas
>
有兴趣的朋友看看这。
http://www.riaforum.com/examples/Jelly/Graph.htm
http://www.riaforum.com/examples/Jelly/Pie.htm
http://www.riaforum.com/examples/Jelly/Bar.htm
查看全文
相关阅读:
随手
会使用基本的Render函数后,就会想,这怎么用 v-for/v-if/v-model;我写个vue Render函数进阶
iframe子页面与父页面元素的访问以及js变量的访问[zhuan]
vue element-ui 的奇怪组件el-switch
URLSearchParams和axios的post请求(防忘记)
ios vue2.0使用html5中的audio标签不能播放音乐
Unity Input System教程
关于OpenGPU.org
Better ultra_simple for Slamtec RPLIDAR on Linux
八字心得
原文地址:https://www.cnblogs.com/gwazy/p/815019.html
最新文章
Gluon Package
HybridBlock supports forwarding with both Symbol and NDArray
Module API
Run MXNet on Multiple CPU/GPUs with Data Parallelism
mxnet decord 视频读取和载入
GluonCV 0.6: Embrace Video Understanding
Callback API
检查linux的磁盘空间占用
多网卡的情况下收udp组播数据的坑
ubuntu修改时间
热门文章
Ubuntu下配置Window CIFS共享
Ubuntu16.04怎样安装Python3.6
WSL记录
最新sublime3配C++11编译环境
关于linux新建用户并赋予文件夹权限和scp权限的问题
(转)How To Create a Sudo User on Ubuntu
git常用命令
js数组和树结构数据相互转换
eslint常用关闭校验语句
网页调启用qq对话聊天客服窗口的链接地址方法大全(包含移动端)
Copyright © 2011-2022 走看看