[疑問] 關於EXOHUD中的播放清單

Computer & Internet
電腦軟體 / 硬體 / 網際網路玩家的交流園地。
諸如問題求助 / 使用教學 / 經驗分享和軟體推薦等,歡迎您進來發表。
回覆文章
頭像
lalala
CA共和國市長
CA共和國市長
文章: 308
註冊時間: 2002-12-05 05:08 am
來自: 台北

[疑問] 關於EXOHUD中的播放清單

#1

文章 lalala » 2004-12-22 02:17 am

歌曲名稱我是直接到鳥站長的網站 "歷年創作"中直接複製日文歌名下來
然後用來編我的歌曲選單

但是出來一堆????

我搜尋過網路的文章 關鍵字:Unicode,萬國碼,EXOHUD
但是都找不到有關歌曲選單中有關日文顯示的文章
也不知道該如何轉換為萬國碼

問題:如何能讓播放清單中顯示正確的日文字?
我已有安裝

http://phpbb-tw.net/phpbb/viewtopic.php?t=24128

這是我架設的論壇

http://fcsh704.twbbs.org


請大家幫忙 感謝 :cry:
PS:最近搞論壇的東西常常搞到三更半夜:cry:

頭像
lalala
CA共和國市長
CA共和國市長
文章: 308
註冊時間: 2002-12-05 05:08 am
來自: 台北

Re: [疑問] 關於EXOHUD中的播放清單

#2

文章 lalala » 2004-12-22 02:49 am

剛剛發現一件更慘的事情

請別人上來試試 居然跟我說按播放後聽不到音樂

奇怪 我自己聽的到說

頭像
lalala
CA共和國市長
CA共和國市長
文章: 308
註冊時間: 2002-12-05 05:08 am
來自: 台北

Re: [疑問] 關於EXOHUD中的播放清單

#3

文章 lalala » 2004-12-22 03:54 am

不知道該如何表達 用貼圖的好了

這是我的WWW資料夾裡的景觀
http://fcsh704.twbbs.org/pics/www.jpg


這是我的exohud資料夾裡的景觀
http://fcsh704.twbbs.org/pics/exohud.jpg


這是我的exobudpl.js裡的程式碼

代碼: 選擇全部

<!--

