论坛首页 Web前端技术论坛

[转]展望2006年,Flash未來未有來!

浏览 6895 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2006-10-31  
引用
經過2005年的時間,做過大大小小不同的Flash應用,當我忙於為2006年第一個重頭而大型的Ajax專案做準備、文檔和可行性研究等時,我不禁不斷問自己,Flash的未來在哪裡?Flash的優勢在哪裡?Flash的重要性在哪裡?


详见:
http://www.luar.com.hk/flashbook/archives/001317.php
   发表时间:2006-10-31  
svg已经被浏览器支持了.

flash能做到的 flash不能做到的 ajax都可以做到了
0 请登录后投票
   发表时间: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,世界就快太平了,问下用过的达人们,它支持不?
0 请登录后投票
   发表时间: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>
0 请登录后投票
   发表时间: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,世界就快太平了,问下用过的达人们,它支持不?


如果IE7不支持 就下载firefox. 我想svg还是有这个魅力的 就如同当年的flash. svg和ajax接合是相当强大的
0 请登录后投票
   发表时间:2006-11-02  
我对svg+ajax是相当期盼的
尤其是svg1.2里面的externalDef

ps. flash夸平台性可是不好,至少他说BSD类系统用他是非法
0 请登录后投票
   发表时间:2006-11-03  
flash在流媒体方面还能有所作为
0 请登录后投票
   发表时间:2006-11-04  
Flash在视频点播方面还是很有前途的。
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics