我叫王超然,是一名电脑爱好者,现在在新加坡留学上高一.我立志成为一名电脑人才,愿意在这里与大家一同分享我玩转电脑的心得.O-level华文考了A-One哈哈!
天气: 晴朗
心情: 高兴
Object-oriented programming
Software development
http://www.adobe.com/products/air/
d:\airsdk
moeadmin
localpass
http://www.itsc.org.sg/
19-20 July
Web 2.0
-collaborate
Amazon,blogs,wikis,social networking
http://project0.org/ or adobe air (term3 ca)
broad RIA(Rich Internet Applications)
desktop
D:\airsdk\samples
<?xml version="1.0" encoding="utf-8" ?>
<application
xmlns="http://ns.adobe.com/air/application/1.0">
<!-- AIR Application Descriptor File. See http://www.adobe.com/go/air_1.0_application_descriptor. -->
<id>com.mrxu.ExampleApplication</id>
<name>Mr Xu Hello 1.0</name>
<version>0.9</version>
<filename>Hello Application</filename>
<description>This is a sample Adobe AIR application.</description>
<copyright>Copyright 2008, Mr Xu.com</copyright>
<initialWindow>
<content>hello.html</content>
<title>Mr Xu Hello Application</title>
<systemChrome>standard</systemChrome>
<visible>true</visible>
<width>500</width>
<height>500</height>
</initialWindow>
</application>
<html>
<head>
<title>hello world</title>
</head>
<body>
<h1>Good mornig</h1>
<body>
</html>
adl hello.xml
adt -certificate -cn XuCertificate 1024-RSA mrxucert.pfx password12345
adt -package -storetype pkcs12 -keystore mrxucert.pfx testair.air hello.xml hello.html
overview
- create app files
- create app descriptorfile (xml)
- create security certificate (pfx)
- create installer file (air)
导入论坛查看(21)回复(0)引用(0)好评(0) 差评(0)
加入收藏
编辑
审核
TAG:
computing