1 / 9

網頁製作比賽

網頁製作比賽. ---- 技術探討. Flash 動畫在網頁中大量使用. 活潑、美觀、動感、很吸引人 片頭 導航 各種按鈕 呈現網頁內容 演示各種動態變化過程等。. 在網頁中使用 Flash 會遇到的問題. Flash 按鈕與網頁連接的問題 Flash 版本與 IE 版本兼容的問題 Flash 背景顏色如何去除的問題. 在網頁中使用 Flash 會遇到的問題. 一、用 flash 按鈕來連接網頁. 用 flash 按鈕來連接網頁,每個按鈕和 html 檔都要用到。 (1) 在 flash 原始文件裡面,每個按鈕都要加入跳轉的語句: on(release){

dragon
Download Presentation

網頁製作比賽

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 網頁製作比賽 ----技術探討 www.themegallery.com

  2. Flash動畫在網頁中大量使用 • 活潑、美觀、動感、很吸引人 • 片頭 • 導航 • 各種按鈕 • 呈現網頁內容 • 演示各種動態變化過程等。

  3. 在網頁中使用Flash會遇到的問題 • Flash按鈕與網頁連接的問題 • Flash版本與IE版本兼容的問題 • Flash背景顏色如何去除的問題

  4. 在網頁中使用Flash會遇到的問題

  5. 一、用flash按鈕來連接網頁 • 用flash按鈕來連接網頁,每個按鈕和html檔都要用到。 • (1)在flash原始文件裡面,每個按鈕都要加入跳轉的語句:on(release){ • getURL('page/chinawater.htm') }(2)在每個網頁的<head>和<body> 加入代碼: • <script language="JavaScript" type="text/JavaScript"> • <!-- • function fuckWindow(theURL,winName,features) { // v 2.0 • window.open(theURL,winName,features+",scrollbars=yes"); • } • //--> • </script>

  6. 二、消除flash檔周圍的框線 • 二、消除flash檔周圍的框線(點擊一下以開啟此控件) (1)、在html檔所在資料夾下放一個(flash.js)檔(2)、在網頁<head>和<body> 加入代碼:用來調用flash.js這個檔。<script language="javascript" type="text/javascript" src="flash.js"></script>(3)、在要加入flash的地方,通過下面語句來加入<script language="javascript" type="text/javascript"> • writeflashhtml("_swf=../flash/china/sonchina.swf", "_width=780", "_height=186" ); • </script>

  7. 三、去除Flash背景顏色的方法 • 去除Flash背景顏色的方法 • 在網頁中插入Flash後,給flash加上參數“wmode”,設定值為“transparent”

  8. 四、自動彈出提示對話框 • 自動彈出提示對話框 (如溫馨提示等) 首頁要用到。<SCRIPT LANGUAGE="javascript"> • <!-- • window.open ('tishi.htm', 'newwindow', 'height=133, width=373, top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no') // • -->

  9. 其它工具 • 其 他 工 具 • 1、音頻處理工具:cool edit • 2、視頻處理工具:WIN-AVI; • 3、視頻轉FLV檔:Allok Video to FLV Converter(簡體版)

More Related