Browse » Home
在試圖要把程式範例放上Blogger的blog時,查訪了不少方法都不是能很快速簡易的上手.我又不想在這花太多的時間. 後來找到這個網站還蠻好用的, 網址如下:
http://tools.devshed.com/webmaster-tools/syntax-highlighting/
詳細的使用,我想有在寫程式的人大概都知道麼用,真有人不知道的再來問我吧.我再來提示.
不過在這我碰到一個問題,我恰巧是用到http://btemplates.com/ 網站的lunax 面版.底色恰巧也是黑色.就會變得程式碼完全看不到要標示起來,只好把轉好的html片段再丟進notepad++ 去給它置換把所有的黑色的字置換成白色的字,就這樣暫時算搞定收工
不過我還是很不滿. 因為行號經過了notepad++ 的加工變得有若干行內縮了,應該是讓它自動換行的影響.
- <?xml version="1.0"?>
- <!-- http://blog.flexexamples.com/2010/04/29/rewinding-a-video-when-changing-the-selected-item-in-the-mx-accordion-container-in-flex-4/ -->
- <s:Application name="Spark_NavigatorContent_hide_test"
- xmlns:fx="http://ns.adobe.com/mxml/2009"
- xmlns:s="library://ns.adobe.com/flex/spark"
- xmlns:mx="library://ns.adobe.com/flex/mx">
- <mx:Accordion id="acc"
- left="40" right="40" top="40" bottom="40">
- <s:NavigatorContent label="Video 1"
width="100%" height="100%"- hide="vidPlay1.seek(0);">
- <s:VideoPlayer id="vidPlay1"
- source="http://helpexamples.com/flash/video/water.flv"
autoPlay="false"- left="0" right="0" top="0" bottom="0" />
- </s:NavigatorContent>
- <s:NavigatorContent label="Video 2"
- width="100%" height="100%"
- hide="vidPlay2.seek(0);">
- <s:VideoPlayer id="vidPlay2"
source="http://helpexamples.com/flash/video/clouds.flv"- autoPlay="false"
- left="0" right="0" top="0" bottom="0" />
- </s:NavigatorContent>
<s:NavigatorContent label="Video 3"- width="100%" height="100%"
- hide="vidPlay3.seek(0);">
- <s:VideoPlayer id="vidPlay3"
- source="http://helpexamples.com/flash/video/cuepoints.flv"
- autoPlay="false"
- left="0" right="0" top="0" bottom="0" />
- </s:NavigatorContent>
- <s:NavigatorContent label="Video
4" - width="100%" height="100%"
- hide="vidPlay4.seek(0);">
<s:VideoPlayer id="vidPlay4"- source="http://helpexamples.com/flash/video/caption_video.flv"
- autoPlay="false"
left="0" right="0" top="0" bottom="0" />- </s:NavigatorContent>
- </mx:Accordion>
- </s:Application>
訂閱:
張貼留言 (Atom)
0 張貼意見:
張貼留言