發新話題

在GOOGLE博客發FLASH

在GOOGLE博客發FLASH

Background music in blogs and websites is not appreciated by many viewers since it disturbs attention, gathers unwanted attention and wastes bandwidth. However there are many methods to do this and many websites catering to this demand......

The first requirement is to have your music file ready and upload it to a freehost like Googlepages. If you can't create an account at Googlepages create a group at Google Groups and this gives you 100 MB free space for files. Next upload your file to the freehost and copy down its link or URL.


The simplest solution is to use the embed tag to put the file in your page. Login to Dashboard and go to Layouts. This opens the Page Elements tab in which click on Add Page Element in the sidebar. Choose the Html/Javascript option and paste this code under contents :

<EMBED src="LINK OF SOUND FILE AT FREE HOST" autostart=true loop=false volume=100 hidden=true><NOEMBED><BGSOUND src="NAME OF FILE"></NOEMBED>

Replace the CAPS in above code and Save. When you put autostart=true then the file will start playing as soon as the page is loaded. You can put "FALSE" instead of "TRUE" so the person visiting your page will have to click on the play button for it to start. Loop=true makes the file to play again and again. Use this for small files like birdsongs which can continuously play in the background.



MP3 FILES
Upload your MP3 file in the same way as above. Then open Notepad and type in :

http://www.googlepages.com/file.mp3

This is the link to your uploaded MP3 file at Googlepages. Save this file as Mysong.m3u and upload this file as well to Googlepages. Login to your Dashboard and select Layouts which opens the Page Elements tab. Click Add Page Element in sidebar and select Html/Javascript option and paste the following code under contents :

<EMBED src="Mysong.m3u" autostart=true hidden=true>

Save. You can also use Google Gadgets to put a MP3 player in your blog as shown in 訪客無法瀏覽此圖片或連結,請先 註冊登入會員 .


MP3 PLAYLISTS
For playing MP3 Playlists you require Flash MP3 Players. 訪客無法瀏覽此圖片或連結,請先 註冊登入會員

You can find these by Googling for them. Some are available at sites like 訪客無法瀏覽此圖片或連結,請先 註冊登入會員 , 訪客無法瀏覽此圖片或連結,請先 註冊登入會員 or 訪客無法瀏覽此圖片或連結,請先 註冊登入會員
Download one of these and upload them to your Googlepages account. Copy down the link to the flash player file.


Next upload all your songs to a freehost like Googlepages and copy down their URLs. After that open Notepad and paste their links as shown below :

<?xml version="1.0" encoding="UTF-8"?>
<player showDisplay="yes" showPlaylist="yes" autoStart="random">
<song path="LINK TO MP3 FILE 1" title="FILE1 TITLE" />
<song path="LINK TO MP3 FILE 2" title="FILE2 TITLE" />
<song path="LINK TO MP3 FILE 3" title="FILE3 TITLE" />
<song path="LINK TO MP3 FILE 4" title="FILE4 TITLE" />
<song path="LINK TO MP3 FILE 5" title="FILE5 TITLE" />
<song path="LINK TO MP3 FILE 6" title="FILE6 TITLE" />
<song path="LINK TO MP3 FILE 7" title="FILE7 TITLE" />
</player>

Save this file as MyPlaylist.xml and upload it to your Googlepages account. Copy down the link to the file. Login to dashboard and click on Layouts. This will open the Page Elements tab in which click on Add Page Element and choose Html/Javascript option. Paste the following code under contents and save :

<embed pluginspage="http://www.macromedia.com/go/getflashplayer" width="230" src="LINK TO FLASH PLAYER FILE" height="280"
type="application/x-shockwave-flash"
flashvars="playlist=LINK OF YOUR MYPLAYLIST.XML AT GOOGLEPAGES&autostart=true"/></embed>

Save the changes. Refresh cache and view blog.

TOP

博客背景音樂,網站是不是博得了不少觀眾的注意,因為它擾亂,無用的廢物和注意力集中帶寬.

However there are many methods to do this and many websites catering to this demand......

但是有很多方法可以做到這一點,許多網站迎合這種需求::

The first requirement is to have your music file ready and upload it to a freehost like Googlepages.

首先是你願意和音樂檔案上傳至一個像googlepagesfreehost.

If you can't create an account at Googlepages create a group at Google Groups and this gives you 100 MB free space for files.

如果你不能創造一個帳戶googlepages營造集團谷歌集團由此給你100甲基溴免費空間檔案.

Next upload your file to the freehost and copy down its link or URL.

檔案上傳到你下次freehost,抄下其聯繫或舉報.


The simplest solution is to use the embed tag to put the file in your page.

最簡單的辦法是使用嵌入標籤把你的檔案頁.

Login to Dashboard and go to Layouts.

登錄到儀表板,到佈置.

This opens the Page Elements tab in which click on Add Page Element in the sidebar.

打開這頁內容統計表中點擊加頁邊注的元素.

Choose the Html/Javascript option and paste this code under contents :

選擇的HTML/JavaScript的選項下糊本守則內容:

<EMBED src="LINK OF SOUND FILE AT FREE HOST" autostart=true loop=false volume=100 hidden=true><NOEMBED><BGSOUND src="NAME OF FILE"></NOEMBED>

<embedsrc="link健全檔案免費host"loop=falseautostart=truevolume=100hidden=true><noembed><bgsoundsrc="name的上傳</noembed>

Replace the CAPS in above code and Save.

在上述代碼更換頭套、挽救.