// [T01~T13] CHAGE&ASKA-great hits
mkList("http://fcsh704.twbbs.org/exohud/sample/1.wma","chage&aska - On you mark"); 
mkList("http://fcsh704.twbbs.org/exohud/sample/2.wma","chage&aska - you are free"); 
mkList("http://fcsh704.twbbs.org/exohud/sample/3.wma","chage&aska - YAH YAH YAH"); 
mkList("http://fcsh704.twbbs.org/exohud/sample/4.wma","chage&aska - HEART"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/5.wma","chage&aska - SAY YES"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/6.wma","chage&aska - Sons & Daughters ~ ????僕?伝?????"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/7.wma","chage&aska - if"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/8.wma","chage&aska - ???逢?"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/9.wma","chage&aska - river"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/10.wma","chage&aska - no no darlin"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/11.wma","chage&aska -NATURAL"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/12.wma","chage&aska -???君?????"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/13.wma","chage&aska - ???君?????"); 

//-->    


這是我的index.htm的程式碼

代碼: 選擇全部

<html> 

<head> 
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5"> 
<title>鳳新高中704的家</title>
</head> 

<frameset rows="*,30">
   <frame name="main" src="http://fcsh704.twbbs.org/phpbb/index.php">
   <frame name="footer" scrolling="no" noresize target="main" src="exobud/exohud.htm">
   <noframes> 
   <body> 

   <p>此網頁使用框架,但是您的瀏覽器不支援框架。</p> 

   </body> 
   </noframes> 
</frameset> 

</html>



這是我index.php的程式碼

代碼: 選擇全部

<?php


header("Location: phpbb/"); 

?>



/************************************************************************/
/* AppServ Open Project                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2001 by Phanupong Panyadee (apples@chek.com)         */
/* http://academic.cmri.ac.th/appserv                                                  */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/
$appserv_root = "appserv";
include("appserv/main.php");


print "
<html>
<head>
<title>AppServ Open Project</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=\""._CHARSET."\">
<style>
<!-- Hide style for old browsers 
BODY          {font-family: MS Sans Serif;font-size=\"10\"}
.headd { font-family: Helvetica,Verdana ; font-size: 13pt; text-decoration:  none; }
.app { font-family: MS Sans Serif ; font-size: 10pt; text-decoration:  none; }
A:link    {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none; color: #0000FF}
A:hover   {text-decoration: none; color: #FF0000}
A:active  {text-decoration: none; color: #FF0000}
-->
</style>
</head>
<body bgcolor=\"#FFFFFF\">
<div align=\"left\"> 
  <table border=\"0\" width=\"100%\" height=\"19\">
    <tr bgcolor=\"#D2E9FF\"> 
      <td width=\"100%\" height=\"19\" valign=\"top\"><font color=\"#000080\">
	  <span class=\"headd\"><strong><big>&nbsp; The AppServ Open Project - "._APPVERSION." "._FOR." "._OS." </big></strong></span></font></td>
    </tr>
  </table>
  
</div>
<div align=\"left\"> 
  <table width=\"100%\" border=\"0\">
    <tr bgcolor=\"#F9FBFF\"> 
      <td height=\"344\"> 
        <blockquote> 
          <p><font color=\"#000080\"><span
    class=\"headd\"><strong><br>
	            <img src=\"appserv/members.gif\" width=\"20\"
    height=\"20\" align=\"absmiddle\"> <span class=\"app\"><a href=\""._LPHPMYADMIN."/\">"._PHPMYADMIN." "._VERSION." "._VPHPMYADMIN."</a><br>
	            <img
    src=\"appserv/annoicon.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> <a href=\""._LPHPMYADMIN."/phpinfo.php\">"._PHPINFO." "._VERSION." "._VPHP."</a></span> <br>


            </strong></span></font> </p>
          <p><span
    class=\"app\"><u>"._ABOUT." "._APPSERV." "._VERSION." "._APPVERSION." "._FOR." "._OS."</u><br>
            "._APPSERV." "._IS." <br>
            -<a href=\"http://www.apache.org\"> "._APACHE." "._VERSION." "._VAPACHE."</a><br>
            - <a href=\"http://www.php.net\">"._PHP." "._VERSION." "._VPHP."</a><br>
            - <a href=\"http://www.mysql.com\">"._MYSQL." "._VERSION." "._VMYSQL."</a><br>
            - <a href=\"http://www.zend.com\">"._ZENDOPT." "._VERSION." "._VZENDOPT."</a><br>
            - <a href=\"http://phpmyadmin.sourceforge.net\">"._PHPMYADMIN." "._VERSION." "._VPHPMYADMIN."</a><br>
			 - <a href=\"http://www.AppServNetwork.com/index.php?modules=faq\">"._NONUKE."</a><br>
			
			</span> 
          </p>
        </blockquote>
        <ul>
          <li><a href=\"appserv/ChangeLog.txt\"><span class=\"app\">"._CHANGELOG."</span></a></li>
          <li> <a href=\"appserv/README-$appservlang.php?appservlang=$appservlang\"><span class=\"app\">"._README."</span></a></li>
          <li><a href=\"appserv/AUTHORS.txt\"><span class=\"app\">"._AUTHOR."</span></a></li>
          <li><a href=\"appserv/COPYING.txt\"><span class=\"app\">"._COPYING."</span></a></li>
          <li><span class=\"app\"> "._SITE." : <a href=\"http://www.AppServNetwork.com\">www.AppServNetwork.com</a>  
		 </li> </ul>

&nbsp; &nbsp; &nbsp; &nbsp;<b> "._LANG." : </b><a href=\"index.php?appservlang=th\"><img src=\"appserv/flag-thai.png\" width=\"30\" height=\"16\" align=\"absmiddle\" border=\"0\"></a>&nbsp; <a href=\"index.php?appservlang=en\"><img src=\"appserv/flag-english.png\" width=\"30\" height=\"16\" align=\"absmiddle\" border=\"0\"></a> 
<br><br>
      </td>
    </tr>
    <tr> 
      <td height=\"19\" bgcolor=\"#D2E9FF\"><font color=\"#000080\" class=\"headd\">&nbsp;&nbsp;&nbsp;<img src=\"appserv/softicon.gif\" width=\"20\" height=\"20\" align=\"absmiddle\">&nbsp;<b>"._SLOGAN."</b> </font></td>
    </tr>
  </table>  
</div>
</body>
</html>
";

			?>

不知道這些資訊夠了嗎?

頭像
鳥站長
本站地頭蛇兼工友
本站地頭蛇兼工友
文章: 1264
註冊時間: 2002-11-19 08:22 pm
暱稱: 鳥站
來自: 安息日的深紫飛船

Re: [疑問] 關於EXOHUD中的播放清單

#4

文章 鳥站長 » 2004-12-22 04:51 am

lalala 寫:歌曲名稱我是直接到鳥站長的網站 "歷年創作"中直接複製日文歌名下來
然後用來編我的歌曲選單

但是出來一堆????
這樣當然不行啦!ExoBUD MP 壓縮檔內的 readme_skin.txt 開頭不是有提到嗎?
看一下「使用此面板播放器的相關注意事項」吧!

所以你必須先將日文轉碼為 Unicode 控制碼,再貼到播放清單內。
例如「群れ」轉碼為 Unicode 控制碼就是「&#32676;&#12428;」。
但是記得 readme_skin.txt 有提到,分號的前面要加一個反斜線字元,所以就是「&#32676\;&#12428\;」。

如何將日文轉碼為 Unicode 控制碼?可以使用北斗字碼轉換器,或是到這一個網站:
http://timc.idv.tw/classic/timdream2001 ... nicode.htm
將日文貼到上方視窗再按一下「編碼」,轉出來的 Unicode 控制碼就會出現在下方視窗,然後記得在每一個分號前面加上反斜線字元。
2007.10.1 攝於日本京都錦市場 :xd:
圖檔

頭像
lalala
CA共和國市長
CA共和國市長
文章: 308
註冊時間: 2002-12-05 05:08 am
來自: 台北

Re: [疑問] 關於EXOHUD中的播放清單

#5

文章 lalala » 2004-12-22 04:41 pm

咦! 我已經轉碼了 但是還是不能顯示日文

exobudpl.js

代碼: 選擇全部

<!--

// [T01~T13] CHAGE&ASKA-great hits
mkList("http://fcsh704.twbbs.org/exohud/sample/1.wma","chage&aska - On you mark"); 
mkList("http://fcsh704.twbbs.org/exohud/sample/2.wma","chage&aska - you are free"); 
mkList("http://fcsh704.twbbs.org/exohud/sample/3.wma","chage&aska - YAH YAH YAH"); 
mkList("http://fcsh704.twbbs.org/exohud/sample/4.wma","chage&aska - HEART"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/5.wma","chage&aska - SAY YES"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/6.wma","chage&aska - Sons & Daughters ~ そ\;れ\;よ\;り\;僕\;が\;伝\;え\;た\;い\;の\;は\;"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/7.wma","chage&aska - if"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/8.wma","chage&aska - め\;ぐ\;り\;逢\;い\;"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/9.wma","chage&aska - river"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/10.wma","chage&aska - no no darlin"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/11.wma","chage&aska -NATURAL"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/12.wma","chage&aska -僕\;は\;こ\;の\;瞳\;で\;嘘\;を\;つ\;く\;"); 
mkList("http://fcsh704.twbbs.org/exohud//sample/13.wma","chage&aska - な\;ぜ\;に\;君\;は\;帰\;ら\;な\;い\;"); 

//-->


另外 我同學說聽不到音樂 但是能看到跑馬燈顯示歌名
另外秒數也都沒動 不知道鳥站長或是大家能聽的到音樂嗎?

頭像
lalala
CA共和國市長
CA共和國市長
文章: 308
註冊時間: 2002-12-05 05:08 am
來自: 台北

Re: [疑問] 關於EXOHUD中的播放清單

#6

文章 lalala » 2004-12-22 04:58 pm

哈 我按了重新整理
但是是重新整理上方論壇
後來我重新整理下方的播放器後 日文就能跑出來啦

可是同學說他聽不到音樂(問題如上篇文章)
而且不只一個........
不知道是他們的WMP版本的問題還是我的設定有問題......
不知道鳥站長能聽的到嗎?

頭像
lalala
CA共和國市長
CA共和國市長
文章: 308
註冊時間: 2002-12-05 05:08 am
來自: 台北

Re: [疑問] 關於EXOHUD中的播放清單

#7

文章 lalala » 2004-12-22 06:10 pm

抱歉 我搞笑了

剛剛突然閃過一個念頭

就是 我放的wma檔 是我從CD上用media player複製到我的電腦的檔案

所以.........只能在我的電腦上播放....別人的電腦無法播放....



真的是Orz.............

謝謝鳥站長!! :cheesy:

回覆文章

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 15 位訪客