2006-10-31
[转]展望2006年,Flash未來未有來!
引用
經過2005年的時間,做過大大小小不同的Flash應用,當我忙於為2006年第一個重頭而大型的Ajax專案做準備、文檔和可行性研究等時,我不禁不斷問自己,Flash的未來在哪裡?Flash的優勢在哪裡?Flash的重要性在哪裡?
详见:
http://www.luar.com.hk/flashbook/archives/001317.php
评论
Xenium
2006-11-04
Flash在视频点播方面还是很有前途的。
cookoo
2006-11-03
flash在流媒体方面还能有所作为
whisper
2006-11-02
我对svg+ajax是相当期盼的
尤其是svg1.2里面的externalDef
ps. flash夸平台性可是不好,至少他说BSD类系统用他是非法
尤其是svg1.2里面的externalDef
ps. flash夸平台性可是不好,至少他说BSD类系统用他是非法
winterwolf
2006-11-02
liusong1111 写道
svg在IE下不一样需要安装adobe的插件才支持吗?(又是"可恶"的adobe),FF内置支持吧?
vml经过这么多年很成熟了,可惜只能在IE下用。
canvas现状不清楚,似乎FF、opera、safari都内置支持。
一堆不成熟的桥:SVG in IE、Canvas for IE,好看不好用。
(请各位达人补充指正)
页面表现力上,纯html/css没有Flash、SVG等来得漂亮,Flash的设计器和跨浏览器能力也不可小视。
java applet和activex开发难度大、要求客户端下载安装插件(.)有时是不可接受的。
如果IE7内置支持SVG,世界就快太平了,问下用过的达人们,它支持不?
vml经过这么多年很成熟了,可惜只能在IE下用。
canvas现状不清楚,似乎FF、opera、safari都内置支持。
一堆不成熟的桥:SVG in IE、Canvas for IE,好看不好用。
(请各位达人补充指正)
页面表现力上,纯html/css没有Flash、SVG等来得漂亮,Flash的设计器和跨浏览器能力也不可小视。
java applet和activex开发难度大、要求客户端下载安装插件(.)有时是不可接受的。
如果IE7内置支持SVG,世界就快太平了,问下用过的达人们,它支持不?
如果IE7不支持 就下载firefox. 我想svg还是有这个魅力的 就如同当年的flash. svg和ajax接合是相当强大的
winterwolf
2006-11-02
这个是svg可以用ff直接看
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body style="position:absolute; z-index:0; border:1px solid black; left:5%; top:5%; width:90%; height:90%;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg1"
width="24cm" height="12cm" viewBox="0 0 1000 300" version="1.1" style="width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;">
<script type="text/ecmascript">
function s1() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A53_3qfront.jpg");
}
function s2() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A08_3qfront.jpg");
}
function s3() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A51_3qfront.jpg");
}
function s4() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A35_3qfront.jpg");
}
function s5() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A11_3qfront.jpg");
}
function s6() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_475_3qfront.jpg");
}
function s7() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_354_3qfront.jpg");
}
</script>
<image id="show" xlink:href="http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A53_3qfront.jpg" x="100" y="0" width="600" height="300"/>
</svg>
<form action="" method="post">
<fieldset>
<legend>选择颜色</legend>
<p>
<input type="radio" name="outcolor" value="1" onclick="s1();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A53.jpg"/>
<input type="radio" name="outcolor" value="2" onclick="s2();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A08.jpg"/>
<input type="radio" name="outcolor" value="3" onclick="s3();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A51.jpg"/>
<input type="radio" name="outcolor" value="4" onclick="s4();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A35.jpg"/>
<input type="radio" name="outcolor" value="5" onclick="s5();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A11.jpg"/>
<input type="radio" name="outcolor" value="6" onclick="s6();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/475.jpg"/>
<input type="radio" name="outcolor" value="7" onclick="s7();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/354.jpg"/>
</p>
</fieldset>
</form>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body style="position:absolute; z-index:0; border:1px solid black; left:5%; top:5%; width:90%; height:90%;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg1"
width="24cm" height="12cm" viewBox="0 0 1000 300" version="1.1" style="width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;">
<script type="text/ecmascript">
function s1() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A53_3qfront.jpg");
}
function s2() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A08_3qfront.jpg");
}
function s3() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A51_3qfront.jpg");
}
function s4() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A35_3qfront.jpg");
}
function s5() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A11_3qfront.jpg");
}
function s6() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_475_3qfront.jpg");
}
function s7() {
var img = document.getElementById("show");
img.setAttribute("xlink:href", "http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_354_3qfront.jpg");
}
</script>
<image id="show" xlink:href="http://www.bmwusa.com/LeadGenBYO/Images/VehicleImages/XAB70BMS201A0/front/0765_A53_3qfront.jpg" x="100" y="0" width="600" height="300"/>
</svg>
<form action="" method="post">
<fieldset>
<legend>选择颜色</legend>
<p>
<input type="radio" name="outcolor" value="1" onclick="s1();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A53.jpg"/>
<input type="radio" name="outcolor" value="2" onclick="s2();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A08.jpg"/>
<input type="radio" name="outcolor" value="3" onclick="s3();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A51.jpg"/>
<input type="radio" name="outcolor" value="4" onclick="s4();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A35.jpg"/>
<input type="radio" name="outcolor" value="5" onclick="s5();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/A11.jpg"/>
<input type="radio" name="outcolor" value="6" onclick="s6();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/475.jpg"/>
<input type="radio" name="outcolor" value="7" onclick="s7();"/><img src="http://www.bmwusa.com/LeadGenBYO/Autodata/Step1/Images/354.jpg"/>
</p>
</fieldset>
</form>
</body>
</html>
liusong1111
2006-11-01
svg在IE下不一样需要安装adobe的插件才支持吗?(又是"可恶"的adobe),FF内置支持吧?
vml经过这么多年很成熟了,可惜只能在IE下用。
canvas现状不清楚,似乎FF、opera、safari都内置支持。
一堆不成熟的桥:SVG in IE、Canvas for IE,好看不好用。
(请各位达人补充指正)
页面表现力上,纯html/css没有Flash、SVG等来得漂亮,Flash的设计器和跨浏览器能力也不可小视。
java applet和activex开发难度大、要求客户端下载安装插件(.)有时是不可接受的。
如果IE7内置支持SVG,世界就快太平了,问下用过的达人们,它支持不?
vml经过这么多年很成熟了,可惜只能在IE下用。
canvas现状不清楚,似乎FF、opera、safari都内置支持。
一堆不成熟的桥:SVG in IE、Canvas for IE,好看不好用。
(请各位达人补充指正)
页面表现力上,纯html/css没有Flash、SVG等来得漂亮,Flash的设计器和跨浏览器能力也不可小视。
java applet和activex开发难度大、要求客户端下载安装插件(.)有时是不可接受的。
如果IE7内置支持SVG,世界就快太平了,问下用过的达人们,它支持不?
winterwolf
2006-10-31
svg已经被浏览器支持了.
flash能做到的 flash不能做到的 ajax都可以做到了
flash能做到的 flash不能做到的 ajax都可以做到了
- 浏览: 61983 次

- 详细资料
搜索本博客
最新评论
-
软件应符合客户当前的工作 ...
dennis_zane 写道项目开发过程中,其实是对一个企业的工作流程进行规范的 ...
-- by yiding_he -
软件应符合客户当前的工作 ...
项目开发过程中,其实是对一个企业的工作流程进行规范的过程,这个过程没有一方改变一 ...
-- by dennis_zane -
软件应符合客户当前的工作 ...
“软件”这个词不仅仅是指运行的代码,他是指人的行为。软件开发肯定是要改变人的行为 ...
-- by lane_cn -
软件应符合客户当前的工作 ...
不要光想着去改变别人 很多时候要改变的恰恰是自己
-- by giscat -
软件应符合客户当前的工作 ...
这个与规模有关所以大公司改变的慢小公司改变的快
-- by 抛出异常的爱






评论排行榜