When you put autostart=true then the file will start playing as soon as the page is loaded.

當你把autostart=檔案開始玩真的那麼只要是裝載頁.

You can put "FALSE" instead of "TRUE" so the person visiting your page will have to click on the play button for it to start.

你可以把"假",不是"真"你這樣的人來點擊的一頁就要發揮它啟動按鈕.

Loop=true makes the file to play again and again.

真正使檔案回路=玩再拖.

Use this for small files like birdsongs which can continuously play in the background.

以此為小象Zenk能不斷發揮檔案的背景.



MP3 FILES

MP3文件

Upload your MP3 file in the same way as above.

你的MP3檔案上傳的一樣以上.

Then open Notepad and type in :

然後開放和筆記型:

http://www.googlepages.com/file.mp3

http://www.googlepages.com/file.mp3

This is the link to your uploaded MP3 file at Googlepages.

這是連你的MP3檔案googlepages載.

Save this file as Mysong.m3u and upload this file as well to Googlepages.

這個檔案內容mysong.m3u拯救這個檔案上傳到googlepages也是.

Login to your Dashboard and select Layouts which opens the Page Elements tab.

登錄你的儀表和選拔開幕佈局統計表頁內容.

Click Add Page Element in sidebar and select Html/Javascript option and paste the following code under contents :

點擊加頁,並選擇那種元素的HTML/JavaScript的選項下糊以下代碼內容:

<EMBED src="Mysong.m3u" autostart=true hidden=true>

<embedsrc="mysong.m3u"autostart=truehidden=true>

Save.救.

You can also use Google Gadgets to put a MP3 player in your blog as shown in 訪客無法瀏覽此圖片或連結,請先 註冊登入會員 .

你還可以使用谷歌gadgets把MP3播放機在你的博客所示訪客無法瀏覽此圖片或連結,請先 註冊登入會員 .


MP3 PLAYLISTS    MP3音樂播放
For playing MP3 Playlists you require Flash MP3 Players.

你需要扮演的MP3playlists閃光的MP3球員.

You can find these by Googling for them.

你可以找到這些由googling他們.

Some are available at sites like 訪客無法瀏覽此圖片或連結,請先 註冊登入會員 , 訪客無法瀏覽此圖片或連結,請先 註冊登入會員 or 訪客無法瀏覽此圖片或連結,請先 註冊登入會員

有些可具象訪客無法瀏覽此圖片或連結,請先 註冊登入會員 ,訪客無法瀏覽此圖片或連結,請先 註冊登入會員 訪客無法瀏覽此圖片或連結,請先 註冊登入會員

Download one of these and upload them to your Googlepages account.

其中上傳下載它們你googlepages帳戶.

Copy down the link to the flash player file.

抄下聯繫的閃光球員檔案.

Next upload all your songs to a freehost like Googlepages and copy down their URLs.

下次上傳你喜歡的歌曲到freehostgooglepages,抄下其定位器.

After that open Notepad and paste their links as shown below :
此後他們聯繫糊、開放筆記如下:

<?xml version="1.0" encoding="UTF-8"?>

?>encoding="utf-8"?>

<player showDisplay="yes" showPlaylist="yes" autoStart="random">

<playershowdisplay="yes"showplaylist="yes"autostart="random">

<song path="LINK TO MP3 FILE 1" title="FILE1 TITLE" />

<stitle="file1title"/>

<song path="LINK TO MP3 FILE 2" title="FILE2 TITLE" />

<stitle="file2title"/>

<song path="LINK TO MP3 FILE 3" title="FILE3 TITLE" />

<stitle="file3title"/>

<song path="LINK TO MP3 FILE 4" title="FILE4 TITLE" />

<stitle="file4title"/>

<song path="LINK TO MP3 FILE 5" title="FILE5 TITLE" />

<stitle="file5title"/>

<song path="LINK TO MP3 FILE 6" title="FILE6 TITLE" />

<stitle="file6title"/>

<song path="LINK TO MP3 FILE 7" title="FILE7 TITLE" />

<stitle="file7title"/>

</player>

</player>

Save this file as MyPlaylist.xml and upload it to your Googlepages account.

作為挽救這個檔案上傳到你

myplaylist.xmlgooglepages

帳戶.

Copy down the link to the file.

抄下聯繫的檔案.

Login to dashboard and click on Layouts.

登錄到儀表和點擊佈置.

This will open the Page Elements tab in which click on Add Page Element and choose Html/Javascript option.

這將打開一頁分子統計表中點擊加頁的HTML元素,並選擇/JavaScript的選擇.

Paste the following code under contents and save :

糊了以下內容和代碼節省下:

<embed pluginspage="http://www.macromedia.com/g o/getflashplayer" width="230" src="LINK TO FLASH PLAYER FILE" height="280"

"embedpluginspage="http://www.macromedia.com/go/getflashplayer"width="230"src="連接Flash播放檔案"height="280"

type="application/x-shockwave-flash"

type="application/x-shockwave-flash"

flashvars="playlist=LINK OF YOUR MYPLAYLIST.XML AT GOOGLEPAGES&autostart=true"/></embed>

flashvars="playlist=連你myplaylist.xmlgooglepages&autostart=true"/></embed"

Save the changes.

拯救變化.

Refresh cache and view blog.

刷新博客緩存和看法.

TOP


TOP

發新話題

本站所有圖文均屬網友發表,僅代表作者的觀點與本站無關,如有侵權請通知版主會盡快刪除。