﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>19~Blog &#124; &#187; flv</title>
	<atom:link href="http://www.ll19.com/tag/flv/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ll19.com</link>
	<description>今天总是好过昨天~原来，冥冥之中，自有天意。</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>AS3.FLV.PLAYER-AS3.FLV播放器</title>
		<link>http://www.ll19.com/as3-flv-player.html</link>
		<comments>http://www.ll19.com/as3-flv-player.html#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:24:00 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[player]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=100</guid>
		<description><![CDATA[提供AS3.FLV播放器源文&#8230;加载FLASH可以用&#8221;?playlist=xml地址(去掉后面的.xml)&#8221;来正确加载XML。比如我的播放器地址是： http://www.ll19.com/up/as3_FLV/GLLL-FLV.swf 我的XML地址是： http://www.ll19.com/glll/xml/as3_flv/playList.xml 那我把播放器在放到页面上的时候就写成： http://www.ll19.com/up/as3_FLV/GLLL-FLV.swf?playlist=http://www.ll19.com/glll/xml/as3_flv/playList 说明： 1.播放器上鼠标右键也可以控制音乐的播放，比如前一、后一、停止等。 2.上面是FLV的选择菜单，点击两边的箭头。 3.XML配置 auto=”&#8221;：random FLASH加载后便随机播放，yes FLASH加载后播放第一个FLV，其余字符均为不直接播放。 mp3节点中path=”http://www.ll19.com/up/…/kida.FLV″ FLV的地址。title=”kidA.” FLV的标题。添加多个节点便填入了多个FLV曲目。 -= 点这里下载V1.1(08.06.25) =-]]></description>
		<wfw:commentRss>http://www.ll19.com/as3-flv-player.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>FLV PLAYER（AS2）+</title>
		<link>http://www.ll19.com/flash-xml-flv-player-2.html</link>
		<comments>http://www.ll19.com/flash-xml-flv-player-2.html#comments</comments>
		<pubDate>Fri, 11 May 2007 05:53:27 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Collect]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[player]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=36</guid>
		<description><![CDATA[提供FLASH-FLV播放器源文&#8230; 移动到这里写下对播放器的建议和BUG[!!] &#160;&#160;&#160;Loading&#8230;&#8230; jQuery(document).ready(function() { ajaxZhuangBList("http://www.ll19.com","xiaoyulk@163.com",1,36,"mousedown"); }); AS3版本的播放器请访问这里：http://www.ll19.com/as3-flv-player.html 这个是在以前的那篇文章http://www.ll19.com/?p=25上更改的，没有什么特殊的，只是在标题前面加了图片显的更好看，也是一个朋友的BLOG给了启发。他的是MP3 FLASH播放器，下面的列表不是单纯的文字而是根据歌曲的演唱者加了封面什么的，我想这个也可以用在我这里的FLV播放器中，大家根据喜好吧~如果喜欢单纯的文字就用以前的。在XML多配置一个PIC属性就行了，你可以让他是图片也可以是FLASH，注意尺寸。更改后的播放器： 源文下载地址：http://code.google.com/p/glll/downloads/detail?name=GLLLplayer.rar 完全可以在自己的QQ空间之类的地方播放影音（FLV）视频，这个说过很多次了，具体看我的：user.qzone.qq.com/13638812 -2007-10-31-提供这个好多人要的FLASH播放器全屏效果例子，我只是简单的做了一下。具体看这个DEMO，可全屏的自动播放：http://www.ll19.com/up/full/demo.html 源文件下载：http://code.google.com/p/glll/downloads/detail?name=full.rar。注意加载FLASH的object中要写入： 1 &#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&#62; 并且为了全屏的时候隐去列表，虽然FLASH场景高度是188，不过加载的时候要设成260。]]></description>
		<wfw:commentRss>http://www.ll19.com/flash-xml-flv-player-2.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>FLV PLAYER（AS2）</title>
		<link>http://www.ll19.com/flash-xml-flv-player.html</link>
		<comments>http://www.ll19.com/flash-xml-flv-player.html#comments</comments>
		<pubDate>Sat, 20 May 2006 03:00:15 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Collect]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>

		<guid isPermaLink="false">http://www.ll19.com/gl-ll/?p=25</guid>
		<description><![CDATA[提供FLASH-FLV播放器源文&#8230; FLASHFLV播放器源文：http://code.google.com/p/glll/downloads/detail?name=LL19.com.rar -2007-10-31-提供这个好多人要的FLASH播放器全屏效果例子，我只是简单的做了一下。具体看这个DEMO，可全屏的自动播放：http://www.ll19.com/up/full/demo.html，源文件下载：http://code.google.com/p/glll/downloads/detail?name=full.rar，注意加载FLASH的object中要写入： 1 &#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&#62; 并且为了全屏的时候隐去列表，虽然FLASH场景高度是188，不过加载的时候要设成260，07.05.11更新了一个播放列表的图片（或flash）功能具体请看这个页面： http://www.ll19.com/?p=36 AS3版本的播放器请访问这里：http://www.ll19.com/index.php/100/as3-flv-player/]]></description>
		<wfw:commentRss>http://www.ll19.com/flash-xml-flv-player.html/feed</wfw:commentRss>
		<slash:comments>108</slash:comments>
		</item>
	</channel>
</rss>

