flash player 與一部沒有接任何聲音裝置的電腦的邂逅

Categories: flash, WINDOWS, 影片播放
Tags:
Comments: No Comments
Published on: 2015/05/08

如題,如果一部電腦在沒有接任和喇叭或耳機情況下,右下角的工作列的 icon 會打一個紅叉叉,接上去就馬上會消失時,這可能會影響到 flash player 播放聲音檔案。windows-sound-icon-red-x-cross

flash as2 組件 TextArea 內嵌字體注意事項

Categories: flash
Comments: No Comments
Published on: 2012/03/27
  1. open type 字體不建議
  2. 文鼎字體推薦
  3. fontSize 大寫的 S 才對
  4. embedFonts 的 true 不要加” “

sample:

_global.styles.TextArea.setStyle(“fontFamily”, “文鼎中黑”);

_global.styles.TextArea.setStyle(“embedFonts”, true);

as3 flvplayback 與 flash player10.2

Categories: flash
Tags:
Comments: No Comments
Published on: 2011/11/09

如果要使用偵測 complete 或是 state 最好發佈時不要選 flash player 10.2 版本,選 10.1 & 10 都很好,10.2 會出錯

AS3 swf call javascript

Categories: dreamweaver, flash
Comments: No Comments
Published on: 2011/08/15
var r:URLRequest = new URLRequest("javascript:functionName()");
navigateToURL(r,'_self')

 

Call AS3 function from JS using ExternalInterface class

To call an Actionscript 3 function from Javascript:

import flash.external.ExternalInterface;

ExternalInterface.addCallback("changeText", changeTheText); // so javascript from html can talk to flash

function changeTheText(t:String):void {
	txtText.text = t;
}

 

延伸

http://www.hardcode.nl/archives_155/article_334-call-javascript-function-from-as3-and-viceversa

flv 的反鋸齒

Categories: flash
Tags: No Tags
Comments: No Comments
Published on: 2010/08/05
反鋸齒 vs 點陣

flv & f4v 反鋸齒的運算只有在全螢幕的模式下才會開啟,所以flv 平常嵌入網頁最好是用原始大小呈現最銳利的畫質,而讓使用者在按下全螢幕時,才會看到拉大畫面的情況,這樣子的兩種模式,都不會讓觀看者看到嚴重的鋸齒狀。

SWF 包含一個聲音項目的多個副本

Categories: flash
Tags: No Tags
Comments: No Comments
Published on: 2010/04/30

今天發生的原因是同一個音檔,又用 “事件”,又用 “串流” 方式,如果只用其中一種就不會了。

影片中有一個 Script 會讓 Flash player 的速度變慢,如果繼續執行它,電腦可能會停止回應,你要停止這個Script 嗎?

Categories: flash
Tags: No Tags
Comments: No Comments
Published on: 2010/04/30
  1. 今天發生的情況是因為被LOAD 的 SWF 的 FPS 是20,LOAD 它的是 30

f4v 和 flv 不一樣

Categories: flash
Tags: No Tags
Comments: No Comments
Published on: 2010/04/09

在做 影片和 slide 同步時,把 f4v 手工rename 成 flv 會造成在run time時偵測不到 cuepoint,這也可能是因為發佈的 swf 版本不同造成的,也許 f4v 的cuepoint 要 flash player 9.015 以上的才能正確抓到。

MDM Zinc 產出的swf出現 ACCESS VIOLATION AT ADDRESS

Categories: flash, zinc
Tags: No Tags
Comments: No Comments
Published on: 2010/03/18
  1. 我改了一下 package 的 flash player control 變成和 import 的 swf 同一版本, 原本是 flash 9,後來改成 8
  2. 原本有問題的 swf , 是 flash 8 as 1.o,後來改成 flash 8, as 2.0

看來就 ok 了,但是其實不太確定是不是真的是因為這樣材ok 的

需要繼續觀察…

不用cookie的話,flash可以用Shared Object取代

Categories: flash
Tags: No Tags
Comments: No Comments
Published on: 2010/02/20

http://www.lis186.com/?p=664

http://help.adobe.com/zh_TW/AS2LCR/Flash_10.0/help.html?content=00001507.html

«page 1 of 3


Welcome , today is 星期二, 2024/05/07