flex學習筆記2

2021-08-22 09:45:27 字數 475 閱讀 5272

error: 1000: uno bitrate match

先判斷一下:if(flvideo.playing) flvideo.stop();

2 flex3中全屏模式

if(displaychk.selected)

else

類flash.display.stagedisplaystate未找到,因此直接使用字串賦值

在flex的模板檔案index.template.html中的ac_fl_runcontent呼叫引數中增加

'allowfullscreen','true',

在object中增加

xml **

<

param

name="allowfullscreen"

value="true"

/>

embed下增加

allowfullscreen="true"

才能使用全屏模式

flex學習筆記

2.mxml中類例項 class instance 和屬性 property 的區別 關鍵是看命名空間後面第乙個字母的大小寫。如果第乙個字母是大寫,例如button中的b,就說明這行 引用的是乙個類的例項。如果第乙個字母是小寫,例如label中的l,就說明是在設定乙個類的屬性。3.在mxml中,資料...

flex學習筆記

一 獲取當前時間 var dt date new date 二 date string var temp string dt.fullyear.tostring dt.month 1 tostring dt.date.tostring dt.hours.tostring dt.minutes.tos...

flex學習筆記

由於公司專案,一直需要支援ie9 導致作為5年的前端,居然對flex不是熟記於心,不得不二次學習下,雖然之前學過,寫過demo,但長時間不用,忘了,唉唉唉 記住flex 布局核心是,彈性,拋棄了 display position float的布局方式 1.首先容器明確他的2個軸main axis c...