music_player.xml

来自「flash bookflash book」· XML 代码 · 共 38 行

XML
38
字号
<!-- 
---------------------------------------------------------------------------
MUSIC PLAYER XML:
---------------------------------------------------------------------------

|||||||MAIN ATTRIBUTES||||||||||||||||||||||||||||||||||||||||||||||||||||||

volume == Initial volume
shuffle == 'yes' to shuffle songs || 'no' to play continuous
autoStart == 'yes' to play music in beginning || 'no' to start manually

|||||||TRACK ATTRIBUTES|||||||||||||||||||||||||||||||||||||||||||||||||||||

path == Location of track
title == Title of track	   
artist == Artist of track 
album == Track album name
art == location of album art

---------------------------------------------------------------------------
-->

<?xml version="1.0" encoding="UTF-8"?>
<player 
	volume="85" 
	shuffle="no" 
	autoStart="yes">
	
	<song 
		path="http://www.axzymc.com/yy.mp3"     	
		title="铁观音"	   
		artist="毛阿敏"	 
		album="毛阿敏铁观音"     
		art="music/art/art_1.jpg"
	>
	</song>

</player>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?