STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228123
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/91578534?noj=FRM91578534-12DC" width="1" height="1"></div>

PokerPool.swf

This is the info page for
Flash #210482

(Click the ID number above for more basic data on this flash file.)


Text
V.2.0

Poker in Billiard mode

PokerPool

PokerPool

More Games

More Games

More Games

LOADING...

Mix of Pool and Poker.
There a 20 balls with cards from 10 to A (10, J, Q, K, A) of four suits ( ♦ ♠ ♥ ♣). And yellow ball,
you play with. Try to put into pockets balls with some Poker Combination. If your combination is
higher than opponent's, you go to next level, and girl strips.
Aim  and shoot with mouse.
You collect balls on bottom side, opponent - on top.
When some player collects  5 balls, he "STANDs", and opponent has 1 minute to collect up to 5
balls! (Timer finishes the set)

- Royal Flush - is a hand that contains an ace-high five cards in sequence, all of the same suit.  Such as A♦ K♦ Q♦ J♦ 10♦.
- Four of a Kind - contains all four cards of one rank. Such as Q♣ Q♠ Q♦ Q♥ J♥.
- Full House - contains three matching cards of one rank and two matching cards of another rank.  Such as Q♣ Q♠ Q♦ J♣ J♥.
- Straight - contains five cards of sequential rank in at least two different suits. Such as A♣ K♠ Q♠ J♥ 10♥.
- Three of a Kind - contains three cards of the same rank. Such as J♦ J♠ J♣ K♠ A♥.
- Two Pairs - contains two cards of the same rank, plus two cards of another same rank.  Such as J♥ J♣ 10♣ 10♠ Q♥..
- Two of a Kind - contains two cards of same rank. Such as J♥ J♠ K♠ Q♦ A♠.

Poker combinations (in Poker Pool):

Poker Pool

PLAY

PLAY

PLAY

PLAY

RULES

RULES

RULES

DEMO

DEMO

DEMO

J

Q

K

A

J

10

10

A

J

Q

K

A

J

10

10

A

SHE PLAYS

SHE PLAYS

YOU PLAY

YOU PLAY

0

LEVEL

0

Score

0

Pot

0

Opp

$

0

You

STAND

Bet

0

Score

0

$

OPP

OPP

OPP

YOU

YOU

YOU

Royal Flush              7
Four of a Kind          6
Full House                5
Straight                     4
Three of a Kind        3
Two Pairs                 2
Two of a Kind          1

TIMER

00

0

:

0

END

END

HELP

HELP

PLAY MORE

PLAY MORE

Sound

OFF

ON

NEXT SET

NEXT SET

STAND

STAND

STAND

STAND

STAND

STAND

LIVE

LIVE

$5

$5

$10

$10

$20

$20

POKER

POKER

Hide

Hide

Combinations  ratio

Show

Show

HARD

HARD

EASY

EASY

0

0

0

0

YOU'VE WON THE SET!

YOU'VE WON THE SET!

SHE WON THE SET!

SHE WON THE SET!

SHE WON THE GAME!

SHE WON THE GAME!

YOU've WON THE GAME!

YOU've WON THE GAME!

MORE OF HER

MORE OF HER

MORE OF HER

DEMO

BACK TO GAME

BACK TO GAME

BACK TO GAME

STEP 1

STEP 1

STEP 2

STEP 2

STEP 3

STEP 3

STEP 4

STEP 4

STEP 5

STEP 5

STEP 6

STEP 6

Click on STEPS
to see DEMO

Click on STEPS
to see DEMO

You want to get the yellow ball in the top right pocket

Direction which the ball should follow

To make the ball move in this direction the
white ball must hit the yellow ball at the
intersection A.

A

Aim with the mouse to position the vizor so that
the predicted white ball trajectory will touch the
yellow ball on point A.

Click with your mouse to shoot the white ball

ActionScript [AS1/AS2]

Frame 1
var introflag = true; var highscore1 = 0; var highscore2 = 0; var Differscr = -100; var NewDiffer = 0; var gamecnt = 0; var YouComp12 = true; var LEVEL = 1; var GameStep = 0; var WhoWin = 0; var PrevWhoWin = 2; var Surrend = false; var FirstLaunch = true; var EasyHard = 3; Mouse.show(); SPP_btn.onRelease = function () { getURL ("http://www.hilostripper.com/Live/connectStrip.php", "_blank"); };
Frame 2
var pctLoaded = Math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100); _root.bar_mc._xscale = pctLoaded;
Frame 3
if (this._framesloaded < this._totalframes) { this.gotoAndPlay(2); }
Frame 4
Mouse.show(); Surrend = true; Rules_mc._visible = false;
Frame 6
if (introflag) { gotoAndPlay ("introcyc"); } Play_btn.onRelease = function () { introflag = false; }; Rules_btn.onRelease = function () { if (!Rules_mc._visible) { Rules_mc._visible = true; Story_mc._visible = false; } else { Rules_mc._visible = false; } }; Demo_btn.onRelease = function () { gotoAndPlay ("demostart"); };
Frame 16
Mouse.show();
Frame 18
gotoAndPlay ("mainstart");
Frame 19
function initSet() { randomarray(); YouCompBlink = false; YouPlayBan_mc._visible = false; CompPlayBan_mc._visible = false; Next_btn._visible = false; MorePlay_btn._visible = false; SoundOn_btn._visible = false; SoundOff_btn._visible = true; help_mc._visible = false; EndBalls = false; BallsInGame = ballQ; WasGoal = false; chkYouComp = 0; WaitLastBall = false; aim_mc._alpha = 100; YouWin_mc.gotoAndStop(1); CompWin_mc.gotoAndStop(1); YouWinGame_mc.gotoAndStop(1); BillyWinGame_mc.gotoAndStop(1); VictorySound_mc.gotoAndStop("StopSound"); ballOutCnt = 0; BSQ1 = 0; BSQ2 = 0; aimFlag = true; time = 0; gamecnt++; gamecnt_txt.text = gamecnt; goalcnt1 = 0; goalcnt2 = 0; lev1 = 0; lev2 = 0; winFlag = false; i = 0; while (i < ballQ) { BallArr[i]._x = randRange(100, 700); BallArr[i]._y = randRange(150, 430); BallArr[i].numRoll_mc._rotation = 0; BallArr[i].myNum = i; LRdir[i] = 1; BallArr[i]._visible = true; BallArr[i]._alpha = 100; BallArr[i]._xscale = 100; BallArr[i]._yscale = BallArr[i]._xscale; wtG[i] = 0; ballFlag[i] = true; dirAngle[i] = 0; i++; } if (WhoWin == 0) { if (PrevWhoWin == 2) { GameStep = 1; } if (PrevWhoWin == 1) { GameStep = 3; } } if (WhoWin == 1) { GameStep = 3; } if (WhoWin == 2) { GameStep = 1; } if (GameStep == 1) { Kiy_mc._visible = true; YouPlayBan_mc._visible = true; } else { Kiy_mc._visible = false; ShePlayFirst = true; CompPlayBan_mc._visible = true; } StartGame = true; pot = Bet * 2; Pot_txt.text = pot; MyBank = MyBank - Bet; BankMy_txt.text = MyBank; BankOpp = BankOpp - Bet; BankOpp_txt.text = BankOpp; Bet_txt.text = Bet; BankOpp_txt.text = BankOpp; BankMy_txt.text = MyBank; BUST_mc._visible = false; BlackJack_mc._visible = false; BUSTOpp_mc._visible = false; BlackJackOpp_mc._visible = false; StandMy_mc._visible = false; StandOpp_mc._visible = false; Push_mc._visible = false; Surrend = false; wtEnd = 0; wtBanner = 0; StandFlagOpp = false; StandFlagMy = false; WinOne = true; pairVal = 0; twoPairsVal = 0; trixVal = 0; quatroVal = 0; pairsQnt = 0; trixQnt = 0; quatroQnt = 0; nothing = true; straitFlag = false; flushFlag = false; straitFlushFlag = false; RoyalFlushFlag = false; OPP_pairVal = 0; OPP_twoPairsVal = 0; OPP_trixVal = 0; OPP_quatroVal = 0; OPP_pairsQnt = 0; OPP_trixQnt = 0; OPP_quatroQnt = 0; OPP_nothing = true; OPP_straitFlag = false; OPP_flushFlag = false; OPP_straitFlushFlag = false; OPP_RoyalFlushFlag = false; i = 0; while (i <= 15) { OPP_StraightVals[i] = 0; i++; } OPP_FHPairsQnt = 0; OPP_FHTrizQnt = 0; OPP_FullHouseFlag = false; OPP_FHPairsVal = 0; OPP_FHTrixVal = 0; i = 1; while (i <= 5) { OPP_Cards[i].pair = 0; OPP_Cards[i].tri = 0; OPP_Cards[i].quatro = 0; i++; } i = 0; while (i <= 14) { OPP_FHAr2[i] = 0; i++; } MygameStep = 0; OppgameStep = 0; wt7 = 0; wt51 = 0; OPP_flushFlag = false; OPP_straitHiVal = 0; straitHiVal = 0; OPP_FlushHiVal = 0; FlushHiVal = 0; Opp_BanComb_txt.text = ""; Opp_BanComb_txt._visible = false; MyBanComb_txt.text = ""; MyBanComb_txt._visible = false; OppCombBack_mc._visible = false; MyCombBack_mc._visible = false; MyWin = 0; wtLoose = 0; wtDwn = 0; wtLev = 0; LevChngFlag = false; balls5cirMy_mc._visible = false; balls5cirOp_mc._visible = false; TimerPok_mc._visible = false; cc = 0; Seconds = 0; Minutes = 0; time = 0; TimerPok_mc.minute_txt.text = 0; TimerPok_mc.seconds_txt.text = 0; TimerPok_mc.TimrPokLiner_mc._xscale = 0; if (LEVEL < 3) { if (EasyHard == 1) { Easy_btn._visible = false; Hard_btn._visible = true; Surrend = true; } if (EasyHard == 3) { Easy_btn._visible = true; Hard_btn._visible = false; Surrend = false; } } else { Easy_btn._visible = false; Hard_btn._visible = false; EasyHard = 3; Surrend = false; } } function checkBallY(p) { Mflag = 0; var _local1 = 0; while (_local1 <= (ballQ - 1)) { if (_local1 != p) { if (BallArr[_local1].body_mc.hitTest(BallArr[p].body_mc)) { M = _local1; Mflag++; } } _local1++; } if (Mflag > 0) { if (BallArr[p]._x < 600) { BallArr[p]._x = BallArr[M]._x + 50; } else { BallArr[p]._x = BallArr[M]._x - 50; } } } function checkBallX(p) { Mflag = 0; var _local1 = 0; while (_local1 <= (ballQ - 1)) { if (_local1 != p) { if (BallArr[_local1].body_mc.hitTest(BallArr[p].body_mc)) { M = _local1; Mflag++; } } _local1++; } if (Mflag > 0) { if (BallArr[p]._y < 360) { BallArr[p]._y = BallArr[M]._y + 50; } else { BallArr[p]._y = BallArr[M]._y - 50; } } } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function randomarray() { var _local3 = new Array(ArrLim); var _local5 = ArrLim; var _local4; var _local2; var _local1; _local2 = 1; while (_local2 <= ArrLim) { _local3[_local2] = _local2; _local2++; } _local2 = 1; while (_local2 <= ArrLim) { _local4 = randRange(1, _local5); RND[_local2] = _local3[_local4]; _local5--; _local1 = _local4; while (_local1 < ArrLim) { _local3[_local1] = _local3[_local1 + 1]; _local1++; } _local2++; } } function PokerCombMy() { if (wt7 == 0) { pairVal = 0; twoPairsVal = 0; trixVal = 0; quatroVal = 0; quatroQnt = 0; pairsQnt = 0; trixQnt = 0; nothing = true; straitFlag = false; flushFlag = false; straitFlushFlag = false; RoyalFlushFlag = false; i = 1; while (i <= 5) { Cards[i].pair = 0; Cards[i].tri = 0; Cards[i].quatro = 0; i++; } i = 0; while (i <= 15) { StraightVals[i] = 0; i++; } FHPairsQnt = 0; FHTrizQnt = 0; FullHouseFlag = false; FHPairsVal = 0; FHTrixVal = 0; i = 0; while (i <= 14) { FHAr2[i] = 0; i++; } if (BSQ2 < 5) { nothing = true; wt7++; } else { NothHiVal = 0; i = 1; while (i <= 5) { if (Cards[i].VALUE > NothHiVal) { NothHiVal = Cards[i].VALUE; } i++; } i = 1; while (i <= CK) { FHAr2[Cards[i].VALUE]++; i++; } i = 2; while (i <= 14) { if (FHAr2[i] > 1) { FHPairsQnt++; if (FHAr2[i] == 2) { FHPairsVal = i; } if (FHAr2[i] == 3) { FHTrixVal = i; FHTrizQnt++; } } i++; } if ((FHPairsQnt > 1) && (FHTrizQnt == 1)) { FullHouseFlag = true; nothing = false; } i = 1; while (i <= CK) { StraightVals[Cards[i].VALUE] = Cards[i].MAST; FlushMast = Cards[i].MAST; j = i + 1; while (j <= CK) { if (i != j) { if (Cards[i].VALUE == Cards[j].VALUE) { nothing = false; if (pairVal != Cards[i].VALUE) { twoPairsVal = pairVal; pairsQnt++; nothing = false; } pairVal = Cards[i].VALUE; if (Cards[i].pair > 0) { if (Cards[i].tri > 0) { Cards[i].quatro = j; Cards[i].tri = 0; quatroQnt++; quatroVal = Cards[i].VALUE; trixQnt = 0; trixVal = 0; nothing = false; } else { Cards[i].tri = j; trixQnt++; trixVal = Cards[i].VALUE; pairsQnt--; } } else { Cards[i].pair = j; } } } j++; } i++; } FlushMast = Cards[1].MAST; if ((((Cards[2].MAST == FlushMast) && (Cards[3].MAST == FlushMast)) && (Cards[4].MAST == FlushMast)) && (Cards[5].MAST == FlushMast)) { flushFlag = true; nothing = false; FlushHiVal = Cards[1].VALUE; i = 1; while (i <= 5) { if (Cards[i].VALUE > FlushHiVal) { FlushHiVal = Cards[i].VALUE; } i++; } } i = 0; while (i <= 15) { if (StraightVals[i] > 0) { if ((((StraightVals[i + 1] > 0) && (StraightVals[i + 2] > 0)) && (StraightVals[i + 3] > 0)) && (StraightVals[i + 4] > 0)) { straitFlag = true; nothing = false; straitHiVal = StraightVals[i + 4]; if (((((StraightVals[i] == FlushMast) && (StraightVals[i + 1] == FlushMast)) && (StraightVals[i + 2] == FlushMast)) && (StraightVals[i + 3] == FlushMast)) && (StraightVals[i + 4] == FlushMast)) { straitFlushFlag = true; straitFlag = false; flushFlag = false; nothing = false; if (i == 10) { RoyalFlushFlag = true; straitFlushFlag = false; straitFlag = false; flushFlag = false; nothing = false; } } } } i++; } wt7++; } } } function PokerCombMy2() { situaz = 0; if (nothing) { MyBanComb_txt.text = CombNothing; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 0; } if (quatroQnt > 0) { MyBanComb_txt.text = Comb4ofKind + TXTvals[quatroVal]; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; flushFlag = false; pairsQnt = 0; trixQnt = 0; situaz = 8; } if (flushFlag) { pairsQnt = 0; trixQnt = 0; MyBanComb_txt.text = CombFlush + TXTmast[FlushMast]; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 6; } if (straitFlag) { pairsQnt = 0; trixQnt = 0; MyBanComb_txt.text = CombStraight; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 5; } if (straitFlushFlag) { pairsQnt = 0; trixQnt = 0; MyBanComb_txt.text = CombStraitFlush; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 9; } if (RoyalFlushFlag) { pairsQnt = 0; trixQnt = 0; MyBanComb_txt.text = CombRoyalFlush; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 10; } if (FullHouseFlag) { pairsQnt = 0; trixQnt = 0; MyBanComb_txt.text = ((CombFullHouse + TXTvals[FHTrixVal]) + " AND ") + TXTvals[FHPairsVal]; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 7; } if (pairsQnt == 1) { if (pairVal >= 11) { pairsQnt = 0; MyBanComb_txt.text = Comb2Jacks + TXTvals[pairVal]; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 2; } } if (pairsQnt == 1) { MyBanComb_txt.text = Comb2ofKind + TXTvals[pairVal]; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 1; } if (pairsQnt == 2) { if (twoPairsVal > pairVal) { MyBanComb_txt.text = ((Comb2Pairs + TXTvals[twoPairsVal]) + " AND ") + TXTvals[pairVal]; } else { MyBanComb_txt.text = ((Comb2Pairs + TXTvals[pairVal]) + " AND ") + TXTvals[twoPairsVal]; } MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 3; } if (trixQnt == 1) { MyBanComb_txt.text = Comb3ofKind + TXTvals[trixVal]; MyBanComb_txt.textColor = 16777215 /* 0xFFFFFF */; MyBanComb_txt._visible = true; situaz = 4; } switch (situaz) { case 0 : koef = -1; break; case 1 : koef = 1; break; case 2 : koef = 2; break; case 3 : koef = 3; break; case 4 : koef = 4; break; case 5 : koef = 5; break; case 6 : koef = 6; break; case 7 : koef = 8; break; case 8 : koef = 10; break; case 9 : koef = 20; break; case 10 : koef = 50; } MygameStep = 8; } function PokerCombOpp() { if (wt51 == 0) { OPP_pairVal = 0; OPP_twoPairsVal = 0; OPP_trixVal = 0; OPP_quatroVal = 0; OPP_pairsQnt = 0; OPP_trixQnt = 0; OPP_quatroQnt = 0; OPP_nothing = true; OPP_straitFlag = false; OPP_flushFlag = false; OPP_straitFlushFlag = false; OPP_RoyalFlushFlag = false; i = 0; while (i <= 15) { OPP_StraightVals[i] = 0; i++; } OPP_FHPairsQnt = 0; OPP_FHTrizQnt = 0; OPP_FullHouseFlag = false; OPP_FHPairsVal = 0; OPP_FHTrixVal = 0; i = 1; while (i <= 5) { OPP_Cards[i].pair = 0; OPP_Cards[i].tri = 0; OPP_Cards[i].quatro = 0; i++; } i = 0; while (i <= 14) { OPP_FHAr2[i] = 0; i++; } if (BSQ1 < 5) { OPP_nothing = true; wt51++; } else { OPP_NothHiVal = 0; i = 1; while (i <= 5) { if (OPP_Cards[i].VALUE > OPP_NothHiVal) { OPP_NothHiVal = OPP_Cards[i].VALUE; } i++; } i = 1; while (i <= 5) { OPP_FHAr2[OPP_Cards[i].VALUE]++; i++; } i = 2; while (i <= 14) { if (OPP_FHAr2[i] > 1) { OPP_FHPairsQnt++; if (OPP_FHAr2[i] == 2) { OPP_FHPairsVal = i; } if (OPP_FHAr2[i] == 3) { OPP_FHTrixVal = i; OPP_FHTrizQnt++; } } i++; } if ((OPP_FHPairsQnt > 1) && (OPP_FHTrizQnt == 1)) { OPP_FullHouseFlag = true; } i = 1; while (i <= 5) { OPP_StraightVals[OPP_Cards[i].VALUE] = OPP_Cards[i].MAST; OPP_FlushMast = OPP_Cards[i].MAST; j = i + 1; while (j <= 5) { if (i != j) { if (OPP_Cards[i].VALUE == OPP_Cards[j].VALUE) { OPP_nothing = false; if (OPP_pairVal != OPP_Cards[i].VALUE) { OPP_twoPairsVal = OPP_pairVal; OPP_pairsQnt++; OPP_nothing = false; } OPP_pairVal = OPP_Cards[i].VALUE; if (OPP_Cards[i].pair > 0) { if (OPP_Cards[i].tri > 0) { OPP_Cards[i].quatro = j; OPP_Cards[i].tri = 0; OPP_quatroQnt++; OPP_quatroVal = OPP_Cards[i].VALUE; OPP_trixQnt = 0; OPP_trixVal = 0; OPP_nothing = false; } else { OPP_Cards[i].tri = j; OPP_trixQnt++; OPP_trixVal = OPP_Cards[i].VALUE; OPP_pairsQnt--; OPP_nothing = false; } } else { OPP_Cards[i].pair = j; } } } j++; } i++; } OPP_FlushMast = OPP_Cards[1].MAST; OPP_FlushHiVal = OPP_Cards[1].VALUE; if ((((OPP_Cards[2].MAST == OPP_FlushMast) && (OPP_Cards[3].MAST == OPP_FlushMast)) && (OPP_Cards[4].MAST == OPP_FlushMast)) && (OPP_Cards[5].MAST == OPP_FlushMast)) { OPP_flushFlag = true; OPP_nothing = false; i = 1; while (i <= 5) { if (OPP_Cards[i].VALUE > OPP_FlushHiVal) { OPP_FlushHiVal = OPP_Cards[i].VALUE; } i++; } } i = 0; while (i <= 15) { if (OPP_StraightVals[i] > 0) { if ((((OPP_StraightVals[i + 1] > 0) && (OPP_StraightVals[i + 2] > 0)) && (OPP_StraightVals[i + 3] > 0)) && (OPP_StraightVals[i + 4] > 0)) { OPP_straitFlag = true; OPP_nothing = false; OPP_straitHiVal = OPP_StraightVals[i + 4]; if (((((OPP_StraightVals[i] == OPP_FlushMast) && (OPP_StraightVals[i + 1] == OPP_FlushMast)) && (OPP_StraightVals[i + 2] == OPP_FlushMast)) && (OPP_StraightVals[i + 3] == OPP_FlushMast)) && (OPP_StraightVals[i + 4] == OPP_FlushMast)) { OPP_straitFlushFlag = true; OPP_straitFlag = false; OPP_flushFlag = false; OPP_nothing = false; if (i == 10) { OPP_RoyalFlushFlag = true; OPP_straitFlushFlag = false; OPP_straitFlag = false; OPP_flushFlag = false; OPP_nothing = false; } } } } i++; } wt51++; } } } function PokerCombOpp2() { OPP_situaz = 0; if (OPP_nothing) { Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = CombNothing; OPP_situaz = 0; } if (OPP_quatroQnt > 0) { Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = Comb4ofKind + TXTvals[OPP_quatroVal]; OPP_flushFlag = false; OPP_pairsQnt = 0; OPP_trixQnt = 0; OPP_situaz = 8; } if (OPP_flushFlag) { OPP_pairsQnt = 0; OPP_trixQnt = 0; Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = CombFlush + TXTmast[OPP_FlushMast]; OPP_situaz = 6; } if (OPP_straitFlag) { OPP_pairsQnt = 0; OPP_trixQnt = 0; Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = CombStraight; OPP_situaz = 5; } if (OPP_straitFlushFlag) { OPP_pairsQnt = 0; OPP_trixQnt = 0; Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = CombStraitFlush; OPP_situaz = 9; } if (OPP_RoyalFlushFlag) { OPP_pairsQnt = 0; OPP_trixQnt = 0; Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = CombRoyalFlush; OPP_situaz = 10; } if (OPP_FullHouseFlag) { OPP_pairsQnt = 0; OPP_trixQnt = 0; Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = ((CombFullHouse + TXTvals[OPP_FHTrixVal]) + " AND ") + TXTvals[OPP_FHPairsVal]; OPP_situaz = 7; } if (OPP_pairsQnt == 1) { if (OPP_pairVal >= 11) { OPP_pairsQnt = 0; Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = Comb2Jacks + TXTvals[OPP_pairVal]; OPP_situaz = 2; } } if (OPP_pairsQnt == 1) { Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = Comb2ofKind + TXTvals[OPP_pairVal]; OPP_situaz = 1; } if (OPP_pairsQnt == 2) { if (OPP_twoPairsVal > OPP_pairVal) { Opp_BanComb_txt.text = ((Comb2Pairs + TXTvals[OPP_twoPairsVal]) + " AND ") + TXTvals[OPP_pairVal]; } else { Opp_BanComb_txt.text = ((Comb2Pairs + TXTvals[OPP_pairVal]) + " AND ") + TXTvals[OPP_twoPairsVal]; } Opp_BanComb_txt._visible = true; OPP_situaz = 3; } if (OPP_trixQnt == 1) { Opp_BanComb_txt._visible = true; Opp_BanComb_txt.text = Comb3ofKind + TXTvals[OPP_trixVal]; OPP_situaz = 4; } switch (OPP_situaz) { case 0 : OppKoef = -1; break; case 1 : OppKoef = 1; break; case 2 : OppKoef = 2; break; case 3 : OppKoef = 3; break; case 4 : OppKoef = 4; break; case 5 : OppKoef = 5; break; case 6 : OppKoef = 6; break; case 7 : OppKoef = 8; break; case 8 : OppKoef = 10; break; case 9 : OppKoef = 20; break; case 10 : OppKoef = 50; } OppgameStep = 3; } var VictoryLevel = 7; var StringID = "3551"; var limit = 60; var nextRound = false; var GameTime = 5; var time = 0; var sT = 0; var OldDiffer; var secstr; var minstr; var KiyTurn = false; var KiyClock = true; var wtK = 0; var AlRad; var Napr = new Array(); var Nr = 1; var SmallerAngle = 180; var GA = 0; var angPodstav; var NewDirAngle; var YouDirAngle; var CompPlay = false; var Kas = new Array(); var KasY = new Array(); var ChkHol = new Array(); var BallToAim = new Array(); var BallToShoot = new Array(); var Angles = new Array(); var AngHoles = new Array(); var DBF = new Array(); var HoleOK = new Array(); var HoleOK2 = new Array(); var AngHoles2 = new Array(); var BallFree = false; var PlayYou = false; var WasGoal = false; var chkYouComp = 0; var ballQ = 21; var freeOK = false; var STx = new Array(); var STy = new Array(); var StDx = 50; var StDy = 50; var LS = new Array(21); var u; var v; var k; var kM; var DB = 35; var cc = 0; var Seconds = 0; var Minutes = 0; var seconds_prnt; var Timelim = 360; var winFlag = false; var incr_x = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var incr_y = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var lev1 = 0; var lev2 = 0; var Incr = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var DrebBord = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var DrebCnt = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var ballFlag = new Array(21); var BallArr = new Array(21); var HoleArr = new Array(7); var dirAngle = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var goalBall = new Array(21); var init_x = new Array(11); var init_y = new Array(11); var K = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var alfarad = 0; var alfa = 0; var Beta = 0; var Gamma; var OldDir = 0; var Omega = 0; var koef1 = 0.985; var koef2 = 0.975; var MouseX; var MouseY; var wtTc = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var wt = 0; var wtG = new Array(11); var i; var j; var q; var p; var Ho = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var H = 0; var B = 0; var M; var Mflag; var aimFlag = false; var Touch = false; var StartX = new Array(); var StartY = new Array(); StartX[1] = StartPlace1_mc._x; StartY[1] = StartPlace1_mc._y - 30; StartX[2] = StartPlace_mc._x; StartY[2] = StartPlace_mc._y - 30; var inFlag = new Array(false, false, false, false, false, false, false, false, false, false, false); var goalflag = 0; var goalcnt1 = 0; var goalcnt2 = 0; var ballOut = false; var ballOutCnt = 0; var goalPlace_X = new Array(); var goalPlace_Y = new Array(); goalPlace_X[1] = holeOut1_mc._x; goalPlace_Y[1] = holeOut1_mc._y; goalPlace_X[2] = holeOut_mc._x; goalPlace_Y[2] = holeOut_mc._y; var PL = 1; var SfX = new Array(0, 6, -6); var SfY = new Array(0, 6, -6); var Sf = new Array(0, 1, -1); var StartPX; var DX; var DY; var iX = new Array(8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8); var iY = new Array(8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8); var IncrMx = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var IncrMy = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); var LRdir = new Array(11); var LuzSndFlag = true; var girlChangeFlag = false; var CCos; var SSin; var IncrW; var IncrW2; var Xm = new Array(); var Ym = new Array(); var touch = new Array(false, false, false, false, false, false, false, false, false, false, false); var razbros; var ShePlayFirst = false; var YouCompBlink = false; var ballRoll = false; BallArr[0] = BallWhite_mc; BallArr[1] = BallBub10_mc; BallArr[2] = BallBubJ_mc; BallArr[3] = BallBubQ_mc; BallArr[4] = BallBubK_mc; BallArr[5] = BallBubA_mc; BallArr[6] = BallCher10_mc; BallArr[7] = BallCherJ_mc; BallArr[8] = BallCherQ_mc; BallArr[9] = BallCherK_mc; BallArr[10] = BallCherA_mc; BallArr[11] = BallPik10_mc; BallArr[12] = BallPikJ_mc; BallArr[13] = BallPikQ_mc; BallArr[14] = BallPikK_mc; BallArr[15] = BallPikA_mc; BallArr[16] = BallTref10_mc; BallArr[17] = BallTrefJ_mc; BallArr[18] = BallTrefQ_mc; BallArr[19] = BallTrefK_mc; BallArr[20] = BallTrefA_mc; HoleArr[1] = hole1_mc; HoleArr[2] = hole2_mc; HoleArr[3] = hole3_mc; HoleArr[4] = hole4_mc; HoleArr[5] = hole5_mc; HoleArr[6] = hole6_mc; var TXTvals = new Array("0", "1", "TWOS", "THREES", "FOURS", "FIVES", "SIXS", "SEVENS", "EIGHTS", "NINES", "TENS", "JACKS", "QUEENS", "KINGS", "ACES"); var TXTmast = new Array("0", "DIAMONDS", "HEARTS", "SPADES", "CLUBS"); var cardValueAr = new Array(0, 10, 11, 12, 13, 14, 10, 11, 12, 13, 14, 10, 11, 12, 13, 14, 10, 11, 12, 13, 14); var CardVals = new Array("0", "10", "J", "Q", "K", "A", "10", "J", "Q", "K", "A", "10", "J", "Q", "K", "A", "10", "J", "Q", "K", "A"); var CardMast = new Array(0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4); i = 0; while (i <= ballQ) { init_x[i] = BallArr[i]._x; init_y[i] = BallArr[i]._y; wtG[i] = 0; BallArr[i].myNum = CardVals[i]; BallArr[i].VALUE = cardValueAr[i]; BallArr[i].MAST = CardMast[i]; LRdir[i] = 1; ballFlag[i] = true; goalBall[i] = false; LS[i] = 0; i++; } var init_x0 = BallArr[0]._x; var init_y0 = BallArr[0]._y; var girlQnt = 8; var gNMem = 1; var wch = 0; var NextOff = false; var OldIncr = new Array(); var BallScrd1 = new Array(15); var BallScrd2 = new Array(15); var BallsInGame = ballQ; var EndBalls = false; var WaitLastBall = false; var WBQnt = 0; var WBarr = new Array(15); var wtDL = new Array(8); var BSQ1 = 0; var BSQ2 = 0; var SurD = 1; var SurDY = 0; var StartGame = true; var JackOpp = 0; var JackMy = 0; var BankOpp = 0; var BankMy = 0; var FinX = 0; var wtEnd = 0; var wtBanner = 0; var StandFlagOpp = false; var StandFlagMy = false; var WinOne = true; var ArrLim = 20; var RND = new Array(); var wt7 = 0; var wt51 = 0; var pairVal = 0; var twoPairsVal = 0; var trixVal = 0; var quatroVal = 0; var pairsQnt = 0; var trixQnt = 0; var quatroQnt = 0; var nothing = true; var situaz = 0; var coinNew = new MovieClip(); var FlushMast = 0; var flushFlag = false; var RoyalFlushFlag = false; var straitFlushFlag = false; var straitFlag = false; var FHPairsQnt = 0; var FHTrizQnt = 0; var FullHouseFlag = false; var FHPairsVal = 0; var FHTrixVal = 0; var AllCoinsOut = false; var coinsLive = new Array(100); var StraightVals = new Array(15); var OPP_pairVal = 0; var OPP_twoPairsVal = 0; var OPP_trixVal = 0; var OPP_quatroVal = 0; var OPP_pairsQnt = 0; var OPP_trixQnt = 0; var OPP_quatroQnt = 0; var OPP_nothing = true; var OPP_straitFlag = false; var OPP_flushFlag = false; var OPP_straitFlushFlag = false; var OPP_RoyalFlushFlag = false; var OPP_StraightVals = new Array(15); var OPP_FHPairsQnt = 0; var OPP_FHTrizQnt = 0; var OPP_FullHouseFlag = false; var OPP_FHPairsVal = 0; var OPP_FHTrixVal = 0; var Cards = new Array(11); var FHAr2 = new Array(15); var OPP_Cards = new Array(11); var OPP_FHAr2 = new Array(15); var FHcnt = 0; var koef = 1; var OppKoef = 1; var BankInit = 100; var MyBank = BankInit; var BankOpp = BankInit; var Bet = 10; var pot = 0; var CK = 5; var coinsbank = 0; var MygameStep = 0; var OppgameStep = 0; var MyWin = 0; var wtLev = 0; var wtDwn = 0; var wtLoose = 0; var LevChngFlag = false; var time = 0; var Comb2ofKind = "TWO OF A KIND: "; var Comb2Pairs = "TWO PAIRS: "; var Comb3ofKind = "THREE OF A KIND: "; var Comb4ofKind = "FOUR OF A KIND: "; var Comb2Jacks = "TWO OF A KIND: "; var CombStraight = "STRAIGHT"; var CombFlush = "FLUSH: "; var CombFullHouse = "FULL HOUSE: "; var CombStraitFlush = "STRAIGHT FLUSH"; var CombRoyalFlush = "ROYAL FLUSH"; var CombNothing = "NOTHING"; levelUp3_mc.setMask(levMask3_mc); Next_btn._visible = false; MorePlay_btn._visible = false; help_mc._visible = false; Testdata_mc._visible = false; Easy_btn._visible = false; Hard_btn._visible = false; var CueStr = ""; var CueNames = new Array(10); var CueTimes = new Array(10); var FLVwidth; var FLVheight; if (FirstLaunch) { FirstLaunch = false; var my_flvPb; my_flvPb.__set__contentPath("http://www.game-videos.info/Vids/PokerPool_Niki/NatalieVegas.flv"); } var listenerObject1 = new Object(); listenerObject1.cuePoint = function (eventObject) { Testdata_mc.cues_txt.text = (("Cue: " + eventObject.info.time) + " ") + eventObject.info.name; if (eventObject.info.time >= CueTimes[LEVEL + 1]) { my_flvPb.seekToNavCuePoint(CueTimes[LEVEL]); } }; my_flvPb.addEventListener("cuePoint", listenerObject1); var listenerObject2 = new Object(); listenerObject2.metadataReceived = function (eventObject) { var _local1 = 0; FLVwidth = my_flvPb.__get__metadata().width; FLVheight = my_flvPb.__get__metadata().height; my_flvPb._width = FLVwidth; my_flvPb._height = FLVheight; while (_local1 < my_flvPb.__get__metadata().cuePoints.length) { CueNames[_local1 + 1] = my_flvPb.__get__metadata().cuePoints[_local1].name; CueTimes[_local1 + 1] = my_flvPb.__get__metadata().cuePoints[_local1].time; CueStr = (((CueStr + "\n ") + CueNames[_local1 + 1]) + " ") + CueTimes[_local1 + 1]; _local1++; } BeginCycle = CueTimes[LEVEL]; Testdata_mc.cuesPts_txt.text = CueStr; Testdata_mc.S_txt.text = CueTimes[LEVEL]; Testdata_mc.E_txt.text = CueTimes[LEVEL + 1]; }; my_flvPb.addEventListener("metadataReceived", listenerObject2); FLVlog_mc.onEnterFrame = function () { if (LevChngFlag) { LevChngFlag = false; my_flvPb.seekToNavCuePoint(CueTimes[LEVEL]); Testdata_mc.S_txt.text = CueTimes[LEVEL]; Testdata_mc.E_txt.text = CueTimes[LEVEL + 1]; } TimStr = my_flvPb.__get__playheadTime().toString(); TimStr = TimStr.substring(0, 5); Testdata_mc.FLVtime_txt.text = TimStr; }; Kiy2_mc._visible = false; if (GameStep == 1) { } else { Kiy_mc._visible = false; ShePlayFirst = true; } LuzaSound_mc.gotoAndStop("lusastop"); BallSound_mc.gotoAndStop("stopSound"); YouPlayBan_mc._visible = false; CompPlayBan_mc._visible = false; highscoreComp_txt.text = highscore1; highscore_txt.text = highscore2; gamecnt_txt.text = gamecnt; aimFlag = true; Show_btn._visible = false; Hide_btn._visible = true; MoreHer_btn._visible = false; initSet(); stop(); BallsLogic_mc.onEnterFrame = function () { function aftertouch(u, v) { var _local5; var _local7; var _local8; var _local6; var _local4; var _local3; if (BallArr[v].hitTest(BallArr[u]._x, BallArr[u]._y, true)) { AlfaCalc(v, u); _local7 = Math.abs(BallArr[u]._x - BallArr[v]._x); _local8 = Math.abs(BallArr[u]._y - BallArr[v]._y); _local6 = Math.sqrt((_local7 * _local7) + (_local8 * _local8)); _local5 = DB - _local6; if (_local6 < DB) { _local5 = DB - _local6; _local4 = _local5 * Math.cos(alfa / 57.32); _local3 = _local5 * Math.sin(alfa / 57.32); _local4 = Math.abs(_local4) / 2; _local3 = Math.abs(_local3) / 2; if (BallArr[u]._x < BallArr[v]._x) { BallArr[u]._x = BallArr[u]._x - _local4; BallArr[v]._x = BallArr[v]._x + _local4; } else { BallArr[u]._x = BallArr[u]._x + _local4; BallArr[v]._x = BallArr[v]._x - _local4; } if (BallArr[u]._y < BallArr[v]._y) { BallArr[u]._y = BallArr[u]._y - _local3; BallArr[v]._y = BallArr[v]._y + _local3; } else { BallArr[u]._y = BallArr[u]._y + _local3; BallArr[v]._y = BallArr[v]._y - _local3; } } } } function detouch(w, ww) { touch[w] = false; touch_mc._x = Xm[w]; touch_mc._y = Ym[w]; k = 0; while (k <= (Incr[w] * 2)) { if (!touch[w]) { if (BallArr[ww].hitTest(touch_mc._x, touch_mc._y, true)) { touch[w] = true; BallArr[w]._x = touch_mc._x; BallArr[w]._y = touch_mc._y; kM = k; } touch_mc._x = touch_mc._x + Math.cos(dirAngle[w] / 57.32); touch_mc._y = touch_mc._y + Math.sin(dirAngle[w] / 57.32); } k++; } } function AlfaCalc(n1, n2) { if (BallArr[n1]._x < BallArr[n2]._x) { alfarad = Math.atan((BallArr[n2]._y - BallArr[n1]._y) / (BallArr[n2]._x - BallArr[n1]._x)); } else { alfarad = Math.atan((BallArr[n2]._y - BallArr[n1]._y) / (BallArr[n2]._x - BallArr[n1]._x)) - Math.PI; } alfa = (alfarad * 90) / 1.57; alfa = AngleTo360(alfa); } function AngleTo360(ang) { dirAn_mc._rotation = ang; ang = dirAn_mc._rotation; return(ang); } function BB(n1, n2) { var _local4; var _local3; var _local6; var _local5; if ((Incr[n1] > 0) || (Incr[n2] > 0)) { BallSound_mc.gotoAndPlay(2); } if (BallArr[n1]._x < BallArr[n2]._x) { alfarad = Math.atan((BallArr[n2]._y - BallArr[n1]._y) / (BallArr[n2]._x - BallArr[n1]._x)); } else { alfarad = Math.atan((BallArr[n2]._y - BallArr[n1]._y) / (BallArr[n2]._x - BallArr[n1]._x)) - Math.PI; } alfa = (alfarad * 90) / 1.57; Gamma = alfa - dirAngle[n1]; if (Gamma > 360) { Gamma = Gamma - 360; } if (Gamma < -360) { Gamma = Gamma + 360; } if ((Gamma > 180) && (Gamma < 360)) { Gamma = -(360 - Gamma); } if (Gamma < -180) { Gamma = Gamma + 360; } Beta = (alfa + 180) + Gamma; OldDir = dirAngle[n1]; Omega = Beta - dirAngle[n1]; dirAngle[n1] = Beta; dirAngle[n1] = AngleTo360(dirAngle[n1]); IncrW = Incr[n1]; IncrW2 = Incr[n2]; CCos = Math.cos((Omega / 2) / 57.32); SSin = Math.sin((Omega / 2) / 57.32); if (Math.abs(CCos) < 0.14) { Incr[n1] = IncrW * 0.2; } else { Incr[n1] = IncrW * CCos; } if (Math.abs(SSin) < 0.14) { Incr[n2] = IncrW * 0.2; } else { Incr[n2] = IncrW * SSin; } Incr[n1] = Math.abs(Incr[n1]); Incr[n2] = Math.abs(Incr[n2]); dirAngle[n2] = OldDir + Gamma; dirAngle[n2] = AngleTo360(dirAngle[n2]); incr_x[n1] = Math.cos(dirAngle[n1] / 57.32) * Incr[n1]; incr_y[n1] = Math.sin(dirAngle[n1] / 57.32) * Incr[n1]; incr_x[n2] = Math.cos(dirAngle[n2] / 57.32) * Incr[n2]; incr_y[n2] = Math.sin(dirAngle[n2] / 57.32) * Incr[n2]; MacMac_mc._x = BallArr[n1]._x + (Math.cos(dirAngle[n1] / 57.32) * 34); MacMac_mc._y = BallArr[n1]._y + (Math.sin(dirAngle[n1] / 57.32) * 34); if (MacMac_mc.hitTest(BallArr[n2].body_mc)) { } MacMac_mc._x = BallArr[n2]._x + (Math.cos(dirAngle[n2] / 57.32) * 34); MacMac_mc._y = BallArr[n2]._y + (Math.sin(dirAngle[n2] / 57.32) * 34); if (MacMac_mc.hitTest(BallArr[n1].body_mc)) { dirAngle[n2] = AngleTo360(dirAngle[n2] + 180); } dirAngle[n1] = AngleTo360(dirAngle[n1]); dirAngle[n2] = AngleTo360(dirAngle[n2]); if ((dirAngle[n1] < 90) && (dirAngle[n1] > -90)) { LRdir[n1] = 1; } else { LRdir[n1] = -1; } BallArr[n1].numRoll_mc._rotation = dirAngle[n1]; if ((dirAngle[n2] < 90) && (dirAngle[n2] > -90)) { LRdir[n2] = 1; } else { LRdir[n2] = -1; } BallArr[n2].numRoll_mc._rotation = dirAngle[n2]; } function BBborder(n) { if (n == 1) { dirAngle[i] = 360 - dirAngle[i]; } if (n == 2) { dirAngle[i] = 180 - dirAngle[i]; } if (n == 3) { dirAngle[i] = 360 - dirAngle[i]; } if (n == 4) { dirAngle[i] = 180 - dirAngle[i]; } if (dirAngle[i] > 360) { dirAngle[i] = dirAngle[i] - 360; } if (dirAngle[i] < 0) { dirAngle[i] = dirAngle[i] + 360; } incr_x[i] = Math.cos(dirAngle[i] / 57.32) * Incr[i]; incr_y[i] = Math.sin(dirAngle[i] / 57.32) * Incr[i]; BallArr[i]._x = BallArr[i]._x + (incr_x[i] * 2); BallArr[i]._y = BallArr[i]._y + (incr_y[i] * 2); if ((dirAngle[i] < 90) && (dirAngle[i] > -90)) { LRdir[i] = 1; } else { LRdir[i] = -1; } BallArr[i].numRoll_mc._rotation = dirAngle[i]; } var i; var _local16; var _local1; i = 0; while (i <= (ballQ - 1)) { if (ballFlag[i]) { Xm[i] = BallArr[i]._x; Ym[i] = BallArr[i]._y; OldIncr[i] = Incr[i]; BallArr[i]._x = BallArr[i]._x + incr_x[i]; BallArr[i]._y = BallArr[i]._y + incr_y[i]; _local1 = 1; while (_local1 <= 6) { if (BallArr[i].body_mc.hitTest(HoleArr[_local1].holeaim_mc)) { goalflag = _local1; BallArr[i].numRoll_mc._rotation = 0; ballOutCnt++; StartGame = false; ballOut = true; goalBall[i] = true; ballFlag[i] = false; inFlag[i] = true; Step_txt.text = GameStep; if (GameStep == 2) { PL = 2; } else { PL = 1; } WasGoal = false; if (Touch) { WasGoal = true; if (GameStep == 2) { goalcnt2++; } else { goalcnt1++; } if (i != 0) { BallsInGame--; if (BallsInGame <= 1) { EndBalls = true; } } } incr_x[i] = 0; incr_y[i] = 0; Incr[i] = 0; H = _local1; Ho[i] = _local1; B = i; K[B] = 0; wt++; } _local1++; } } if (ballFlag[i]) { if (BallArr[i].body_mc.hitTest(borderUp_mc)) { DrebBord[1]++; if (DrebBord[1] <= 1) { BallArr[i]._y = borderUp_mc._y + 19; BBborder(1); } } else { DrebBord[1] = 0; } if (BallArr[i].body_mc.hitTest(borderRt_mc)) { DrebBord[2]++; if (DrebBord[2] <= 1) { BallArr[i]._x = borderRt_mc._x - 19; BBborder(2); } } else { DrebBord[2] = 0; } if (BallArr[i].body_mc.hitTest(borderDw_mc)) { DrebBord[3]++; if (DrebBord[3] <= 1) { BallArr[i]._y = borderDw_mc._y - 19; BBborder(3); } } else { DrebBord[3] = 0; } if (BallArr[i].body_mc.hitTest(borderLf_mc)) { DrebBord[4]++; if (DrebBord[4] <= 1) { BallArr[i]._x = borderLf_mc._x + 19; BBborder(4); } } else { DrebBord[4] = 0; } } i++; } u = 0; while (u <= (ballQ - 1)) { if (ballFlag[u]) { v = 0; while (v <= (ballQ - 1)) { if (u != v) { if (OldIncr[u] > 0) { if (OldIncr[u] > OldIncr[v]) { if (BallArr[v].hitTest(BallArr[u]._x, BallArr[u]._y, true)) { detouch(u, v); if (kM != 0) { BB(u, v); BallArr[u]._x = BallArr[u]._x + incr_x[u]; BallArr[u]._y = BallArr[u]._y + incr_y[u]; } else { BallArr[u]._x = BallArr[u]._x + incr_x[u]; BallArr[u]._y = BallArr[u]._y + incr_y[u]; } aftertouch(u, v); Touch = true; } } } } v++; } } u++; } q = 0; while (q <= (ballQ - 1)) { if (ballFlag[q]) { p = 0; while (p <= (ballQ - 1)) { if (q != p) { if (BallArr[p].hitTest(BallArr[q]._x, BallArr[q]._y, true)) { aftertouch(q, p); } } p++; } } q++; } i = 0; while (i <= (ballQ - 1)) { if (ballFlag[i]) { if (BallArr[i]._y < borderUp_mc._y) { BallArr[i]._y = borderUp_mc._y + 26; checkBallY(i); } if (BallArr[i]._y > borderDw_mc._y) { BallArr[i]._y = borderDw_mc._y - 26; checkBallY(i); } if (BallArr[i]._x > borderRt_mc._x) { BallArr[i]._x = borderRt_mc._x - 26; checkBallX(i); } if (BallArr[i]._x < borderLf_mc._x) { BallArr[i]._x = borderLf_mc._x + 26; checkBallX(i); } } i = 0; while (i <= (ballQ - 1)) { IncrMx[i] = incr_x[i]; IncrMy[i] = incr_y[i]; if (Incr[i] > 3) { Incr[i] = Incr[i] * koef1; incr_x[i] = incr_x[i] * koef1; incr_y[i] = incr_y[i] * koef1; } else { Incr[i] = Incr[i] * koef2; incr_x[i] = incr_x[i] * koef2; incr_y[i] = incr_y[i] * koef2; } if (Incr[i] <= 2) { Incr[i] = 0; incr_x[i] = 0; incr_y[i] = 0; } i++; } i++; } }; goalproc_mc.onEnterFrame = function () { function goalprocedure(B) { if (K[B] == 0) { if (inFlag[B]) { DX = HoleArr[Ho[B]]._x - BallArr[B]._x; DY = HoleArr[Ho[B]]._y - BallArr[B]._y; iX[B] = DX / 5; iY[B] = DY / 5; inFlag[B] = false; } if (BallArr[B].body_mc.hitTest(HoleArr[Ho[B]]._x, HoleArr[Ho[B]]._y, true)) { BallArr[B]._x = HoleArr[Ho[B]]._x; BallArr[B]._y = HoleArr[Ho[B]]._y; K[B] = 1; } else { BallArr[B]._x = BallArr[B]._x + iX[B]; BallArr[B]._y = BallArr[B]._y + iY[B]; } } if (K[B] == 1) { LS[B]++; BallArr[B]._xscale = BallArr[B]._xscale - 0.75; BallArr[B]._yscale = BallArr[B]._xscale; BallArr[B]._alpha = BallArr[B]._alpha - 1; if (LS[B] == 10) { if (Touch) { LuzaSound_mc.gotoAndPlay(2); } } if (BallArr[B]._xscale < 75) { BallArr[B]._visible = false; BallArr[B]._x = goalPlace_X[PL]; BallArr[B]._y = goalPlace_Y[PL]; wtG[B] = 0; wtDL[B] = 12; i = 0; while (i <= (ballQ - 1)) { if (wtG[i] > 0) { wtDL[B] = wtDL[B] + 40; } i++; } wtG[B]++; K[B] = 2; LS[B] = 0; } } if (K[B] == 2) { wtG[B]++; if (wtG[B] >= wtDL[B]) { K[B] = 3; } } if (K[B] == 3) { BallArr[B]._visible = true; K[B] = 4; } if (K[B] == 4) { BallArr[B]._xscale = BallArr[B]._xscale + 2; BallArr[B]._yscale = BallArr[B]._xscale; BallArr[B]._alpha = BallArr[B]._alpha + 1; if (BallArr[B]._xscale >= 100) { BallArr[B]._xscale = 100; BallArr[B]._yscale = 100; BallArr[B]._alpha = 100; K[B] = 5; if (PL == 1) { FinX = holeOut1_mc._x; } else { FinX = holeOut_mc._x; } } } if (K[B] == 5) { if (B == 0) { K[B] = 7; } else if (BallArr[B]._x < (FinX + 16)) { BallArr[B]._x = BallArr[B]._x + 4; } else { BallArr[B]._x = FinX + 16; if (PL == 1) { BSQ1++; OPP_Cards[BSQ1] = BallArr[B]; BallScrd1[BSQ1] = BallArr[B]; if (BSQ1 >= 5) { StandOpp_mc._visible = true; StandFlagOpp = true; TimerPok_mc._visible = true; if (StandFlagMy) { TimerPok_mc._visible = false; } cc = 0; Seconds = 0; Minutes = 0; PokerCombOpp(); } } else { BSQ2++; BallScrd2[BSQ2] = BallArr[B]; Cards[BSQ2] = BallArr[B]; if (BSQ2 >= 5) { StandFlagMy = true; StandMy_mc._visible = true; TimerPok_mc._visible = true; if (StandFlagOpp) { TimerPok_mc._visible = false; } cc = 0; Seconds = 0; Minutes = 0; PokerCombMy(); } } K[B] = 6; } } if (K[B] == 6) { if (PL == 1) { i = 1; while (i <= BSQ1) { if (BallScrd1[BSQ1]._x < (FinX + 50)) { BallScrd1[i]._x = BallScrd1[i]._x + 4; } else { K[B] = 7; } i++; } } else { i = 1; while (i <= BSQ2) { if (BallScrd2[BSQ2]._x < (FinX + 50)) { BallScrd2[i]._x = BallScrd2[i]._x + 4; } else { K[B] = 7; } i++; } } } if (K[B] == 7) { if (B == 0) { WBQnt++; K[B] = 8; } else { K[B] = 9; } } if (K[B] == 8) { if (B == 0) { BallArr[B]._y = BallArr[B]._y + SfY[PL]; BallArr[B]._x = BallArr[B]._x + 5; if (PL == 1) { if (BallArr[B]._y > StartPlace1_mc._y) { BallArr[B]._x = StartPlace1_mc._x; BallArr[B]._y = StartPlace1_mc._y; ballFlag[B] = true; K[B] = 9; } } else if (BallArr[B]._y < StartPlace_mc._y) { BallArr[B]._x = StartPlace_mc._x; BallArr[B]._y = StartPlace_mc._y; ballFlag[B] = true; K[B] = 9; } } } if (K[B] == 9) { wtG[B] = 0; goalBall[B] = false; ballOutCnt--; if (ballOutCnt == 0) { if (Touch) { nextRound = true; } } i = 0; while (i <= (ballQ - 1)) { if (i != B) { if (ballFlag[i]) { aftertouch(B, i); } } i++; } K[B] = 0; if (BSQ2 >= 5) { balls5cirMy_mc._x = Cards[1]._x; balls5cirMy_mc._y = Cards[1]._y; balls5cirMy_mc._visible = true; } if (BSQ1 >= 5) { balls5cirOp_mc._x = OPP_Cards[1]._x; balls5cirOp_mc._y = OPP_Cards[1]._y; balls5cirOp_mc._visible = true; } } } var _local1 = 0; while (_local1 <= (ballQ - 1)) { if (goalBall[_local1]) { goalprocedure(_local1); } _local1++; } }; timer_mc.onEnterFrame = function () { var _local1; if (wt7 > 0) { wt7++; if (wt7 >= 25) { wt7 = 0; PokerCombMy2(); } } if (wt51 > 0) { wt51++; if (wt51 >= 25) { wt51 = 0; PokerCombOpp2(); } } if (wtLev > 0) { wtLev++; if (wtLev == 25) { LEVEL++; i = 0; while (i < ballQ) { if (ballFlag[i]) { BallArr[i]._visible = false; } i++; } Next_btn._visible = true; CompPlayBan_mc._visible = false; YouPlayBan_mc._visible = false; YouWin_mc._visible = true; YouWin_mc.gotoAndPlay(2); Kiy2_mc._visible = false; if (LEVEL == VictoryLevel) { MoreHer_btn._visible = true; YouWin_mc._visible = false; YouWin_mc.gotoAndStop(1); YouWinGame_mc._visible = true; YouWinGame_mc.gotoAndPlay(2); Next_btn._visible = false; MorePlay_btn._visible = true; winFlag = true; gameStep = 20; wtBanner++; } LevChngFlag = true; VictorySound_mc.play(); CongrNextLev_mc._visible = true; BankShine_mc.gotoAndPlay(2); } if (wtLev >= 75) { wtLev = 0; LevUpFlag = true; if (YouWin_mc._visible) { YouWin_mc._visible = false; YouWin_mc._xscale = 100; YouWin_mc._yscale = YouWin_mc._xscale; } NextLevel_mc._visible = false; BankShine_mc.gotoAndStop(1); } } if (wtDwn > 0) { wtDwn++; if (wtDwn >= 25) { wtDwn = 0; LEVEL--; i = 0; while (i < ballQ) { if (ballFlag[i]) { BallArr[i]._visible = false; } i++; } Kiy2_mc._visible = false; LevChngFlag = true; CompWin_mc.gotoAndPlay(2); OopsLevDwn_mc._visible = true; SoundOops_mc.play(); LewDownFlag = true; CompPlayBan_mc._visible = false; YouPlayBan_mc._visible = false; } } if (wtLoose > 0) { wtLoose++; if (wtLoose >= 25) { wtLoose = 0; Kiy2_mc._visible = false; CompWin_mc.gotoAndPlay(2); OopsLevDwn_mc._visible = true; SoundOops_mc.play(); YouLoose2_mc._visible = true; Next_btn._visible = false; CompPlayBan_mc._visible = false; YouPlayBan_mc._visible = false; } } if (wtBanner > 0) { wtBanner++; if (wtBanner > 75) { wtBanner = 0; YouWinGame_mc.gotoAndStop(1); } } }; field_mc.onRelease = function () { if (!winFlag) { if (GameStep == 1) { if (aimFlag) { Kiy_mc.gotoAndPlay("kiypush"); MouseX = _root._xmouse; MouseY = _root._ymouse; if (MouseX > BallWhite_mc._x) { AlRad = Math.atan((MouseY - BallWhite_mc._y) / (MouseX - BallWhite_mc._x)); } else { AlRad = Math.atan((MouseY - BallWhite_mc._y) / (MouseX - BallWhite_mc._x)) - Math.PI; } YouDirAngle = (AlRad * 90) / 1.57; dirAngle[0] = YouDirAngle; GameStep = 2; } } } }; field_mc.onEnterFrame = function () { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { aim_mc._visible = true; Mouse.hide(); } else { aim_mc._visible = false; Mouse.show(); } }; Kiy_mc.onEnterFrame = function () { if (GameStep == 1) { if (aimFlag) { if (!winFlag) { this._visible = true; } this._x = BallWhite_mc._x; this._y = BallWhite_mc._y; MouseX = _root._xmouse; MouseY = _root._ymouse; if (MouseX > BallWhite_mc._x) { AlRad = Math.atan((MouseY - BallWhite_mc._y) / (MouseX - BallWhite_mc._x)); } else { AlRad = Math.atan((MouseY - BallWhite_mc._y) / (MouseX - BallWhite_mc._x)) - Math.PI; } if (this._currentframe == 1) { this._rotation = (AlRad * 90) / 1.57; } } } if (this._currentframe == 7) { CueSound_mc.gotoAndPlay(2); } if (this._currentframe == 8) { Incr[0] = 16; ballRoll = true; StartGame = false; incr_x[0] = Math.cos(dirAngle[0] / 57.32) * Incr[0]; incr_y[0] = Math.sin(dirAngle[0] / 57.32) * Incr[0]; if ((dirAngle[0] < 90) && (dirAngle[0] > -90)) { LRdir[0] = 1; } else { LRdir[0] = -1; } BallArr[0].numRoll_mc._rotation = dirAngle[0]; aimFlag = false; Touch = false; this._visible = false; WasGoal = false; chkYouComp = 0; } }; PlaySeqnc_mc.onEnterFrame = function () { var _local1; var _local2; var _local3; var _local4; var _local10; var _local11; var _local7; var _local5; var _local17; var _local18; var _local12; var _local8; var _local6; var _local9; var _local13; if (!StartGame) { if (ballOutCnt == 0) { ballRoll = false; _local1 = 0; while (_local1 <= (ballQ - 1)) { if (Incr[_local1] > 0) { ballRoll = true; } _local1++; } if (!ballRoll) { if (chkYouComp == 0) { YouCompBlink = true; chkYouComp = 1; } if (nextRound) { nextRound = false; if (GameStep == 2) { GameStep = 1; } if (GameStep == 4) { GameStep = 3; } if (StandFlagOpp) { GameStep = 1; } if (StandFlagMy) { GameStep = 3; } } } } if (chkYouComp == 1) { if (!Touch) { chkYouComp = 2; if (GameStep == 2) { GameStep = 3; } if (GameStep == 4) { GameStep = 1; } if (StandFlagOpp) { GameStep = 1; } if (StandFlagMy) { GameStep = 3; } } if (!WasGoal) { chkYouComp = 2; if (GameStep == 2) { GameStep = 3; } if (GameStep == 4) { GameStep = 1; } if (StandFlagOpp) { GameStep = 1; } if (StandFlagMy) { GameStep = 3; } } if (GameStep == 1) { aimFlag = true; } } } if (GameStep == 1) { aim_mc._alpha = 100; if (!winFlag) { YouPlayBan_mc._visible = true; } if (YouCompBlink) { YouPlayBan_mc.play(); YouCompBlink = false; } CompPlayBan_mc._visible = false; } if (GameStep == 3) { YouPlayBan_mc._visible = false; if (!winFlag) { CompPlayBan_mc._visible = true; aim_mc._alpha = 20; } if (YouCompBlink) { CompPlayBan_mc.play(); YouCompBlink = false; } } Step_txt.text = GameStep; if (GameStep == 3) { CheckDir1_mc._x = BallWhite_mc._x; CheckDir1_mc._y = BallWhite_mc._y; var _local14 = 0; var _local16 = 10; var _local15 = 1; _local1 = 1; while (_local1 < ballQ) { if (ballFlag[_local1]) { if (BallArr[_local1].VALUE >= 10) { _local16 = BallArr[_local1].VALUE; _local15 = _local1; _local14++; BallToAim[_local1] = true; BallToShoot[_local1] = false; HoleOK[_local1] = 0; _local10 = Math.abs(BallWhite_mc._x - BallArr[_local1]._x); _local11 = Math.abs(BallWhite_mc._y - BallArr[_local1]._y); DBF[_local1] = Math.sqrt((_local10 * _local10) + (_local11 * _local11)); } } _local1++; } if (_local14 == 0) { StandFlagOpp = true; StandOpp_mc._visible = true; GameStep = 1; aimFlag = true; } if (!StandFlagOpp) { _local1 = 1; while (_local1 <= (ballQ - 1)) { if (BallToAim[_local1]) { if (BallArr[_local1]._x < BallWhite_mc._x) { _local7 = Math.atan((BallArr[_local1]._y - BallArr[0]._y) / (BallArr[_local1]._x - BallArr[0]._x)); } else { _local7 = Math.atan((BallArr[_local1]._y - BallArr[0]._y) / (BallArr[_local1]._x - BallArr[0]._x)) - Math.PI; } _local5 = ((_local7 * 90) / 1.57) + 180; CheckDir1_mc._rotation = _local5; Angles[_local1] = _local5; Napr[_local1] = CheckDir1_mc.duplicateMovieClip("Nap" + _local1, 800 + _local1); _local2 = 1; while (_local2 <= (ballQ - 1)) { if (_local2 != _local1) { bemp2_mc._x = BallArr[_local2]._x; bemp2_mc._y = BallArr[_local2]._y; if (Napr[_local1].hitTest(bemp2_mc._x, bemp2_mc._y, true)) { if (DBF[_local1] > DBF[_local2]) { BallToAim[_local1] = false; } } } _local2++; } } _local1++; } _local13 = 0; _local2 = 1; while (_local2 <= (ballQ - 1)) { if (BallToAim[_local2]) { _local13++; } Napr[_local2].removeMovieClip(); _local2++; } _local12 = 0; if (_local13 > 0) { _local1 = 1; while (_local1 <= (ballQ - 1)) { if (BallToAim[_local1]) { Sector_mc._x = BallArr[_local1]._x; Sector_mc._y = BallArr[_local1]._y; Sector_mc._rotation = Angles[_local1]; Napr[_local1] = Sector_mc.duplicateMovieClip("Nap" + _local1, 800 + _local1); _local3 = 1; while (_local3 <= 6) { if (Napr[_local1].hitTest(HoleArr[_local3]._x, HoleArr[_local3]._y, true)) { if (HoleArr[_local3]._x < BallArr[_local1]._x) { _local7 = Math.atan((HoleArr[_local3]._y - BallArr[_local1]._y) / (HoleArr[_local3]._x - BallArr[_local1]._x)); } else { _local7 = Math.atan((HoleArr[_local3]._y - BallArr[_local1]._y) / (HoleArr[_local3]._x - BallArr[_local1]._x)) - Math.PI; } _local5 = ((_local7 * 90) / 1.57) + 180; _local8 = false; _local4 = 1; while (_local4 <= (ballQ - 1)) { if (_local4 != _local1) { CheckDir2_mc._x = BallArr[_local1]._x; CheckDir2_mc._y = BallArr[_local1]._y; CheckDir2_mc._rotation = _local5; ChkHol[_local1] = CheckDir2_mc.duplicateMovieClip("Ch" + _local1, 830 + _local1); if (ChkHol[_local1].hitTest(BallArr[_local4]._x, BallArr[_local4]._y, true)) { _local8 = true; } } _local4++; } if (!_local8) { if (!BallToShoot[_local1]) { HoleOK[_local1] = _local3; AngHoles[_local1] = _local5; if (BallToAim[_local1]) { BallToShoot[_local1] = true; _local12++; } } else { _local6 = Math.abs(Angles[_local1] - AngHoles[_local1]); _local9 = Math.abs(Angles[_local1] - _local5); if (_local6 > _local9) { HoleOK[_local1] = _local3; AngHoles[_local1] = _local5; } } } } _local3++; } } _local1++; } } _local2 = 1; while (_local2 <= (ballQ - 1)) { if (BallToAim[_local2]) { Napr[_local2].removeMovieClip(); ChkHol[_local2].removeMovieClip(); } if (BallToShoot[_local2]) { if (!BallToAim[_local2]) { BallToShoot[_local2] = false; } if (!ballFlag[_local2]) { BallToShoot[_local2] = false; } } _local2++; } SmallerAngle = 180; if (_local12 > 0) { _local1 = 1; while (_local1 <= (ballQ - 1)) { if (BallToShoot[_local1]) { if (Angles[_local1] < 0) { Angles[_local1] = Angles[_local1] + 360; } if (AngHoles[_local1] < 0) { AngHoles[_local1] = AngHoles[_local1] + 360; } _local6 = Math.abs(Angles[_local1] - AngHoles[_local1]); if (_local6 > 360) { _local6 = _local6 - 360; } if (BallArr[_local1].VALUE >= 12) { if (_local6 < SmallerAngle) { GA = _local1; SmallerAngle = _local6; } } if (BSQ1 >= 2) { if ((Cards[1].VALUE == BallArr[_local1].VALUE) || (Cards[2].VALUE == BallArr[_local1].VALUE)) { if (_local6 < SmallerAngle) { GA = _local1; SmallerAngle = _local6; } } } } _local1++; } } else { GA = 0; _local1 = 1; while (_local1 <= (ballQ - 1)) { if (ballFlag[_local1]) { if (BallToShoot[_local1]) { GA = _local1; } } _local1++; } } if (GA == 0) { _local1 = 1; while (_local1 <= (ballQ - 1)) { if (ballFlag[_local1]) { if (BallArr[_local1].VALUE >= 10) { GA = _local1; } } _local1++; } } angPodstav = AngHoles[GA] + 180; if (angPodstav > 360) { angPodstav = angPodstav - 360; } bemp2_mc._x = BallArr[GA]._x + (33.5 * Math.cos(angPodstav / 57.32)); bemp2_mc._y = BallArr[GA]._y + (33.5 * Math.sin(angPodstav / 57.32)); if (bemp2_mc._x > BallArr[0]._x) { _local7 = Math.atan((bemp2_mc._y - BallArr[0]._y) / (bemp2_mc._x - BallArr[0]._x)); } else { _local7 = Math.atan((bemp2_mc._y - BallArr[0]._y) / (bemp2_mc._x - BallArr[0]._x)) - Math.PI; } _local5 = (_local7 * 90) / 1.57; Kiy2_mc._x = BallWhite_mc._x; Kiy2_mc._y = BallWhite_mc._y; if (!winFlag) { Kiy2_mc._visible = true; } NewDirAngle = _local5; aimFlag = false; CompPlay = true; KiyTurn = true; if (LEVEL >= 2) { if (ShePlayFirst) { NewDirAngle = (NewDirAngle + randRange(0, 20)) - 10; } } if (Surrend) { SurDY = Math.abs(HoleArr[HoleOK[GA]]._y - BallArr[GA]._y); SurD = Math.abs(SurDY / Math.sin(AngHoles[GA] / 57.32)); if (SurD > 250) { razbros = randRange(3, 7) / 10; } else { razbros = randRange(5, 9) / 10; } if (!ShePlayFirst) { NewDirAngle = NewDirAngle + razbros; } } ShePlayFirst = false; if (NewDirAngle < -180) { NewDirAngle = NewDirAngle + 360; } if (NewDirAngle > 180) { NewDirAngle = NewDirAngle - 360; } if (Kiy2_mc._rotation < 0) { Kiy2_mc._rotation = Kiy2_mc._rotation + 360; } if (Kiy2_mc._rotation < NewDirAngle) { KiyClock = true; } else { KiyClock = false; } GameStep = 5; } } }; Kiy2_mc.onEnterFrame = function () { if (!winFlag) { if (GameStep == 5) { if (KiyTurn) { if (KiyClock) { if (Kiy2_mc._rotation < NewDirAngle) { Kiy2_mc._rotation = Kiy2_mc._rotation + 4; } } else if (Kiy2_mc._rotation > NewDirAngle) { Kiy2_mc._rotation = Kiy2_mc._rotation - 4; if (Kiy2_mc._rotation < 0) { Kiy2_mc._rotation = Kiy2_mc._rotation + 360; } } if (Math.abs(NewDirAngle - Kiy2_mc._rotation) < 6) { Kiy2_mc._rotation = NewDirAngle; KiyTurn = false; wtK++; } } if (wtK > 0) { wtK++; if (wtK >= 25) { wtK = 0; Kiy2_mc.gotoAndPlay("kiypush"); CompPlay = false; StartGame = false; } } } if (this._currentframe == 7) { CueSound_mc.gotoAndPlay(2); } if (this._currentframe == 8) { Incr[0] = 16; ballRoll = true; StartGame = false; dirAngle[0] = NewDirAngle; incr_x[0] = Math.cos(dirAngle[0] / 57.32) * Incr[0]; incr_y[0] = Math.sin(dirAngle[0] / 57.32) * Incr[0]; if ((dirAngle[0] < 90) && (dirAngle[0] > -90)) { LRdir[0] = 1; } else { LRdir[0] = -1; } BallArr[0].numRoll_mc._rotation = dirAngle[0]; aimFlag = false; Touch = false; this._visible = false; WasGoal = false; chkYouComp = 0; GameStep = 4; } } }; S20_btn.onRelease = function () { Bet = 5; Bet_txt.text = Bet; }; S50_btn.onRelease = function () { Bet = 10; Bet_txt.text = Bet; }; S100_btn.onRelease = function () { Bet = 20; Bet_txt.text = Bet; }; END_btn.onRelease = function () { getURL ("http://www.hilostripper.com/Live/connectStrip.php", "_blank"); gotoAndPlay ("introinit"); }; Help_btn.onRelease = function () { if (!help_mc._visible) { help_mc._visible = true; } else { help_mc._visible = false; } }; help_mc.onRelease = function () { this._visible = false; }; Next_btn.onRelease = function () { if (WhoWin == 1) { GameStep = 3; } if (WhoWin == 2) { GameStep = 1; } i = 1; while (i <= (ballQ - 1)) { goalBall[i] = false; i++; } this._visible = false; initSet(); }; MorePlay_btn.onRelease = function () { WhoWin = 0; introflag = true; LEVEL = 1; FirstLaunch = true; gotoAndPlay ("introPlay"); }; SoundOff_btn.onRelease = function () { this._visible = false; SoundOn_btn._visible = true; MusicOff_mc.gotoAndPlay(2); }; SoundOn_btn.onRelease = function () { this._visible = false; SoundOff_btn._visible = true; MusicOn_mc.gotoAndPlay(2); }; Easy_btn.onRelease = function () { this._visible = false; Hard_btn._visible = true; EasyHard = 1; Surrend = true; }; Hard_btn.onRelease = function () { this._visible = false; Easy_btn._visible = true; EasyHard = 3; Surrend = false; }; MoreHer_btn.onRelease = function () { getURL ("http://secure.twistys.com/track/MTk0Mzg3OjU6MQ/model.php?ActorId=" + StringID, "_blank"); }; Live_btn.onRelease = function () { getURL ("http://www.hilostripper.com/Live/connectLive.php?trk=33", "_blank"); }; Poker_btn.onRelease = function () { getURL ("http://www.hilostripper.com/Live/connectLive.php?trk=50", "_blank"); }; Test_btn.onRelease = function () { Testdata_mc._visible = !Testdata_mc._visible; }; var lev3Old = 0; var lev3Cng = false; var mem3Y = levelUp3_mc.level_txt._y; var Licr3 = 2; levelUp3_mc.onEnterFrame = function () { if (lev3Old != LEVEL) { this.levelN_txt.text = LEVEL; lev3Cng = true; if (LEVEL > lev3Old) { Licr3 = 2; } else { Licr3 = -2; this.levelN_txt._y = this.level_txt._y - 30; } } if (lev3Cng) { this.level_txt._y = this.level_txt._y - Licr3; this.levelN_txt._y = this.levelN_txt._y - Licr3; if (Licr3 > 0) { if (this.levelN_txt._y <= mem3Y) { this.level_txt.text = LEVEL; this.level_txt._y = mem3Y; this.levelN_txt._y = this.level_txt._y + 30; lev3Cng = false; lev3Old = LEVEL; } } else if (this.levelN_txt._y >= mem3Y) { this.level_txt.text = LEVEL; this.level_txt._y = mem3Y; this.levelN_txt._y = this.level_txt._y + 30; lev3Cng = false; lev3Old = LEVEL; } } }; MainLogic_mc.onEnterFrame = function () { var _local1 = 0; var _local2 = 0; if ((MygameStep == 8) && (OppgameStep == 3)) { if (situaz > OPP_situaz) { MyBank = MyBank + pot; BankMy_txt.text = MyBank; coinsSound_mc.play(); MyCombBack_mc._visible = true; MyWin = 2; } else { if (situaz < OPP_situaz) { BankOpp = BankOpp + pot; BankOpp_txt.text = BankOpp; bumpSnd_mc.play(); OppCombBack_mc._visible = true; MyWin = 1; } if (situaz == OPP_situaz) { switch (situaz) { case 0 : if (NothHiVal > OPP_NothHiVal) { koef = 1; OppKoef = -1; } if (NothHiVal < OPP_NothHiVal) { koef = -1; OppKoef = 1; } if (NothHiVal == OPP_NothHiVal) { koef = -1; OppKoef = -1; } break; case 1 : if (pairVal > OPP_pairVal) { koef = 1; OppKoef = -1; } if (pairVal < OPP_pairVal) { koef = -1; OppKoef = 1; } if (pairVal == OPP_pairVal) { koef = 1; OppKoef = 1; } break; case 2 : if (pairVal > OPP_pairVal) { koef = 2; OppKoef = -1; } if (pairVal < OPP_pairVal) { koef = -1; OppKoef = 2; } if (pairVal == OPP_pairVal) { koef = 2; OppKoef = 2; } break; case 3 : if (pairVal > twoPairsVal) { _local1 = pairVal; MyLowPair = twoPairsVal; } else { _local1 = twoPairsVal; MyLowPair = pairVal; } if (OPP_pairVal > OPP_twoPairsVal) { _local2 = OPP_pairVal; OppLowPair = OPP_twoPairsVal; } else { _local2 = OPP_twoPairsVal; OppLowPair = OPP_pairVal; } if (_local1 > _local2) { koef = 3; OppKoef = -1; } if (_local1 < _local2) { koef = -1; OppKoef = 3; } if (_local1 == _local2) { if (MyLowPair > OppLowPair) { koef = 3; OppKoef = -1; } if (MyLowPair < OppLowPair) { koef = -1; OppKoef = 3; } if (MyLowPair == OppLowPair) { koef = 3; OppKoef = 3; } } break; case 4 : if (trixVal > OPP_trixVal) { koef = 4; OppKoef = -1; } if (trixVal < OPP_trixVal) { koef = -1; OppKoef = 4; } break; case 5 : if (straitHiVal > OPP_straitHiVal) { koef = 5; OppKoef = -1; } if (straitHiVal < OPP_straitHiVal) { koef = -1; OppKoef = 5; } if (straitHiVal == OPP_straitHiVal) { koef = 5; OppKoef = 5; } break; case 6 : if (FlushHiVal > OPP_FlushHiVal) { koef = 6; OppKoef = -1; } if (FlushHiVal < OPP_FlushHiVal) { koef = 6; OppKoef = -1; } if (FlushHiVal == OPP_FlushHiVal) { koef = 6; OppKoef = 6; } break; case 7 : if (FHTrixVal > OPP_FHTrixVal) { koef = 8; OppKoef = -1; } if (FHTrixVal < OPP_FHTrixVal) { koef = -1; OppKoef = 8; } if (FHTrixVal == OPP_FHTrixVal) { koef = 8; OppKoef = 8; } break; case 8 : if (quatroVal > OPP_quatroVal) { koef = 10; OppKoef = -1; } if (quatroVal < OPP_quatroVal) { koef = -1; OppKoef = 10; } break; case 9 : if (straitHiVal > OPP_straitHiVal) { koef = 20; OppKoef = -1; } if (straitHiVal < OPP_straitHiVal) { koef = -1; OppKoef = 20; } if (straitHiVal == OPP_straitHiVal) { koef = 20; OppKoef = 20; } break; case 10 : if (straitHiVal > OPP_straitHiVal) { koef = 50; OppKoef = -1; } if (straitHiVal < OPP_straitHiVal) { koef = -1; OppKoef = 50; } if (straitHiVal != OPP_straitHiVal) { break; } koef = 50; OppKoef = 50; } if ((koef > 0) && (OppKoef > 0)) { MyBank = MyBank + (pot / 2); BankMy_txt.text = MyBank; BankOpp = BankOpp + (pot / 2); BankOpp_txt.text = BankOpp; MyWin = 0; } else { if (koef > 0) { MyBank = MyBank + pot; BankMy_txt.text = MyBank; coinsSound_mc.play(); MyCombBack_mc._visible = true; MyWin = 2; } if (OppKoef > 0) { BankOpp = BankOpp + pot; BankOpp_txt.text = BankOpp; bumpSnd_mc.play(); OppCombBack_mc._visible = true; MyWin = 1; } } } } pot = 0; Pot_txt.text = pot; if (LEVEL < VictoryLevel) { Next_btn._visible = true; } if (MyWin == 1) { WhoWin = 1; winFlag = true; if (LEVEL == 1) { MorePlay_btn._visible = true; wtLoose++; Next_btn._visible = false; winFlag = true; } if (LEVEL > 1) { wtDwn++; } } if (MyWin == 2) { WhoWin = 2; winFlag = true; if (LEVEL < VictoryLevel) { wtLev++; } } OppgameStep = 10; } }; TimerPok_mc.onEnterFrame = function () { if (this._visible) { if (!winFlag) { cc++; } if (cc >= 25) { cc = 0; Seconds++; time++; if (Seconds >= 60) { Seconds = 0; Minutes++; } TimerPok_mc.TimrPokLiner_mc._xscale = Math.round((time / limit) * 100); if (Seconds < 10) { seconds_prnt = "0" + Seconds; } else { seconds_prnt = "" + Seconds; } this.minute_txt.text = Minutes; this.seconds_txt.text = seconds_prnt; if (time >= limit) { this.timerBlink_mc._visible = true; this.timerBlink_mc.gotoAndPlay(2); winFlag = true; AlarmSound_mc.gotoAndPlay(2); if (StandFlagOpp) { PokerCombMy(); } if (StandFlagMy) { PokerCombOpp(); } } } } };
Instance of Symbol 9 MovieClip [FLVPlayback] "my_flvPb" in Frame 19
//component parameters onClipEvent (construct) { autoPlay = true; autoRewind = true; autoSize = false; bufferTime = 0.1; contentPath = ""; cuePoints = ["t", 0, "n", "start1", "t", 2, "d", 0, "p", 0, "t", 20000, "n", "jump1", "t", 2, "d", 0, "p", 0, "t", 25000, "n", "jumpTo", "t", 2, "d", 0, "p", 0, "t", 55000, "n", "end1", "t", 2, "d", 0, "p", 0]; isLive = false; maintainAspectRatio = true; skin = ""; skinAutoHide = false; totalTime = 0; version_1_0_1 = ""; volume = 100; }
Instance of Symbol 414 MovieClip "aim_mc" in Frame 19
onClipEvent (load) { Mouse.hide(); startDrag (this, true); }
Frame 20
introflag = true; var Step = 0; KiyD_mc._visible = false; YouWant1_mc._visible = false; Direction_mc._visible = false; ToHit_mc._visible = false; BallMove1_mc._visible = false; BallMove1_mc.stop; YouAiming_mc._visible = false; YouAiming_mc.stop; YouHit_mc._visible = false; YouHit_mc.stop; step1_btn._alpha = 40; step2_btn._alpha = 40; step3_btn._alpha = 40; step4_btn._alpha = 40; step5_btn._alpha = 40; step6_btn._alpha = 40; stop(); step1_btn.onRelease = function () { Step = 1; ClickStep_mc._visible = false; ClickStep_mc.stop(); YouWant1_mc._visible = true; Direction_mc._visible = false; ToHit_mc._visible = false; BallMove1_mc._visible = false; BallMove1_mc.stop; YouAiming_mc._visible = false; YouAiming_mc.stop; YouHit_mc._visible = false; YouHit_mc.stop; BallWhite_mc._visible = true; BallRed_mc._visible = true; step1_btn._alpha = 100; step2_btn._alpha = 40; step3_btn._alpha = 40; step4_btn._alpha = 40; step5_btn._alpha = 40; step6_btn._alpha = 40; }; step2_btn.onRelease = function () { Step = 2; ClickStep_mc._visible = false; ClickStep_mc.stop(); YouWant1_mc._visible = false; Direction_mc._visible = true; ToHit_mc._visible = false; BallMove1_mc._visible = false; BallMove1_mc.stop; YouAiming_mc._visible = false; YouAiming_mc.stop; YouHit_mc._visible = false; YouHit_mc.stop; BallWhite_mc._visible = true; BallRed_mc._visible = true; step1_btn._alpha = 40; step2_btn._alpha = 100; step3_btn._alpha = 40; step4_btn._alpha = 40; step5_btn._alpha = 40; step6_btn._alpha = 40; }; step3_btn.onRelease = function () { Step = 3; ClickStep_mc._visible = false; ClickStep_mc.stop(); YouWant1_mc._visible = false; Direction_mc._visible = false; ToHit_mc._visible = true; BallMove1_mc._visible = false; BallMove1_mc.stop; YouAiming_mc._visible = false; YouAiming_mc.stop; YouHit_mc._visible = false; YouHit_mc.stop; BallWhite_mc._visible = true; BallRed_mc._visible = true; step1_btn._alpha = 40; step2_btn._alpha = 40; step3_btn._alpha = 100; step4_btn._alpha = 40; step5_btn._alpha = 40; step6_btn._alpha = 40; }; step4_btn.onRelease = function () { Step = 5; ClickStep_mc._visible = false; ClickStep_mc.stop(); YouWant1_mc._visible = false; Direction_mc._visible = false; ToHit_mc._visible = false; BallMove1_mc._visible = false; BallMove1_mc.stop; YouAiming_mc._visible = true; YouAiming_mc.gotoAndPlay(1); YouHit_mc._visible = false; YouHit_mc.stop; BallWhite_mc._visible = true; BallRed_mc._visible = true; step1_btn._alpha = 40; step2_btn._alpha = 40; step3_btn._alpha = 40; step4_btn._alpha = 40; step5_btn._alpha = 100; step6_btn._alpha = 40; }; step5_btn.onRelease = function () { Step = 6; ClickStep_mc._visible = false; ClickStep_mc.stop(); YouWant1_mc._visible = false; Direction_mc._visible = false; ToHit_mc._visible = false; BallMove1_mc._visible = false; BallMove1_mc.stop; YouAiming_mc._visible = false; YouAiming_mc.stop; YouHit_mc._visible = true; YouHit_mc.gotoAndPlay(1); BallWhite_mc._visible = false; BallRed_mc._visible = false; step1_btn._alpha = 40; step2_btn._alpha = 40; step3_btn._alpha = 40; step4_btn._alpha = 40; step5_btn._alpha = 40; step6_btn._alpha = 100; }; BackToGame_btn.onRelease = function () { gotoAndPlay ("introPlay"); };
Symbol 5 MovieClip [VideoPlayer] Frame 1
#initclip 12 Object.registerClass("VideoPlayer", mx.video.VideoPlayer); #endinitclip
Symbol 9 MovieClip [FLVPlayback] Frame 1
#initclip 13 Object.registerClass("FLVPlayback", mx.video.FLVPlayback); #endinitclip stop();
Symbol 1 MovieClip [__Packages.mx.video.FLVPlayback] Frame 0
class mx.video.FLVPlayback extends MovieClip { var _autoPlay, _autoRewind, _autoSize, _bufferTime, _contentPath, _cuePoints, _idleTimeout, _isLive, _aspectRatio, _seekToPrevOffset, _playheadUpdateInterval, _progressInterval, _totalTime, _transform, _volume, _skinAutoHide, _bufferingBarHides, _origHeight, _prevHeight, __height, _height, _origWidth, _prevWidth, __width, _width, _scaleX, _scaleY, _xscale, _yscale, _preSeekTime, _firstStreamReady, _firstStreamShown, _activeVP, _visibleVP, _topVP, _vp, _vpState, _cpMgr, boundingBox_mc, preview_mc, dispatchEvent, _uiMgr, _bufferingBar, _backButton, __get__cuePoints, _forwardButton, _muteButton, _pauseButton, _playButton, _playPauseButton, _seekBar, _seekBarInterval, _seekBarScrubTolerance, _skin, _stopButton, _visible, _volumeBar, _volumeBarInterval, _volumeBarScrubTolerance, _x, _y, attachMovie, createEmptyMovieClip; function FLVPlayback () { super(); mx.events.EventDispatcher.initialize(this); if (_autoPlay == undefined) { _autoPlay = true; } if (_autoRewind == undefined) { _autoRewind = true; } if (_autoSize == undefined) { _autoSize = false; } if (_bufferTime == undefined) { _bufferTime = 0.1; } if (_contentPath == undefined) { _contentPath = ""; } if (_cuePoints == undefined) { _cuePoints = null; } if (_idleTimeout == undefined) { _idleTimeout = mx.video.VideoPlayer.DEFAULT_IDLE_TIMEOUT_INTERVAL; } if (_isLive == undefined) { _isLive = false; } if (_aspectRatio == undefined) { _aspectRatio = true; } if (_seekToPrevOffset == undefined) { _seekToPrevOffset = SEEK_TO_PREV_OFFSET_DEFAULT; } if (_playheadUpdateInterval == undefined) { _playheadUpdateInterval = mx.video.VideoPlayer.DEFAULT_UPDATE_PROGRESS_INTERVAL; } if (_progressInterval == undefined) { _progressInterval = mx.video.VideoPlayer.DEFAULT_UPDATE_TIME_INTERVAL; } if (_totalTime == undefined) { _totalTime = 0; } if (_transform == undefined) { _transform = null; } if (_volume == undefined) { _volume = 100; } if (_skinAutoHide == undefined) { _skinAutoHide = false; } if (_bufferingBarHides == undefined) { _bufferingBarHides = false; } _origHeight = (_prevHeight = (__height = _height)); _origWidth = (_prevWidth = (__width = _width)); _scaleX = 100; _scaleY = 100; _xscale = 100; _yscale = 100; _preSeekTime = -1; _firstStreamReady = false; _firstStreamShown = false; createUIManager(); _activeVP = 0; _visibleVP = 0; _topVP = 0; _vp = new Array(); _vpState = new Array(); _cpMgr = new Array(); createVideoPlayer(0); _vp[0].visible = false; _vp[0].volume = 0; boundingBox_mc._visible = false; boundingBox_mc.unloadMovie(); delete boundingBox_mc; if (_global.isLivePreview) { createLivePreviewMovieClip(); setSize(__width, __height); } _cpMgr[0].processCuePointsProperty(_cuePoints); delete _cuePoints; _cuePoints = null; } function setSize(w, h) { if (_global.isLivePreview) { if (preview_mc == undefined) { createLivePreviewMovieClip(); } preview_mc.box_mc._width = w; preview_mc.box_mc._height = h; if ((preview_mc.box_mc._width < preview_mc.icon_mc._width) || (preview_mc.box_mc._height < preview_mc.icon_mc._height)) { preview_mc.icon_mc._visible = false; } else { preview_mc.icon_mc._visible = true; preview_mc.icon_mc._x = (preview_mc.box_mc._width - preview_mc.icon_mc._width) / 2; preview_mc.icon_mc._y = (preview_mc.box_mc._height - preview_mc.icon_mc._height) / 2; } } if ((w == width) && (h == height)) { return(undefined); } _prevWidth = (__width = w); _prevHeight = (__height = h); var _local3 = 0; while (_local3 < _vp.length) { if (_vp[_local3] != undefined) { _vp[_local3].setSize(w, h); } _local3++; } dispatchEvent({type:"resize", x:x, y:y, width:w, height:h}); } function setScale(xs, ys) { if ((xs == scaleX) && (ys == scaleY)) { return(undefined); } _scaleX = xs; _scaleY = ys; var _local2 = 0; while (_local2 < _vp.length) { if (_vp[_local2] != undefined) { _vp[_local2].setSize((_origWidth * xs) / 100, (_origHeight * ys) / 100); } _local2++; } dispatchEvent({type:"resize", x:x, y:y, width:width, height:height}); } function handleEvent(e) { var _local3 = e.state; if (((e.state != undefined) && (e.target._name == _visibleVP)) && (scrubbing)) { _local3 = SEEKING; } if (e.type == "metadataReceived") { _cpMgr[e.target._name].processFLVCuePoints(e.info.cuePoints); dispatchEvent({type:e.type, info:e.info, vp:e.target._name}); } else if (e.type == "cuePoint") { if (_cpMgr[e.target._name].isFLVCuePointEnabled(e.info)) { dispatchEvent({type:e.type, info:e.info, vp:e.target._name}); } } else if (e.type == "rewind") { dispatchEvent({type:e.type, auto:true, state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); _cpMgr[e.target._name].resetASCuePointIndex(e.playheadTime); } else if (e.type == "resize") { dispatchEvent({type:e.type, x:x, y:y, width:width, height:height, auto:true, vp:e.target._name}); _prevWidth = __width; _prevHeight = __height; } else if (e.type == "playheadUpdate") { dispatchEvent({type:e.type, state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); if ((_preSeekTime >= 0) && (e.target.state != SEEKING)) { var _local5 = _preSeekTime; _preSeekTime = -1; _cpMgr[e.target._name].resetASCuePointIndex(e.playheadTime); dispatchEvent({type:"seek", state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); if (_local5 < e.playheadTime) { dispatchEvent({type:"fastForward", state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); } else if (_local5 > e.playheadTime) { dispatchEvent({type:"rewind", auto:false, state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); } } _cpMgr[e.target._name].dispatchASCuePoints(); } else if (e.type == "stateChange") { var _local4 = e.target._name; if ((_local4 == _visibleVP) && (scrubbing)) { return(undefined); } if (e.state == mx.video.VideoPlayer.RESIZING) { return(undefined); } if (((_vpState[_local4].prevState == LOADING) && (_vpState[_local4].autoPlay)) && (e.state == STOPPED)) { return(undefined); } _vpState[_local4].prevState = e.state; dispatchEvent({type:e.type, state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); if (_vp[e.target._name].state != _local3) { return(undefined); } switch (_local3) { case BUFFERING : dispatchEvent({type:"buffering", state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); break; case PAUSED : dispatchEvent({type:"paused", state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); break; case PLAYING : dispatchEvent({type:"playing", state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); break; case STOPPED : dispatchEvent({type:"stopped", state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); } } else if (e.type == "progress") { dispatchEvent({type:e.type, bytesLoaded:e.bytesLoaded, bytesTotal:e.bytesTotal, vp:e.target._name}); } else if (e.type == "ready") { var _local4 = e.target._name; if (!_firstStreamReady) { if (_local4 == _visibleVP) { _firstStreamReady = true; if (_uiMgr.__get__skinReady() && (!_firstStreamShown)) { _uiMgr.__set__visible(true); showFirstStream(); } } } else if ((_firstStreamShown && (_local3 == STOPPED)) && _vpState[_local4].autoPlay) { _vp[_local4].play(); } dispatchEvent({type:e.type, state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); } else if ((e.type == "close") || (e.type == "complete")) { dispatchEvent({type:e.type, state:_local3, playheadTime:e.playheadTime, vp:e.target._name}); } } function load(contentPath, totalTime, isLive) { if (_vp[_activeVP] == undefined) { return(undefined); } if (((contentPath == undefined) || (contentPath == null)) || (contentPath == "")) { return(undefined); } autoPlay = (false); if (totalTime != undefined) { this.totalTime = (totalTime); } if (isLive != undefined) { this.isLive = (isLive); } this.contentPath = (contentPath); } function play(contentPath, totalTime, isLive) { if (_vp[_activeVP] == undefined) { return(undefined); } if (contentPath == undefined) { _vp[_activeVP].play(); } else { autoPlay = (true); if (totalTime != undefined) { this.totalTime = (totalTime); } if (isLive != undefined) { this.isLive = (isLive); } this.contentPath = (contentPath); } } function pause() { if (_vp[_activeVP] == undefined) { return(undefined); } _vp[_activeVP].pause(); } function stop() { if (_vp[_activeVP] == undefined) { return(undefined); } _vp[_activeVP].stop(); } function seek(time) { if (_vp[_activeVP] == undefined) { return(undefined); } _preSeekTime = playheadTime; _vp[_activeVP].seek(time); } function seekSeconds(time) { seek(time); } function seekPercent(percent) { if (_vp[_activeVP] == undefined) { return(undefined); } if (((((percent < 0) || (percent > 100)) || (_vp[_activeVP].totalTime == undefined)) || (_vp[_activeVP].totalTime == null)) || (_vp[_activeVP].totalTime <= 0)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_SEEK); } seek((_vp[_activeVP].totalTime * percent) / 100); } function get playheadPercentage() { if (((_vp[_activeVP].totalTime == undefined) || (_vp[_activeVP].totalTime == null)) || (_vp[_activeVP].totalTime <= 0)) { return(undefined); } return((_vp[_activeVP].playheadTime / _vp[_activeVP].totalTime) * 100); } function set playheadPercentage(percent) { seekPercent(percent); //return(playheadPercentage); } function seekToNavCuePoint(timeNameOrCuePoint) { var _local3; switch (typeof(timeNameOrCuePoint)) { case "string" : _local3 = {name:timeNameOrCuePoint}; break; case "number" : _local3 = {time:timeNameOrCuePoint}; break; case "object" : _local3 = timeNameOrCuePoint; } if (((_local3.name == null) || (_local3.name == undefined)) || (typeof(_local3.name) != "string")) { seekToNextNavCuePoint(_local3.time); return(undefined); } if (isNaN(_local3.time)) { _local3.time = 0; } var _local2 = findNearestCuePoint(timeNameOrCuePoint, NAVIGATION); while ((_local2 != null) && ((_local2.time < _local3.time) || (!isFLVCuePointEnabled(_local2)))) { _local2 = findNextCuePointWithName(_local2); } if (_local2 == null) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_SEEK); } seek(_local2.time); } function seekToNextNavCuePoint(time) { if (_vp[_activeVP] == undefined) { return(undefined); } if (isNaN(time) || (time < 0)) { time = _vp[_activeVP].playheadTime + 0.001; } var _local3; _local3 = findNearestCuePoint(time, NAVIGATION); if (_local3 == null) { seek(_vp[_activeVP].totalTime); return(undefined); } var _local2 = _local3.index; if (_local3.time < time) { _local2++; } while ((_local2 < _local3.array.length) && (!isFLVCuePointEnabled(_local3.array[_local2]))) { _local2++; } if (_local2 >= _local3.array.length) { var _local5 = _vp[_activeVP].totalTime; if (_local3.array[_local3.array.length - 1].time > _local5) { _local5 = _local3.array[_local3.array.length - 1]; } seek(_local5); } else { seek(_local3.array[_local2].time); } } function seekToPrevNavCuePoint(time) { if (_vp[_activeVP] == undefined) { return(undefined); } if (isNaN(time) || (time < 0)) { time = _vp[_activeVP].playheadTime; } var _local3 = findNearestCuePoint(time, NAVIGATION); if (_local3 == null) { seek(0); return(undefined); } var _local2 = _local3.index; while ((_local2 >= 0) && ((!isFLVCuePointEnabled(_local3.array[_local2])) || (_local3.array[_local2].time >= (time - _seekToPrevOffset)))) { _local2--; } if (_local2 < 0) { seek(0); } else { seek(_local3.array[_local2].time); } } function addASCuePoint(timeOrCuePoint, name, parameters) { return(_cpMgr[_activeVP].addASCuePoint(timeOrCuePoint, name, parameters)); } function removeASCuePoint(timeNameOrCuePoint) { return(_cpMgr[_activeVP].removeASCuePoint(timeNameOrCuePoint)); } function findCuePoint(timeNameOrCuePoint, type) { switch (type) { case "event" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].eventCuePoints, false, timeNameOrCuePoint)); case "navigation" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].navCuePoints, false, timeNameOrCuePoint)); case "flv" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].flvCuePoints, false, timeNameOrCuePoint)); case "actionscript" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].asCuePoints, false, timeNameOrCuePoint)); case "all" : } return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].allCuePoints, false, timeNameOrCuePoint)); } function findNearestCuePoint(timeNameOrCuePoint, type) { switch (type) { case "event" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].eventCuePoints, true, timeNameOrCuePoint)); case "navigation" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].navCuePoints, true, timeNameOrCuePoint)); case "flv" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].flvCuePoints, true, timeNameOrCuePoint)); case "actionscript" : return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].asCuePoints, true, timeNameOrCuePoint)); case "all" : } return(_cpMgr[_activeVP].getCuePoint(_cpMgr[_activeVP].allCuePoints, true, timeNameOrCuePoint)); } function findNextCuePointWithName(cuePoint) { return(_cpMgr[_activeVP].getNextCuePointWithName(cuePoint)); } function setFLVCuePointEnabled(enabled, timeNameOrCuePoint) { return(_cpMgr[_activeVP].setFLVCuePointEnabled(enabled, timeNameOrCuePoint)); } function isFLVCuePointEnabled(timeNameOrCuePoint) { return(_cpMgr[_activeVP].isFLVCuePointEnabled(timeNameOrCuePoint)); } function getNextHighestDepth() { var _local2 = super.getNextHighestDepth(); return(((_local2 < 1000) ? 1000 : (_local2))); } function bringVideoPlayerToFront(index) { if ((index == _topVP) || (_vp[index] == undefined)) { return(undefined); } _vp[_topVP].swapDepths(_vp[index].getDepth()); _topVP = index; } function getVideoPlayer(index) { return(_vp[index]); } function closeVideoPlayer(index) { if (_vp[index] == undefined) { return(undefined); } if (index == 0) { throw new mx.video.VideoError(mx.video.VideoError.DELETE_DEFAULT_PLAYER); } if (_visibleVP == index) { visibleVideoPlayerIndex = (0); } if (_activeVP == index) { activeVideoPlayerIndex = (0); } _vp[index].close(); _vp[index].unloadMovie(); delete _vp[index]; _vp[index] = undefined; } function get activeVideoPlayerIndex() { return(_activeVP); } function set activeVideoPlayerIndex(i) { if (_activeVP == i) { return; } if (_vp[_activeVP].onEnterFrame != undefined) { doContentPathConnect(); } _activeVP = i; if (_vp[_activeVP] == undefined) { createVideoPlayer(_activeVP); _vp[_activeVP].visible = false; _vp[_activeVP].volume = 0; } //return(activeVideoPlayerIndex); } function get autoPlay() { if (_vpState[_activeVP] == undefined) { return(_autoPlay); } return(_vpState[_activeVP].autoPlay); } function set autoPlay(flag) { if ((_activeVP == 0) || (_activeVP == undefined)) { _autoPlay = flag; } _vpState[_activeVP].autoPlay = flag; //return(autoPlay); } function get autoRewind() { if (_vp[_activeVP] == undefined) { return(_autoRewind); } return(_vp[_activeVP].autoRewind); } function set autoRewind(flag) { if ((_activeVP == 0) || (_activeVP == undefined)) { _autoRewind = flag; } _vp[_activeVP].autoRewind = flag; //return(autoRewind); } function get autoSize() { if (_vp[_activeVP] == undefined) { return(_autoSize); } return(_vp[_activeVP].autoSize); } function set autoSize(flag) { if ((_activeVP == 0) || (_activeVP == undefined)) { _autoSize = flag; } _vp[_activeVP].autoSize = flag; //return(autoSize); } function get bitrate() { return(ncMgr.getBitrate()); } function set bitrate(b) { ncMgr.setBitrate(b); //return(bitrate); } function get buffering() { if (_vp[_activeVP] == undefined) { return(false); } return(_vp[_activeVP].state == BUFFERING); } function get bufferingBar() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _bufferingBar = _uiMgr.getControl(mx.video.UIManager.BUFFERING_BAR); } return(_bufferingBar); } function set bufferingBar(s) { _bufferingBar = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.BUFFERING_BAR, s); } //return(bufferingBar); } function get bufferingBarHidesAndDisablesOthers() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _bufferingBarHides = _uiMgr.bufferingBarHidesAndDisablesOthers; } return(_bufferingBarHides); } function set bufferingBarHidesAndDisablesOthers(b) { _bufferingBarHides = b; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__bufferingBarHidesAndDisablesOthers(b); } //return(bufferingBarHidesAndDisablesOthers); } function get backButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _backButton = _uiMgr.getControl(mx.video.UIManager.BACK_BUTTON); } return(_backButton); } function set backButton(s) { _backButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.BACK_BUTTON, s); } //return(backButton); } function get bufferTime() { if (_vp[_activeVP] == undefined) { return(_bufferTime); } return(_vp[_activeVP].bufferTime); } function set bufferTime(aTime) { if ((_activeVP == 0) || (_activeVP == undefined)) { _bufferTime = aTime; } _vp[_activeVP].bufferTime = aTime; //return(bufferTime); } function get bytesLoaded() { return(_vp[_activeVP].bytesLoaded); } function get bytesTotal() { return(_vp[_activeVP].bytesTotal); } function get contentPath() { if ((_vp[_activeVP] == undefined) || (_vp[_activeVP].onEnterFrame != undefined)) { return(_contentPath); } return(_vp[_activeVP].url); } function set contentPath(url) { if (_global.isLivePreview) { return; } if (_vp[_activeVP] == undefined) { if (url == _contentPath) { return; } _contentPath = url; } else { if (_vp[_activeVP].url == url) { return; } _vpState[_activeVP].minProgressPercent = undefined; if (_vp[_activeVP].onEnterFrame != undefined) { delete _vp[_activeVP].onEnterFrame; _vp[_activeVP].onEnterFrame = undefined; } _cpMgr[_activeVP].reset(); if (_vpState[_activeVP].autoPlay && (_firstStreamShown)) { _vp[_activeVP].play(url, _vpState[_activeVP].isLive, _vpState[_activeVP].totalTime); } else { _vp[_activeVP].load(url, _vpState[_activeVP].isLive, _vpState[_activeVP].totalTime); } _vpState[_activeVP].isLiveSet = false; _vpState[_activeVP].totalTimeSet = false; } //return(contentPath); } function set cuePoints(cp) { if (_cuePoints != undefined) { return; } _cuePoints = cp; //return(__get__cuePoints()); } function get forwardButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _forwardButton = _uiMgr.getControl(mx.video.UIManager.FORWARD_BUTTON); } return(_forwardButton); } function set forwardButton(s) { _forwardButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.FORWARD_BUTTON, s); } //return(forwardButton); } function get height() { if (_global.isLivePreview) { return(__height); } if (_vp[_visibleVP] != undefined) { __height = _vp[_visibleVP].height; } return(__height); } function set height(h) { setSize(width, h); //return(height); } function get idleTimeout() { if (_vp[_activeVP] == undefined) { return(_idleTimeout); } return(_vp[_activeVP].idleTimeout); } function set idleTimeout(aTime) { if ((_activeVP == 0) || (_activeVP == undefined)) { _idleTimeout = aTime; } _vp[_activeVP].idleTimeout = aTime; //return(idleTimeout); } function get isRTMP() { if (_global.isLivePreview) { return(true); } if (_vp[_activeVP] == undefined) { return(undefined); } return(_vp[_activeVP].isRTMP); } function get isLive() { if (_vp[_activeVP] == undefined) { return(_isLive); } if (_vpState[_activeVP].isLiveSet) { return(_vpState[_activeVP].isLive); } return(_vp[_activeVP].isLive); } function set isLive(flag) { if ((_activeVP == 0) || (_activeVP == undefined)) { _isLive = flag; } _vpState[_activeVP].isLive = flag; _vpState[_activeVP].isLiveSet = true; //return(isLive); } function get maintainAspectRatio() { if (_vp[_activeVP] == undefined) { return(_aspectRatio); } return(_vp[_activeVP].maintainAspectRatio); } function set maintainAspectRatio(flag) { if ((_activeVP == 0) || (_activeVP == undefined)) { _aspectRatio = flag; } _vp[_activeVP].maintainAspectRatio = flag; //return(maintainAspectRatio); } function get metadata() { if (_vp[_activeVP] == undefined) { return(null); } return(_vp[_activeVP].metadata); } function get metadataLoaded() { if (_vp[_activeVP] == undefined) { return(false); } return(_cpMgr[_activeVP].metadataLoaded); } function get muteButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _muteButton = _uiMgr.getControl(mx.video.UIManager.MUTE_BUTTON); } return(_muteButton); } function set muteButton(s) { _muteButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.MUTE_BUTTON, s); } //return(muteButton); } function get ncMgr() { if (_vp[_activeVP] == undefined) { return(null); } return(_vp[_activeVP].ncMgr); } function get pauseButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _pauseButton = _uiMgr.getControl(mx.video.UIManager.PAUSE_BUTTON); } return(_pauseButton); } function set pauseButton(s) { _pauseButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.PAUSE_BUTTON, s); } //return(pauseButton); } function get paused() { if (_vp[_activeVP] == undefined) { return(false); } return(_vp[_activeVP].state == PAUSED); } function get playButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _playButton = _uiMgr.getControl(mx.video.UIManager.PLAY_BUTTON); } return(_playButton); } function set playButton(s) { _playButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.PLAY_BUTTON, s); } //return(playButton); } function get playheadTime() { if (_vp[_activeVP] == undefined) { return(0); } return(_vp[_activeVP].playheadTime); } function set playheadTime(position) { seek(position); //return(playheadTime); } function get playheadUpdateInterval() { if (_vp[_activeVP] == undefined) { return(_playheadUpdateInterval); } return(_vp[_activeVP].playheadUpdateInterval); } function set playheadUpdateInterval(aTime) { if ((_activeVP == 0) || (_activeVP == undefined)) { _playheadUpdateInterval = aTime; } _cpMgr[_activeVP].playheadUpdateInterval = aTime; _vp[_activeVP].playheadUpdateInterval = aTime; //return(playheadUpdateInterval); } function get playing() { if (_vp[_activeVP] == undefined) { return(false); } return(_vp[_activeVP].state == PLAYING); } function get playPauseButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _playPauseButton = _uiMgr.getControl(mx.video.UIManager.PLAY_PAUSE_BUTTON); } return(_playPauseButton); } function set playPauseButton(s) { _playPauseButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.PLAY_PAUSE_BUTTON, s); } //return(playPauseButton); } function get preferredHeight() { if (_vp[_activeVP] == undefined) { return(0); } return(_vp[_activeVP].videoHeight); } function get preferredWidth() { if (_vp[_activeVP] == undefined) { return(0); } return(_vp[_activeVP].videoWidth); } function get progressInterval() { if (_vp[_activeVP] == undefined) { return(_progressInterval); } return(_vp[_activeVP].progressInterval); } function set progressInterval(aTime) { if ((_activeVP == 0) || (_activeVP == undefined)) { _progressInterval = aTime; } _vp[_activeVP].progressInterval = aTime; //return(progressInterval); } function get scaleX() { if (_vp[_visibleVP] != undefined) { _scaleX = (_vp[_visibleVP].width / _origWidth) * 100; } return(_scaleX); } function set scaleX(xs) { setScale(xs, scaleY); //return(scaleX); } function get scaleY() { if (_vp[_visibleVP] != undefined) { _scaleY = (_vp[_visibleVP].height / _origHeight) * 100; } return(_scaleY); } function set scaleY(ys) { setScale(scaleX, ys); //return(scaleY); } function get scrubbing() { var _local2 = seekBar; if ((_local2 == undefined) || (_local2.isDragging == undefined)) { return(false); } return(_local2.isDragging); } function get seekBar() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _seekBar = _uiMgr.getControl(mx.video.UIManager.SEEK_BAR); } return(_seekBar); } function set seekBar(s) { _seekBar = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.SEEK_BAR, s); } //return(seekBar); } function get seekBarInterval() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _seekBarInterval = _uiMgr.seekBarInterval; } return(_seekBarInterval); } function set seekBarInterval(s) { _seekBarInterval = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__seekBarInterval(_seekBarInterval); } //return(seekBarInterval); } function get seekBarScrubTolerance() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _seekBarScrubTolerance = _uiMgr.seekBarScrubTolerance; } return(_seekBarScrubTolerance); } function set seekBarScrubTolerance(s) { _seekBarScrubTolerance = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__seekBarScrubTolerance(_seekBarScrubTolerance); } //return(seekBarScrubTolerance); } function get seekToPrevOffset() { return(_seekToPrevOffset); } function set seekToPrevOffset(s) { _seekToPrevOffset = s; //return(seekToPrevOffset); } function get skin() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _skin = _uiMgr.skin; } return(_skin); } function set skin(s) { _skin = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__skin(s); } //return(skin); } function get skinAutoHide() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _skinAutoHide = _uiMgr.skinAutoHide; } return(_skinAutoHide); } function set skinAutoHide(b) { if (_global.isLivePreview) { return; } _skinAutoHide = b; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__skinAutoHide(b); } //return(skinAutoHide); } function get transform() { return(_transform); } function set transform(s) { _transform = s; if (_vp[_activeVP] != undefined) { _vp[_activeVP].transform = _transform; } //return(transform); } function get state() { if (_global.isLivePreview) { return(STOPPED); } if (_vp[_activeVP] == undefined) { return(DISCONNECTED); } if ((_activeVP == _visibleVP) && (scrubbing)) { return(SEEKING); } var _local3 = _vp[_activeVP].state; if (_local3 == mx.video.VideoPlayer.RESIZING) { return(LOADING); } if (((_vpState[_activeVP].prevState == LOADING) && (_vpState[_activeVP].autoPlay)) && (_local3 == STOPPED)) { return(LOADING); } return(_local3); } function get stateResponsive() { if (_vp[_activeVP] == undefined) { return(false); } return(_vp[_activeVP].stateResponsive); } function get stopButton() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _stopButton = _uiMgr.getControl(mx.video.UIManager.STOP_BUTTON); } return(_stopButton); } function set stopButton(s) { _stopButton = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.STOP_BUTTON, s); } //return(stopButton); } function get stopped() { if (_vp[_activeVP] == undefined) { return(false); } return(_vp[_activeVP].state == STOPPED); } function get totalTime() { if (_global.isLivePreview) { return(1); } if (_vp[_activeVP] == undefined) { return(_totalTime); } if (_vpState[_activeVP].totalTimeSet) { return(_vpState[_activeVP].totalTime); } return(_vp[_activeVP].totalTime); } function set totalTime(aTime) { if ((_activeVP == 0) || (_activeVP == undefined)) { _totalTime = aTime; } _vpState[_activeVP].totalTime = aTime; _vpState[_activeVP].totalTimeSet = true; //return(totalTime); } function get version_1_0_1() { return(""); } function set version_1_0_1(v) { //return(version_1_0_1); } function get visible() { return(_visible); } function set visible(v) { _visible = v; //return(visible); } function get visibleVideoPlayerIndex() { return(_visibleVP); } function set visibleVideoPlayerIndex(i) { if (_visibleVP == i) { return; } var _local2 = _visibleVP; if (_vp[i] == undefined) { createVideoPlayer(i); } var _local5 = (_vp[i].height != _vp[_visibleVP].height) || (_vp[i].width != _vp[_visibleVP].width); _vp[_visibleVP].visible = false; _vp[_visibleVP].volume = 0; _visibleVP = i; if (_firstStreamShown) { _uiMgr.setupSkinAutoHide(_local2); _vp[_visibleVP].visible = true; if (!scrubbing) { _vp[_visibleVP].volume = _volume; } } else if ((_vp[_visibleVP].stateResponsive && (_vp[_visibleVP].state != DISCONNECTED)) && (_uiMgr.__get__skinReady())) { _uiMgr.__set__visible(true); _uiMgr.setupSkinAutoHide(_local2); _firstStreamReady = true; showFirstStream(); } if ((_vp[_local2].height != _vp[_visibleVP].height) || (_vp[_local2].width != _vp[_visibleVP].width)) { dispatchEvent({type:"resize", x:x, y:y, width:width, height:height, auto:false, vp:_visibleVP}); } _uiMgr.handleEvent({type:"stateChange", state:_vp[_visibleVP].state, vp:_visibleVP}); _uiMgr.handleEvent({type:"playheadUpdate", playheadTime:_vp[_visibleVP].playheadTime, vp:_visibleVP}); if (_vp[_visibleVP].isRTMP) { _uiMgr.handleEvent({type:"ready", vp:_visibleVP}); } else { _uiMgr.handleEvent({type:"progress", bytesLoaded:_vp[_visibleVP].bytesLoaded, bytesTotal:_vp[_visibleVP].bytesTotal, vp:_visibleVP}); } //return(visibleVideoPlayerIndex); } function get volume() { return(_volume); } function set volume(aVol) { if (_volume == aVol) { return; } _volume = aVol; if (!scrubbing) { _vp[_visibleVP].volume = _volume; } dispatchEvent({type:"volumeUpdate", volume:aVol}); //return(volume); } function get volumeBar() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _volumeBar = _uiMgr.getControl(mx.video.UIManager.VOLUME_BAR); } return(_volumeBar); } function set volumeBar(s) { _volumeBar = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.setControl(mx.video.UIManager.VOLUME_BAR, s); } //return(volumeBar); } function get volumeBarInterval() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _volumeBarInterval = _uiMgr.volumeBarInterval; } return(_volumeBarInterval); } function set volumeBarInterval(s) { _volumeBarInterval = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__volumeBarInterval(_volumeBarInterval); } //return(volumeBarInterval); } function get volumeBarScrubTolerance() { if ((_uiMgr != null) && (_uiMgr != undefined)) { _volumeBarScrubTolerance = _uiMgr.volumeBarScrubTolerance; } return(_volumeBarScrubTolerance); } function set volumeBarScrubTolerance(s) { _volumeBarScrubTolerance = s; if ((_uiMgr != null) && (_uiMgr != undefined)) { _uiMgr.__set__volumeBarScrubTolerance(_volumeBarScrubTolerance); } //return(volumeBarScrubTolerance); } function get width() { if (_global.isLivePreview) { return(__width); } if (_vp[_visibleVP] != undefined) { __width = _vp[_visibleVP].width; } return(__width); } function set width(w) { setSize(w, height); //return(width); } function get x() { return(_x); } function set x(xpos) { _x = xpos; //return(x); } function get y() { return(_y); } function set y(ypos) { _y = ypos; //return(y); } function createVideoPlayer(index) { if (_global.isLivePreview) { return(undefined); } var _local4 = width; var _local5 = height; _vp[index] = mx.video.VideoPlayer(attachMovie("VideoPlayer", String(index), VP_DEPTH_OFFSET + index)); _vp[index].setSize(_local4, _local5); _topVP = index; _vp[index].autoRewind = _autoRewind; _vp[index].autoSize = _autoSize; _vp[index].bufferTime = _bufferTime; _vp[index].idleTimeout = _idleTimeout; _vp[index].maintainAspectRatio = _aspectRatio; _vp[index].playheadUpdateInterval = _playheadUpdateInterval; _vp[index].progressInterval = _progressInterval; _vp[index].transform = _transform; _vp[index].volume = _volume; if (index == 0) { _vpState[index] = {id:index, isLive:_isLive, isLiveSet:true, totalTime:_totalTime, totalTimeSet:true, autoPlay:_autoPlay}; if (((_contentPath != null) && (_contentPath != undefined)) && (_contentPath != "")) { _vp[index].onEnterFrame = mx.utils.Delegate.create(this, doContentPathConnect); } } else { _vpState[index] = {id:index, isLive:false, isLiveSet:true, totalTime:0, totalTimeSet:true, autoPlay:false}; } _vp[index].addEventListener("resize", this); _vp[index].addEventListener("close", this); _vp[index].addEventListener("complete", this); _vp[index].addEventListener("cuePoint", this); _vp[index].addEventListener("playheadUpdate", this); _vp[index].addEventListener("progress", this); _vp[index].addEventListener("metadataReceived", this); _vp[index].addEventListener("stateChange", this); _vp[index].addEventListener("ready", this); _vp[index].addEventListener("rewind", this); _cpMgr[index] = new mx.video.CuePointManager(this, index); _cpMgr[index].playheadUpdateInterval = _playheadUpdateInterval; } function createUIManager() { _uiMgr = new mx.video.UIManager(this); _uiMgr.__set__visible(false); if ((_backButton != undefined) && (_backButton != null)) { _uiMgr.setControl(mx.video.UIManager.BACK_BUTTON, _backButton); } if ((_bufferingBar != undefined) && (_bufferingBar != null)) { _uiMgr.setControl(mx.video.UIManager.BUFFERING_BAR, _bufferingBar); } _uiMgr.__set__bufferingBarHidesAndDisablesOthers(_bufferingBarHides); if ((_forwardButton != undefined) && (_forwardButton != null)) { _uiMgr.setControl(mx.video.UIManager.FORWARD_BUTTON, _forwardButton); } if ((_pauseButton != undefined) && (_pauseButton != null)) { _uiMgr.setControl(mx.video.UIManager.PAUSE_BUTTON, _pauseButton); } if ((_playButton != undefined) && (_playButton != null)) { _uiMgr.setControl(mx.video.UIManager.PLAY_BUTTON, _playButton); } if ((_playPauseButton != undefined) && (_playPauseButton != null)) { _uiMgr.setControl(mx.video.UIManager.PLAY_PAUSE_BUTTON, _playPauseButton); } if ((_stopButton != undefined) && (_stopButton != null)) { _uiMgr.setControl(mx.video.UIManager.STOP_BUTTON, _stopButton); } if ((_seekBar != undefined) && (_seekBar != null)) { _uiMgr.setControl(mx.video.UIManager.SEEK_BAR, _seekBar); } if ((_seekBarInterval != undefined) && (_seekBarInterval != null)) { _uiMgr.__set__seekBarInterval(_seekBarInterval); } if ((_seekBarScrubTolerance != undefined) && (_seekBarScrubTolerance != null)) { _uiMgr.__set__seekBarScrubTolerance(_seekBarScrubTolerance); } if ((_skin != undefined) && (_skin != null)) { _uiMgr.__set__skin(_skin); } if ((_skinAutoHide != undefined) && (_skinAutoHide != null)) { _uiMgr.__set__skinAutoHide(_skinAutoHide); } if ((_muteButton != undefined) && (_muteButton != null)) { _uiMgr.setControl(mx.video.UIManager.MUTE_BUTTON, _muteButton); } if ((_volumeBar != undefined) && (_volumeBar != null)) { _uiMgr.setControl(mx.video.UIManager.VOLUME_BAR, _volumeBar); } if ((_volumeBarInterval != undefined) && (_volumeBarInterval != null)) { _uiMgr.__set__volumeBarInterval(_volumeBarInterval); } if ((_volumeBarScrubTolerance != undefined) && (_volumeBarScrubTolerance != null)) { _uiMgr.__set__volumeBarScrubTolerance(_volumeBarScrubTolerance); } } function createLivePreviewMovieClip() { preview_mc = createEmptyMovieClip("preview_mc", 10); preview_mc.createEmptyMovieClip("box_mc", 10); preview_mc.box_mc.beginFill(0); preview_mc.box_mc.moveTo(0, 0); preview_mc.box_mc.lineTo(0, 100); preview_mc.box_mc.lineTo(100, 100); preview_mc.box_mc.lineTo(100, 0); preview_mc.box_mc.lineTo(0, 0); preview_mc.box_mc.endFill(); preview_mc.attachMovie("Icon", "icon_mc", 20); } function doContentPathConnect() { delete _vp[0].onEnterFrame; _vp[0].onEnterFrame = undefined; if (_global.isLivePreview) { return(undefined); } if (_vpState[0].autoPlay && (_firstStreamShown)) { _vp[0].play(_contentPath, _isLive, _totalTime); } else { _vp[0].load(_contentPath, _isLive, _totalTime); } _vpState[0].isLiveSet = false; _vpState[0].totalTimeSet = false; } function showFirstStream() { _firstStreamShown = true; _vp[_visibleVP].visible = true; if (!scrubbing) { _vp[_visibleVP].volume = _volume; } var _local2 = 0; while (_local2 < _vp.length) { if (((_vp[_local2] != undefined) && (_vp[_local2].state == STOPPED)) && (_vpState[_local2].autoPlay)) { _vp[_local2].play(); } _local2++; } } function _scrubStart() { var _local2 = playheadTime; _vp[_visibleVP].volume = 0; dispatchEvent({type:"stateChange", state:SEEKING, playheadTime:_local2, vp:_visibleVP}); dispatchEvent({type:"scrubStart", state:SEEKING, playheadTime:_local2}); } function _scrubFinish() { var _local3 = playheadTime; var _local2 = state; _vp[_visibleVP].volume = _volume; if (_local2 != SEEKING) { dispatchEvent({type:"stateChange", state:_local2, playheadTime:_local3, vp:_visibleVP}); } dispatchEvent({type:"scrubFinish", state:_local2, playheadTime:_local3}); } function skinError(message) { if (_firstStreamReady && (!_firstStreamShown)) { showFirstStream(); } dispatchEvent({type:"skinError", message:message}); } function skinLoaded() { if (_firstStreamReady) { _uiMgr.__set__visible(true); if (!_firstStreamShown) { showFirstStream(); } } else if (((_contentPath == undefined) || (_contentPath == null)) || (_contentPath == "")) { _uiMgr.__set__visible(true); } dispatchEvent({type:"skinLoaded"}); } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; static var DISCONNECTED = "disconnected"; static var STOPPED = "stopped"; static var PLAYING = "playing"; static var PAUSED = "paused"; static var BUFFERING = "buffering"; static var LOADING = "loading"; static var CONNECTION_ERROR = "connectionError"; static var REWINDING = "rewinding"; static var SEEKING = "seeking"; static var ALL = "all"; static var EVENT = "event"; static var NAVIGATION = "navigation"; static var FLV = "flv"; static var ACTIONSCRIPT = "actionscript"; static var VP_DEPTH_OFFSET = 100; static var SEEK_TO_PREV_OFFSET_DEFAULT = 1; }
Symbol 14 MovieClip [__Packages.mx.video.UIManager] Frame 0
class mx.video.UIManager { var _vc, _skin, _skinAutoHide, _skinReady, __visible, _bufferingBarHides, _controlsEnabled, _lastScrubPos, _lastVolumePos, cachedSoundLevel, _isMuted, controls, customClips, skin_mc, skinLoader, layout_mc, border_mc, _seekBarIntervalID, _seekBarInterval, _seekBarScrubTolerance, _volumeBarIntervalID, _volumeBarInterval, _volumeBarScrubTolerance, _bufferingDelayIntervalID, _bufferingDelayInterval, _bufferingOn, _skinAutoHideIntervalID, _progressPercent, placeholderLeft, placeholderRight, placeholderTop, placeholderBottom, videoLeft, videoRight, videoTop, videoBottom, _playAfterScrub; function UIManager (vc) { _vc = vc; _skin = undefined; _skinAutoHide = false; _skinReady = true; __visible = true; _bufferingBarHides = false; _controlsEnabled = true; _lastScrubPos = 0; _lastVolumePos = 0; cachedSoundLevel = _vc.volume; _isMuted = false; controls = new Array(); customClips = undefined; skin_mc = undefined; skinLoader = undefined; layout_mc = undefined; border_mc = undefined; _seekBarIntervalID = 0; _seekBarInterval = SEEK_BAR_INTERVAL_DEFAULT; _seekBarScrubTolerance = SEEK_BAR_SCRUB_TOLERANCE_DEFAULT; _volumeBarIntervalID = 0; _volumeBarInterval = VOLUME_BAR_INTERVAL_DEFAULT; _volumeBarScrubTolerance = VOLUME_BAR_SCRUB_TOLERANCE_DEFAULT; _bufferingDelayIntervalID = 0; _bufferingDelayInterval = BUFFERING_DELAY_INTERVAL_DEFAULT; _bufferingOn = false; _skinAutoHideIntervalID = 0; _vc.addEventListener("metadataReceived", this); _vc.addEventListener("playheadUpdate", this); _vc.addEventListener("progress", this); _vc.addEventListener("stateChange", this); _vc.addEventListener("ready", this); _vc.addEventListener("resize", this); _vc.addEventListener("volumeUpdate", this); } function handleEvent(e) { if ((e.vp != undefined) && (e.vp != _vc.__get__visibleVideoPlayerIndex())) { return(undefined); } var _local9 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); if (e.type == "stateChange") { if (e.state == mx.video.FLVPlayback.BUFFERING) { if (!_bufferingOn) { clearInterval(_bufferingDelayIntervalID); _bufferingDelayIntervalID = setInterval(this, "doBufferingDelay", _bufferingDelayInterval); } } else { clearInterval(_bufferingDelayIntervalID); _bufferingDelayIntervalID = 0; _bufferingOn = false; } if (e.state == mx.video.FLVPlayback.LOADING) { _progressPercent = (_vc.getVideoPlayer(e.vp).__get__isRTMP() ? 100 : 0); var _local2 = SEEK_BAR; while (_local2 <= VOLUME_BAR) { var _local4 = controls[_local2]; if (_local4.progress_mc != undefined) { positionBar(_local4, "progress", _progressPercent); } _local2++; } } var _local2 = 0; while (_local2 < NUM_CONTROLS) { if (controls[_local2] == undefined) { } else { setEnabledAndVisibleForState(_local2, e.state); if (_local2 < NUM_BUTTONS) { skinButtonControl(controls[_local2]); } } _local2++; } } else if ((e.type == "ready") || (e.type == "metadataReceived")) { var _local2 = 0; while (_local2 < NUM_CONTROLS) { if (controls[_local2] == undefined) { } else { setEnabledAndVisibleForState(_local2, _vc.__get__state()); if (_local2 < NUM_BUTTONS) { skinButtonControl(controls[_local2]); } } _local2++; } if (_vc.getVideoPlayer(e.vp).__get__isRTMP()) { _progressPercent = 100; _local2 = SEEK_BAR; while (_local2 <= VOLUME_BAR) { var _local4 = controls[_local2]; if (_local4.progress_mc != undefined) { positionBar(_local4, "progress", _progressPercent); } _local2++; } } } else if (e.type == "resize") { layoutSkin(); setupSkinAutoHide(); } else if (e.type == "volumeUpdate") { if (_isMuted && (e.volume > 0)) { _isMuted = false; setEnabledAndVisibleForState(MUTE_OFF_BUTTON, mx.video.FLVPlayback.PLAYING); skinButtonControl(controls[MUTE_OFF_BUTTON]); setEnabledAndVisibleForState(MUTE_ON_BUTTON, mx.video.FLVPlayback.PLAYING); skinButtonControl(controls[MUTE_ON_BUTTON]); } var _local5 = controls[VOLUME_BAR]; _local5.percentage = (_isMuted ? (cachedSoundLevel) : (e.volume)); if (_local5.percentage < 0) { _local5.percentage = 0; } else if (_local5.percentage > 100) { _local5.percentage = 100; } positionHandle(VOLUME_BAR); } else if ((e.type == "playheadUpdate") && (controls[SEEK_BAR] != undefined)) { if ((!_vc.__get__isLive()) && (_vc.__get__totalTime() > 0)) { var _local6 = (e.playheadTime / _vc.__get__totalTime()) * 100; if (_local6 < 0) { _local6 = 0; } else if (_local6 > 100) { _local6 = 100; } var _local10 = controls[SEEK_BAR]; _local10.percentage = _local6; positionHandle(SEEK_BAR); } } else if (e.type == "progress") { _progressPercent = ((e.bytesTotal <= 0) ? 100 : ((e.bytesLoaded / e.bytesTotal) * 100)); var _local7 = _vc._vpState[e.vp].minProgressPercent; if ((!isNaN(_local7)) && (_local7 > _progressPercent)) { _progressPercent = _local7; } if (_vc.__get__totalTime() > 0) { var _local8 = (_vc.__get__playheadTime() / _vc.__get__totalTime()) * 100; if (_local8 > _progressPercent) { _progressPercent = _local8; _vc._vpState[e.vp].minProgressPercent = _progressPercent; } } var _local2 = SEEK_BAR; while (_local2 <= VOLUME_BAR) { var _local4 = controls[_local2]; if (_local4.progress_mc != undefined) { positionBar(_local4, "progress", _progressPercent); } _local2++; } } _vc.__set__activeVideoPlayerIndex(_local9); } function get bufferingBarHidesAndDisablesOthers() { return(_bufferingBarHides); } function set bufferingBarHidesAndDisablesOthers(b) { _bufferingBarHides = b; //return(bufferingBarHidesAndDisablesOthers); } function get controlsEnabled() { return(_controlsEnabled); } function set controlsEnabled(flag) { if (_controlsEnabled == flag) { return; } _controlsEnabled = flag; var _local2 = 0; while (_local2 < NUM_BUTTONS) { if (controls[_local2] == undefined) { } else { controls[_local2].releaseCapture(); controls[_local2].enabled = _controlsEnabled && (controls[_local2].myEnabled); skinButtonControl(controls[_local2]); } _local2++; } //return(controlsEnabled); } function get skin() { return(_skin); } function set skin(s) { if (s == _skin) { return; } if (_skin != undefined) { removeSkin(); } _skin = s; _skinReady = ((_skin == undefined) || (_skin == null)) || (_skin == ""); if (!_skinReady) { downloadSkin(); } //return(skin); } function get skinAutoHide() { return(_skinAutoHide); } function set skinAutoHide(b) { if (b == _skinAutoHide) { return; } _skinAutoHide = b; setupSkinAutoHide(); //return(skinAutoHide); } function get skinReady() { return(_skinReady); } function get seekBarInterval() { return(_seekBarInterval); } function set seekBarInterval(s) { if (_seekBarInterval == s) { return; } _seekBarInterval = s; if (_seekBarIntervalID > 0) { clearInterval(_seekBarIntervalID); _seekBarIntervalID = setInterval(this, "seekBarListener", _seekBarInterval, false); } //return(seekBarInterval); } function get volumeBarInterval() { return(_volumeBarInterval); } function set volumeBarInterval(s) { if (_volumeBarInterval == s) { return; } _volumeBarInterval = s; if (_volumeBarIntervalID > 0) { clearInterval(_volumeBarIntervalID); _volumeBarIntervalID = setInterval(this, "volumeBarListener", _volumeBarInterval, false); } //return(volumeBarInterval); } function get bufferingDelayInterval() { return(_bufferingDelayInterval); } function set bufferingDelayInterval(s) { if (_bufferingDelayInterval == s) { return; } _bufferingDelayInterval = s; if (_bufferingDelayIntervalID > 0) { clearInterval(_bufferingDelayIntervalID); _bufferingDelayIntervalID = setInterval(this, "doBufferingDelay", _bufferingDelayIntervalID); } //return(bufferingDelayInterval); } function get volumeBarScrubTolerance() { return(_volumeBarScrubTolerance); } function set volumeBarScrubTolerance(s) { _volumeBarScrubTolerance = s; //return(volumeBarScrubTolerance); } function get seekBarScrubTolerance() { return(_seekBarScrubTolerance); } function set seekBarScrubTolerance(s) { _seekBarScrubTolerance = s; //return(seekBarScrubTolerance); } function get visible() { return(__visible); } function set visible(v) { if (__visible == v) { return; } __visible = v; if (!__visible) { skin_mc._visible = false; } else { setupSkinAutoHide(); } //return(visible); } function getControl(index) { return(controls[index]); } function setControl(index, s) { if (s == null) { s = undefined; } if (s == controls[index]) { return(undefined); } switch (index) { case PAUSE_BUTTON : case PLAY_BUTTON : resetPlayPause(); break; case PLAY_PAUSE_BUTTON : if (s._parent != layout_mc) { resetPlayPause(); setControl(PAUSE_BUTTON, s.pause_mc); setControl(PLAY_BUTTON, s.play_mc); } break; case MUTE_BUTTON : if (s._parent == layout_mc) { break; } setControl(MUTE_ON_BUTTON, s.on_mc); setControl(MUTE_OFF_BUTTON, s.off_mc); } if (index >= NUM_BUTTONS) { controls[index] = s; switch (index) { case SEEK_BAR : addBarControl(SEEK_BAR); break; case VOLUME_BAR : addBarControl(VOLUME_BAR); controls[VOLUME_BAR].percentage = _vc.volume; break; case BUFFERING_BAR : controls[BUFFERING_BAR].uiMgr = this; controls[BUFFERING_BAR].controlIndex = BUFFERING_BAR; if (controls[BUFFERING_BAR]._parent == skin_mc) { finishAddBufferingBar(); } else { controls[BUFFERING_BAR].onEnterFrame = function () { this.uiMgr.finishAddBufferingBar(); }; } } setEnabledAndVisibleForState(index, _vc.__get__state()); } else { removeButtonControl(index); controls[index] = s; addButtonControl(index); } } function resetPlayPause() { if (controls[PLAY_PAUSE_BUTTON] == undefined) { return(undefined); } var _local2 = PAUSE_BUTTON; while (_local2 <= PLAY_BUTTON) { removeButtonControl(_local2); _local2++; } controls[PLAY_PAUSE_BUTTON] = undefined; } function addButtonControl(index) { var _local3 = controls[index]; if (_local3 == undefined) { return(undefined); } var _local5 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); _local3.id = index; _local3.state = UP_STATE; _local3.uiMgr = this; setEnabledAndVisibleForState(index, _vc.__get__state()); _local3.onRollOver = function () { this.state = mx.video.UIManager.OVER_STATE; this.uiMgr.skinButtonControl(this); }; _local3.onRollOut = function () { this.state = mx.video.UIManager.UP_STATE; this.uiMgr.skinButtonControl(this); }; if ((index == SEEK_BAR_HANDLE) || (index == VOLUME_BAR_HANDLE)) { _local3.onPress = function () { if (_root.focusManager) { this._focusrect = false; Selection.setFocus(this); } this.state = mx.video.UIManager.DOWN_STATE; this.uiMgr.dispatchMessage(this); this.uiMgr.skinButtonControl(this); }; _local3.onRelease = function () { this.state = mx.video.UIManager.OVER_STATE; this.uiMgr.handleRelease(this.controlIndex); this.uiMgr.skinButtonControl(this); }; _local3.onReleaseOutside = function () { this.state = mx.video.UIManager.UP_STATE; this.uiMgr.handleRelease(this.controlIndex); this.uiMgr.skinButtonControl(this); }; } else { _local3.onPress = function () { if (_root.focusManager) { this._focusrect = false; Selection.setFocus(this); } this.state = mx.video.UIManager.DOWN_STATE; this.uiMgr.skinButtonControl(this); }; _local3.onRelease = function () { this.state = mx.video.UIManager.OVER_STATE; this.uiMgr.dispatchMessage(this); this.uiMgr.skinButtonControl(this); }; _local3.onReleaseOutside = function () { this.state = mx.video.UIManager.UP_STATE; this.uiMgr.skinButtonControl(this); }; } if (_local3._parent == skin_mc) { skinButtonControl(_local3); } else { _local3.onEnterFrame = function () { this.uiMgr.skinButtonControl(this); }; } _vc.__set__activeVideoPlayerIndex(_local5); } function removeButtonControl(index) { if (controls[index] == undefined) { return(undefined); } controls[index].uiMgr = undefined; controls[index].onRollOver = undefined; controls[index].onRollOut = undefined; controls[index].onPress = undefined; controls[index].onRelease = undefined; controls[index].onReleaseOutside = undefined; controls[index] = undefined; } function downloadSkin() { if (skinLoader == undefined) { skinLoader = new MovieClipLoader(); skinLoader.addListener(this); } if (skin_mc == undefined) { skin_mc = _vc.createEmptyMovieClip("skin_mc", _vc.getNextHighestDepth()); } skin_mc._visible = false; skin_mc._x = Stage.width + 100; skin_mc._y = Stage.height + 100; skinLoader.loadClip(_skin, skin_mc); } function onLoadError(target_mc, errorCode) { _skinReady = true; _vc.skinError("Unable to load skin swf"); } function onLoadInit() { try { skin_mc._visible = false; skin_mc._x = 0; skin_mc._y = 0; layout_mc = skin_mc.layout_mc; if (layout_mc == undefined) { throw new Error("No layout_mc"); } layout_mc._visible = false; customClips = new Array(); setCustomClips("bg"); if (layout_mc.playpause_mc != undefined) { setSkin(PLAY_PAUSE_BUTTON, layout_mc.playpause_mc); } else { setSkin(PAUSE_BUTTON, layout_mc.pause_mc); setSkin(PLAY_BUTTON, layout_mc.play_mc); } setSkin(STOP_BUTTON, layout_mc.stop_mc); setSkin(BACK_BUTTON, layout_mc.back_mc); setSkin(FORWARD_BUTTON, layout_mc.forward_mc); setSkin(MUTE_BUTTON, layout_mc.volumeMute_mc); setSkin(SEEK_BAR, layout_mc.seekBar_mc); setSkin(VOLUME_BAR, layout_mc.volumeBar_mc); setSkin(BUFFERING_BAR, layout_mc.bufferingBar_mc); setCustomClips("fg"); layoutSkin(); setupSkinAutoHide(); skin_mc._visible = __visible; _skinReady = true; _vc.skinLoaded(); var _local4 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); var _local3 = _vc.__get__state(); var _local2 = 0; while (_local2 < NUM_CONTROLS) { if (controls[_local2] == undefined) { } else { setEnabledAndVisibleForState(_local2, _local3); if (_local2 < NUM_BUTTONS) { skinButtonControl(controls[_local2]); } } _local2++; } _vc.__set__activeVideoPlayerIndex(_local4); } catch(err:Error) { _vc.skinError(err.message); removeSkin(); } } function layoutSkin() { if (layout_mc == undefined) { return(undefined); } var _local3 = layout_mc.video_mc; if (_local3 == undefined) { throw new Error("No layout_mc.video_mc"); } placeholderLeft = _local3._x; placeholderRight = _local3._x + _local3._width; placeholderTop = _local3._y; placeholderBottom = _local3._y + _local3._height; videoLeft = 0; videoRight = _vc.width; videoTop = 0; videoBottom = _vc.height; if (((!isNaN(layout_mc.minWidth)) && (layout_mc.minWidth > 0)) && (layout_mc.minWidth > videoRight)) { videoLeft = videoLeft - ((layout_mc.minWidth - videoRight) / 2); videoRight = layout_mc.minWidth + videoLeft; } if (((!isNaN(layout_mc.minHeight)) && (layout_mc.minHeight > 0)) && (layout_mc.minHeight > videoBottom)) { videoTop = videoTop - ((layout_mc.minHeight - videoBottom) / 2); videoBottom = layout_mc.minHeight + videoTop; } var _local2; _local2 = 0; while (_local2 < customClips.length) { layoutControl(customClips[_local2]); _local2++; } _local2 = 0; while (_local2 < NUM_CONTROLS) { layoutControl(controls[_local2]); _local2++; } } function layoutControl(ctrl) { if (ctrl == undefined) { return(undefined); } if (ctrl.skin.anchorRight) { if (ctrl.skin.anchorLeft) { ctrl._x = (ctrl.skin._x - placeholderLeft) + videoLeft; ctrl._width = (((ctrl.skin._x + ctrl.skin._width) - placeholderRight) + videoRight) - ctrl._x; if (ctrl.origWidth != undefined) { ctrl.origWidth = undefined; } } else { ctrl._x = (ctrl.skin._x - placeholderRight) + videoRight; } } else { ctrl._x = (ctrl.skin._x - placeholderLeft) + videoLeft; } if (ctrl.skin.anchorTop) { if (ctrl.skin.anchorBottom) { ctrl._y = (ctrl.skin._y - placeholderTop) + videoTop; ctrl._height = (((ctrl.skin._y + ctrl.skin._height) - placeholderBottom) + videoBottom) - ctrl._y; if (ctrl.origHeight != undefined) { ctrl.origHeight = undefined; } } else { ctrl._y = (ctrl.skin._y - placeholderTop) + videoTop; } } else { ctrl._y = (ctrl.skin._y - placeholderBottom) + videoBottom; } switch (ctrl.controlIndex) { case SEEK_BAR : case VOLUME_BAR : if (ctrl.progress_mc != undefined) { if (_progressPercent == undefined) { _progressPercent = (_vc.__get__isRTMP() ? 100 : 0); } positionBar(ctrl, "progress", _progressPercent); } positionHandle(ctrl.controlIndex); break; case BUFFERING_BAR : if (ctrl.fill_mc == undefined) { break; } positionMaskedFill(ctrl, ctrl.fill_mc, 100); } if (ctrl.layoutSelf != undefined) { ctrl.layoutSelf(); } } function removeSkin() { if (skin_mc != undefined) { var _local2 = 0; while (_local2 < NUM_BUTTONS) { removeButtonControl(_local2); _local2++; } _local2 = NUM_BUTTONS; while (_local2 < NUM_CONTROLS) { controls[_local2] = undefined; _local2++; } skin_mc.unloadMovie(); layout_mc = undefined; border_mc = undefined; } } function setCustomClips(prefix) { var _local4 = 1; while (true) { var _local2 = layout_mc[(prefix + (_local4++)) + "_mc"]; if (_local2 == undefined) { break; } var _local3 = _local2.mc; if (_local3 == undefined) { _local3 = _local2._parent._parent[_local2._name]; } if (_local3 == undefined) { throw new Error("Bad clip in skin: " + _local2); } _local3.skin = _local2; customClips.push(_local3); if ((prefix == "bg") && (_local4 == 2)) { border_mc = _local3; } } } function setSkin(index, s) { if (s == undefined) { return(undefined); } var _local2 = s.mc; if (_local2 == undefined) { _local2 = s._parent._parent[s._name]; } if (_local2 == undefined) { throw new Error("Bad clip in skin: " + s); } _local2.skin = s; if (index < NUM_BUTTONS) { setupSkinStates(_local2); } else { switch (index) { case PLAY_PAUSE_BUTTON : setupSkinStates(_local2.play_mc); setupSkinStates(_local2.pause_mc); break; case MUTE_BUTTON : setupSkinStates(_local2.on_mc); setupSkinStates(_local2.off_mc); break; case SEEK_BAR : case VOLUME_BAR : var _local4 = ((index == SEEK_BAR) ? "seekBar" : "volumeBar"); if (_local2.handle_mc == undefined) { _local2.handle_mc = _local2.skin.seekBarHandle_mc; if (_local2.handle_mc == undefined) { _local2.handle_mc = _local2.skin._parent._parent[_local4 + "Handle_mc"]; } } if (_local2.progress_mc == undefined) { _local2.progress_mc = _local2.skin.progress_mc; if (_local2.progress_mc == undefined) { _local2.progress_mc = _local2.skin._parent._parent[_local4 + "Progress_mc"]; } } if (_local2.fullness_mc == undefined) { _local2.fullness_mc = _local2.skin.fullness_mc; if (_local2.fullness_mc == undefined) { _local2.fullness_mc = _local2.skin._parent._parent[_local4 + "Fullness_mc"]; } } break; case BUFFERING_BAR : if (_local2.fill_mc != undefined) { break; } _local2.fill_mc = _local2.skin.fill_mc; if (_local2.fill_mc != undefined) { break; } _local2.fill_mc = _local2.skin._parent._parent.bufferingBarFill_mc; } } setControl(index, _local2); } function setupSkinStates(ctrl) { if (ctrl.up_mc == undefined) { ctrl.up_mc = ctrl; ctrl.over_mc = ctrl; ctrl.down_mc = ctrl; ctrl.disabled_mc = ctrl; } else { ctrl._x = 0; ctrl._y = 0; ctrl.up_mc._x = 0; ctrl.up_mc._y = 0; ctrl.up_mc._visible = true; if (ctrl.over_mc == undefined) { ctrl.over_mc = ctrl.up_mc; } else { ctrl.over_mc._x = 0; ctrl.over_mc._y = 0; ctrl.over_mc._visible = false; } if (ctrl.down_mc == undefined) { ctrl.down_mc = ctrl.up_mc; } else { ctrl.down_mc._x = 0; ctrl.down_mc._y = 0; ctrl.down_mc._visible = false; } if (ctrl.disabled_mc == undefined) { ctrl.disabled_mc_mc = ctrl.up_mc; } else { ctrl.disabled_mc._x = 0; ctrl.disabled_mc._y = 0; ctrl.disabled_mc._visible = false; } } } function skinButtonControl(ctrl) { if (ctrl.onEnterFrame != undefined) { delete ctrl.onEnterFrame; ctrl.onEnterFrame = undefined; } if (ctrl.enabled) { switch (ctrl.state) { case UP_STATE : if (ctrl.up_mc == undefined) { ctrl.up_mc = ctrl.attachMovie(ctrl.upLinkageID, "up_mc", ctrl.getNextHighestDepth()); } applySkinState(ctrl, ctrl.up_mc); break; case OVER_STATE : if (ctrl.over_mc == undefined) { if (ctrl.overLinkageID == undefined) { ctrl.over_mc = ctrl.up_mc; } else { ctrl.over_mc = ctrl.attachMovie(ctrl.overLinkageID, "over_mc", ctrl.getNextHighestDepth()); } } applySkinState(ctrl, ctrl.over_mc); break; case DOWN_STATE : if (ctrl.down_mc == undefined) { if (ctrl.downLinkageID == undefined) { ctrl.down_mc = ctrl.up_mc; } else { ctrl.down_mc = ctrl.attachMovie(ctrl.downLinkageID, "down_mc", ctrl.getNextHighestDepth()); } } applySkinState(ctrl, ctrl.down_mc); } } else { ctrl.state = UP_STATE; if (ctrl.disabled_mc == undefined) { if (ctrl.disabledLinkageID == undefined) { ctrl.disabled_mc = ctrl.up_mc; } else { ctrl.disabled_mc = ctrl.attachMovie(ctrl.disabledLinkageID, "disabled_mc", ctrl.getNextHighestDepth()); } } applySkinState(ctrl, ctrl.disabled_mc); } if (ctrl.placeholder_mc != undefined) { ctrl.placeholder_mc.unloadMovie(); delete ctrl.placeholder_mc; ctrl.placeholder_mc = undefined; } } function applySkinState(ctrl, state) { if (state != ctrl.currentState_mc) { if (state != undefined) { state._visible = true; } if (ctrl.currentState_mc != undefined) { ctrl.currentState_mc._visible = false; } ctrl.currentState_mc = state; } } function addBarControl(controlIndex) { var _local2 = controls[controlIndex]; _local2.isDragging = false; _local2.percentage = 0; _local2.uiMgr = this; _local2.controlIndex = controlIndex; if (_local2._parent == skin_mc) { finishAddBarControl(controlIndex); } else { _local2.onEnterFrame = function () { this.uiMgr.finishAddBarControl(this.controlIndex); }; } } function finishAddBarControl(controlIndex) { var _local2 = controls[controlIndex]; delete _local2.onEnterFrame; _local2.onEnterFrame = undefined; if (_local2.addBarControl != undefined) { _local2.addBarControl(); } calcBarMargins(_local2, "handle", true); calcBarMargins(_local2, "progress", false); calcBarMargins(_local2.progress_mc, "fill", false); calcBarMargins(_local2.progress_mc, "mask", false); calcBarMargins(_local2, "fullness", false); calcBarMargins(_local2.fullness_mc, "fill", false); calcBarMargins(_local2.fullness_mc, "mask", false); _local2.origWidth = _local2._width; _local2.origHeight = _local2._height; fixUpBar(_local2, "progress"); if (_local2.progress_mc != undefined) { fixUpBar(_local2, "progressBarFill"); if (_progressPercent == undefined) { _progressPercent = (_vc.__get__isRTMP() ? 100 : 0); } positionBar(_local2, "progress", _progressPercent); } fixUpBar(_local2, "fullness"); if (_local2.fullness_mc != undefined) { fixUpBar(_local2, "fullnessBarFill"); } fixUpBar(_local2, "handle"); _local2.handle_mc.controlIndex = controlIndex; switch (controlIndex) { case SEEK_BAR : setControl(SEEK_BAR_HANDLE, _local2.handle_mc); break; case VOLUME_BAR : setControl(VOLUME_BAR_HANDLE, _local2.handle_mc); } positionHandle(controlIndex); } function fixUpBar(ctrl, type) { if ((ctrl[type + "LinkageID"] != undefined) && (ctrl[type + "LinkageID"].length > 0)) { var _local1; if (ctrl[type + "Below"]) { _local1 = -1; while (ctrl._parent.getInstanceAtDepth(_local1) != undefined) { _local1--; } } else { ctrl[type + "Below"] = false; _local1 = ctrl._parent.getNextHighestDepth(); } var _local5 = ((ctrl.controlIndex == SEEK_BAR) ? "seekBar" : "volumeBar"); var _local4 = ((_local5 + type.substring(0, 1).toUpperCase()) + type.substring(1)) + "_mc"; ctrl[type + "_mc"] = ctrl._parent.attachMovie(ctrl[type + "LinkageID"], _local4, _local1); } } function calcBarMargins(ctrl, type, symmetricMargins) { var _local2 = ctrl[type + "_mc"]; if (_local2 == undefined) { return(undefined); } if ((ctrl[type + "LeftMargin"] == undefined) && (_local2._parent == ctrl._parent)) { ctrl[type + "LeftMargin"] = _local2._x - ctrl._x; } if (ctrl[type + "RightMargin"] == undefined) { if (symmetricMargins) { ctrl[type + "RightMargin"] = ctrl[type + "LeftMargin"]; } else if (_local2._parent == ctrl._parent) { ctrl[type + "RightMargin"] = ((ctrl._width - _local2._width) - _local2._x) + ctrl._x; } } if ((ctrl[type + "TopMargin"] == undefined) && (_local2._parent == ctrl._parent)) { ctrl[type + "TopMargin"] = _local2._y - ctrl._y; } if (ctrl[type + "BottomMargin"] == undefined) { if (symmetricMargins) { ctrl[type + "BottomMargin"] = ctrl[type + "TopMargin"]; } else if (_local2._parent == ctrl._parent) { ctrl[type + "BottomMargin"] = ((ctrl._height - _local2._height) - _local2._y) + ctrl._y; } } if (ctrl[type + "X"] == undefined) { if (_local2._parent == ctrl._parent) { ctrl[type + "X"] = _local2._x - ctrl._x; } else if (_local2._parent == ctrl) { ctrl[type + "X"] = _local2._x; } } if (ctrl[type + "Y"] == undefined) { if (_local2._parent == ctrl._parent) { ctrl[type + "Y"] = _local2._y - ctrl._y; } else if (_local2._parent == ctrl) { ctrl[type + "Y"] = _local2._y; } } ctrl[type + "XScale"] = _local2._xscale; ctrl[type + "YScale"] = _local2._yscale; ctrl[type + "Width"] = _local2._width; ctrl[type + "Height"] = _local2._height; } function finishAddBufferingBar() { var _local2 = controls[BUFFERING_BAR]; delete _local2.onEnterFrame; _local2.onEnterFrame = undefined; calcBarMargins(_local2, "fill", true); fixUpBar(_local2, "fill"); if (_local2.fill_mc != undefined) { positionMaskedFill(_local2, _local2.fill_mc, 100); } } function positionMaskedFill(ctrl, fill, percent) { var _local5 = fill._parent; var _local3 = ctrl.mask_mc; if (_local3 == undefined) { _local3 = _local5.createEmptyMovieClip(ctrl._name + "Mask_mc", _local5.getNextHighestDepth()); ctrl.mask_mc = _local3; _local3.beginFill(16777215); _local3.lineTo(0, 0); _local3.lineTo(1, 0); _local3.lineTo(1, 1); _local3.lineTo(0, 1); _local3.lineTo(0, 0); _local3.endFill(); fill.setMask(_local3); _local3._x = ctrl.fillX; _local3._y = ctrl.fillY; _local3._width = ctrl.fillWidth; _local3._height = ctrl.fillHeight; _local3._visible = false; calcBarMargins(ctrl, "mask", true); } if (_local5 == ctrl) { if (fill.slideReveal) { fill._x = (ctrl.maskX - ctrl.fillWidth) + ((ctrl.fillWidth * percent) / 100); } else { _local3._width = (ctrl.fillWidth * percent) / 100; } } else if (_local5 == ctrl._parent) { if (fill.slideReveal) { _local3._x = ctrl._x + ctrl.maskLeftMargin; _local3._y = ctrl._y + ctrl.maskTopMargin; _local3._width = (ctrl._width - ctrl.maskRightMargin) - ctrl.maskLeftMargin; _local3._height = (ctrl._height - ctrl.maskTopMargin) - ctrl.maskBottomMargin; fill._x = (_local3._x - ctrl.fillWidth) + ((ctrl.maskWidth * percent) / 100); fill._y = ctrl._y + ctrl.fillTopMargin; } else { fill._x = ctrl._x + ctrl.fillLeftMargin; fill._y = ctrl._y + ctrl.fillTopMargin; _local3._x = fill._x; _local3._y = fill._y; _local3._width = (((ctrl._width - ctrl.fillRightMargin) - ctrl.fillLeftMargin) * percent) / 100; _local3._height = (ctrl._height - ctrl.fillTopMargin) - ctrl.fillBottomMargin; } } } function startHandleDrag(controlIndex) { var _local2 = controls[controlIndex]; var _local5 = _local2.handle_mc; if ((_local2.startHandleDrag == undefined) || (!_local2.startHandleDrag())) { var _local3 = _local2._y + _local2.handleY; var _local4 = ((_local2.origWidth == undefined) ? (_local2._width) : (_local2.origWidth)); _local5.startDrag(false, _local2._x + _local2.handleLeftMargin, _local3, (_local2._x + _local4) - _local2.handleRightMargin, _local3); } _local2.isDragging = true; } function stopHandleDrag(controlIndex) { var _local2 = controls[controlIndex]; var _local3 = _local2.handle_mc; if ((_local2.stopHandleDrag == undefined) || (!_local2.stopHandleDrag())) { _local3.stopDrag(); } _local2.isDragging = false; } function positionHandle(controlIndex) { var _local2 = controls[controlIndex]; var _local3 = _local2.handle_mc; if (_local3 == undefined) { return(undefined); } if ((_local2.positionHandle != undefined) && (_local2.positionHandle())) { return(undefined); } var _local4 = ((_local2.origWidth == undefined) ? (_local2._width) : (_local2.origWidth)); var _local5 = (_local4 - _local2.handleRightMargin) - _local2.handleLeftMargin; _local3._x = (_local2._x + _local2.handleLeftMargin) + ((_local5 * _local2.percentage) / 100); _local3._y = _local2._y + _local2.handleY; if (_local2.fullness_mc != undefined) { positionBar(_local2, "fullness", _local2.percentage); } } function positionBar(ctrl, type, percent) { if ((ctrl.positionBar != undefined) && (ctrl.positionBar(type, percent))) { return(undefined); } var _local2 = ctrl[type + "_mc"]; if (_local2._parent == ctrl) { if (_local2.fill_mc == undefined) { _local2._xscale = (ctrl[type + "XScale"] * percent) / 100; } else { positionMaskedFill(_local2, _local2.fill_mc, percent); } } else { _local2._x = ctrl._x + ctrl[type + "LeftMargin"]; _local2._y = ctrl._y + ctrl[type + "Y"]; if (_local2.fill_mc == undefined) { _local2._width = (((ctrl._width - ctrl[type + "LeftMargin"]) - ctrl[type + "RightMargin"]) * percent) / 100; } else { positionMaskedFill(_local2, _local2.fill_mc, percent); } } } function calcPercentageFromHandle(controlIndex) { var _local2 = controls[controlIndex]; var _local5 = _local2.handle_mc; if ((_local2.calcPercentageFromHandle == undefined) || (!_local2.calcPercentageFromHandle())) { var _local3 = ((_local2.origWidth == undefined) ? (_local2._width) : (_local2.origWidth)); var _local6 = (_local3 - _local2.handleRightMargin) - _local2.handleLeftMargin; var _local4 = _local5._x - (_local2._x + _local2.handleLeftMargin); _local2.percentage = (_local4 / _local6) * 100; if (_local2.fullness_mc != undefined) { positionBar(_local2, "fullness", _local2.percentage); } } if (_local2.percentage < 0) { _local2.percentage = 0; } if (_local2.percentage > 100) { _local2.percentage = 100; } } function handleRelease(controlIndex) { var _local3 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); if (controlIndex == SEEK_BAR) { seekBarListener(true); } else if (controlIndex == VOLUME_BAR) { volumeBarListener(true); } stopHandleDrag(controlIndex); _vc.__set__activeVideoPlayerIndex(_local3); if (controlIndex == SEEK_BAR) { _vc._scrubFinish(); } } function seekBarListener(finish) { var _local3 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); var _local4 = controls[SEEK_BAR]; calcPercentageFromHandle(SEEK_BAR); var _local2 = _local4.percentage; if (finish) { clearInterval(_seekBarIntervalID); _seekBarIntervalID = 0; if (_local2 != _lastScrubPos) { _vc.seekPercent(_local2); } _vc.addEventListener("playheadUpdate", this); if (_playAfterScrub) { _vc.play(); } } else if (_vc.getVideoPlayer(_vc.__get__visibleVideoPlayerIndex()).__get__state() == mx.video.VideoPlayer.SEEKING) { } else if ((((_seekBarScrubTolerance <= 0) || (Math.abs(_local2 - _lastScrubPos) > _seekBarScrubTolerance)) || (_local2 < _seekBarScrubTolerance)) || (_local2 > (100 - _seekBarScrubTolerance))) { if (_local2 != _lastScrubPos) { _lastScrubPos = _local2; _vc.seekPercent(_local2); } } _vc.__set__activeVideoPlayerIndex(_local3); } function volumeBarListener(finish) { var _local3 = controls[VOLUME_BAR]; calcPercentageFromHandle(VOLUME_BAR); var _local2 = _local3.percentage; if (finish) { clearInterval(_volumeBarIntervalID); _volumeBarIntervalID = 0; _vc.addEventListener("volumeUpdate", this); } if ((((finish || (_volumeBarScrubTolerance <= 0)) || (Math.abs(_local2 - _lastVolumePos) > _volumeBarScrubTolerance)) || (_local2 < _volumeBarScrubTolerance)) || (_local2 > (100 - _volumeBarScrubTolerance))) { if (_local2 != _lastVolumePos) { if (_isMuted) { cachedSoundLevel = _local2; } else { _vc.__set__volume(_local2); } } } } function doBufferingDelay() { clearInterval(_bufferingDelayIntervalID); _bufferingDelayIntervalID = 0; var _local2 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); if (_vc.__get__state() == mx.video.FLVPlayback.BUFFERING) { _bufferingOn = true; handleEvent({type:"stateChange", state:mx.video.FLVPlayback.BUFFERING, vp:_vc.__get__visibleVideoPlayerIndex()}); } _vc.__set__activeVideoPlayerIndex(_local2); } function dispatchMessage(ctrl) { if (ctrl.id == SEEK_BAR_HANDLE) { _vc._scrubStart(); } var _local2 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); switch (ctrl.id) { case PAUSE_BUTTON : _vc.pause(); break; case PLAY_BUTTON : _vc.play(); break; case STOP_BUTTON : _vc.stop(); break; case SEEK_BAR_HANDLE : calcPercentageFromHandle(SEEK_BAR); _lastScrubPos = controls[SEEK_BAR].percentage; _vc.removeEventListener("playheadUpdate", this); if (_vc.__get__playing() || (_vc.__get__buffering())) { _playAfterScrub = true; } else if (_vc.__get__state() != mx.video.VideoPlayer.SEEKING) { _playAfterScrub = false; } _seekBarIntervalID = setInterval(this, "seekBarListener", _seekBarInterval, false); startHandleDrag(SEEK_BAR, SEEK_BAR_HANDLE); _vc.pause(); break; case VOLUME_BAR_HANDLE : calcPercentageFromHandle(VOLUME_BAR); _lastVolumePos = controls[VOLUME_BAR].percentage; _vc.removeEventListener("volumeUpdate", this); _volumeBarIntervalID = setInterval(this, "volumeBarListener", _volumeBarInterval, false); startHandleDrag(VOLUME_BAR, VOLUME_BAR_HANDLE); break; case BACK_BUTTON : _vc.seekToPrevNavCuePoint(); break; case FORWARD_BUTTON : _vc.seekToNextNavCuePoint(); break; case MUTE_ON_BUTTON : case MUTE_OFF_BUTTON : if (!_isMuted) { _isMuted = true; cachedSoundLevel = _vc.volume; _vc.__set__volume(0); } else { _isMuted = false; _vc.__set__volume(cachedSoundLevel); } setEnabledAndVisibleForState(MUTE_OFF_BUTTON, mx.video.FLVPlayback.PLAYING); skinButtonControl(controls[MUTE_OFF_BUTTON]); setEnabledAndVisibleForState(MUTE_ON_BUTTON, mx.video.FLVPlayback.PLAYING); skinButtonControl(controls[MUTE_ON_BUTTON]); break; default : throw new Error("Unknown ButtonControl"); } _vc.__set__activeVideoPlayerIndex(_local2); } function setEnabledAndVisibleForState(index, state) { var _local5 = _vc.__get__activeVideoPlayerIndex(); _vc.__set__activeVideoPlayerIndex(_vc.visibleVideoPlayerIndex); var _local3 = state; if ((_local3 == mx.video.FLVPlayback.BUFFERING) && (!_bufferingOn)) { _local3 = mx.video.FLVPlayback.PLAYING; } switch (index) { case VOLUME_BAR : case VOLUME_BAR_HANDLE : controls[index].myEnabled = true; controls[index].enabled = _controlsEnabled; break; case MUTE_ON_BUTTON : controls[index].myEnabled = !_isMuted; if (controls[MUTE_BUTTON] != undefined) { controls[index]._visible = controls[index].myEnabled; } break; case MUTE_OFF_BUTTON : controls[index].myEnabled = _isMuted; if (controls[MUTE_BUTTON] != undefined) { controls[index]._visible = controls[index].myEnabled; } break; default : switch (_local3) { case mx.video.FLVPlayback.LOADING : case mx.video.FLVPlayback.CONNECTION_ERROR : controls[index].myEnabled = false; break; case mx.video.FLVPlayback.DISCONNECTED : controls[index].myEnabled = _vc.__get__contentPath() != undefined; break; case mx.video.FLVPlayback.SEEKING : break; default : controls[index].myEnabled = true; } } switch (index) { case SEEK_BAR : switch (_local3) { case mx.video.FLVPlayback.STOPPED : case mx.video.FLVPlayback.PLAYING : case mx.video.FLVPlayback.PAUSED : case mx.video.FLVPlayback.REWINDING : case mx.video.FLVPlayback.SEEKING : controls[index].myEnabled = true; break; case mx.video.FLVPlayback.BUFFERING : controls[index].myEnabled = (!_bufferingBarHides) || (controls[BUFFERING_BAR] == undefined); break; default : controls[index].myEnabled = false; } if (controls[index].myEnabled) { controls[index].myEnabled = (!isNaN(_vc.__get__totalTime())) && (_vc.__get__totalTime() > 0); } controls[index].handle_mc.myEnabled = controls[index].myEnabled; controls[index].handle_mc.enabled = controls[index].handle_mc.myEnabled; controls[index].handle_mc._visible = controls[index].myEnabled; var _local4 = (((!_bufferingBarHides) || (controls[index].myEnabled)) || (controls[BUFFERING_BAR] == undefined)) || (!controls[BUFFERING_BAR]._visible); controls[index]._visible = _local4; controls[index].progress_mc._visible = _local4; controls[index].progress_mc.fill_mc._visible = _local4; controls[index].fullness_mc._visible = _local4; controls[index].progress_mc.fill_mc._visible = _local4; break; case BUFFERING_BAR : switch (_local3) { case mx.video.FLVPlayback.STOPPED : case mx.video.FLVPlayback.PLAYING : case mx.video.FLVPlayback.PAUSED : case mx.video.FLVPlayback.REWINDING : case mx.video.FLVPlayback.SEEKING : controls[index].myEnabled = false; break; default : controls[index].myEnabled = true; } controls[index]._visible = controls[index].myEnabled; controls[index].fill_mc._visible = controls[index].myEnabled; break; case PAUSE_BUTTON : switch (_local3) { case mx.video.FLVPlayback.DISCONNECTED : case mx.video.FLVPlayback.STOPPED : case mx.video.FLVPlayback.PAUSED : case mx.video.FLVPlayback.REWINDING : controls[index].myEnabled = false; break; case mx.video.FLVPlayback.PLAYING : controls[index].myEnabled = true; break; case mx.video.FLVPlayback.BUFFERING : controls[index].myEnabled = (!_bufferingBarHides) || (controls[BUFFERING_BAR] == undefined); } if (controls[PLAY_PAUSE_BUTTON] != undefined) { controls[index]._visible = controls[index].myEnabled; } break; case PLAY_BUTTON : switch (_local3) { case mx.video.FLVPlayback.PLAYING : controls[index].myEnabled = false; break; case mx.video.FLVPlayback.STOPPED : case mx.video.FLVPlayback.PAUSED : controls[index].myEnabled = true; break; case mx.video.FLVPlayback.BUFFERING : controls[index].myEnabled = (!_bufferingBarHides) || (controls[BUFFERING_BAR] == undefined); } if (controls[PLAY_PAUSE_BUTTON] != undefined) { controls[index]._visible = !controls[PAUSE_BUTTON]._visible; } break; case STOP_BUTTON : switch (_local3) { case mx.video.FLVPlayback.DISCONNECTED : case mx.video.FLVPlayback.STOPPED : controls[index].myEnabled = false; break; case mx.video.FLVPlayback.PAUSED : case mx.video.FLVPlayback.PLAYING : case mx.video.FLVPlayback.BUFFERING : controls[index].myEnabled = true; } break; case BACK_BUTTON : case FORWARD_BUTTON : if (!(_local3 === mx.video.FLVPlayback.BUFFERING)) { } else { controls[index].myEnabled = (!_bufferingBarHides) || (controls[BUFFERING_BAR] == undefined); } } controls[index].enabled = _controlsEnabled && (controls[index].myEnabled); _vc.__set__activeVideoPlayerIndex(_local5); } function setupSkinAutoHide() { var _local2 = _vc.getVideoPlayer(_vc.__get__visibleVideoPlayerIndex()); if (_skinAutoHide && (skin_mc != undefined)) { skinAutoHideHitTest(); if (_skinAutoHideIntervalID == 0) { _skinAutoHideIntervalID = setInterval(this, "skinAutoHideHitTest", SKIN_AUTO_HIDE_INTERVAL); } } else { skin_mc._visible = __visible; clearInterval(_skinAutoHideIntervalID); _skinAutoHideIntervalID = 0; } } function skinAutoHideHitTest() { if (!__visible) { skin_mc._visible = false; } else { var _local4 = _vc.getVideoPlayer(_vc.__get__visibleVideoPlayerIndex()); var _local3 = _local4.hitTest(_root._xmouse, _root._ymouse, true); if ((!_local3) && (border_mc != undefined)) { _local3 = border_mc.hitTest(_root._xmouse, _root._ymouse, true); } skin_mc._visible = _local3; } } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; static var PAUSE_BUTTON = 0; static var PLAY_BUTTON = 1; static var STOP_BUTTON = 2; static var SEEK_BAR_HANDLE = 3; static var BACK_BUTTON = 4; static var FORWARD_BUTTON = 5; static var MUTE_ON_BUTTON = 6; static var MUTE_OFF_BUTTON = 7; static var VOLUME_BAR_HANDLE = 8; static var NUM_BUTTONS = 9; static var PLAY_PAUSE_BUTTON = 9; static var MUTE_BUTTON = 10; static var BUFFERING_BAR = 11; static var SEEK_BAR = 12; static var VOLUME_BAR = 13; static var NUM_CONTROLS = 14; static var UP_STATE = 0; static var OVER_STATE = 1; static var DOWN_STATE = 2; static var SKIN_AUTO_HIDE_INTERVAL = 200; static var VOLUME_BAR_INTERVAL_DEFAULT = 250; static var VOLUME_BAR_SCRUB_TOLERANCE_DEFAULT = 0; static var SEEK_BAR_INTERVAL_DEFAULT = 250; static var SEEK_BAR_SCRUB_TOLERANCE_DEFAULT = 5; static var BUFFERING_DELAY_INTERVAL_DEFAULT = 1000; }
Symbol 10 MovieClip [__Packages.mx.video.VideoPlayer] Frame 0
class mx.video.VideoPlayer extends MovieClip { var _state, _cachedState, _bufferState, _sawPlayStop, _cachedPlayheadTime, _metadata, _startingPlay, _invalidSeekTime, _invalidSeekRecovery, _currentPos, _atEnd, _cmdQueue, _readyDispatched, _autoResizeDone, _lastUpdateTime, _sawSeekNotify, _updateTimeIntervalID, _updateTimeInterval, _updateProgressIntervalID, _updateProgressInterval, _idleTimeoutIntervalID, _idleTimeoutInterval, _autoResizeIntervalID, _rtmpDoStopAtEndIntervalID, _rtmpDoSeekIntervalID, _httpDoSeekIntervalID, _httpDoSeekCount, _finishAutoResizeIntervalID, _delayedBufferingIntervalID, _delayedBufferingInterval, _isLive, _autoSize, _aspectRatio, _autoPlay, _autoRewind, _bufferTime, _volume, _sound, __visible, _hiddenForResize, _hiddenForResizeMetadataDelay, _contentPath, _video, _ncMgr, _ns, attachAudio, _prevVideoWidth, _prevVideoHeight, _streamLength, _videoWidth, _videoHeight, dispatchEvent, _x, _y, _visible, _hiddenRewindPlayheadTime, ncMgrClassName, _height, _width; function VideoPlayer () { super(); mx.events.EventDispatcher.initialize(this); _state = DISCONNECTED; _cachedState = _state; _bufferState = BUFFER_EMPTY; _sawPlayStop = false; _cachedPlayheadTime = 0; _metadata = null; _startingPlay = false; _invalidSeekTime = false; _invalidSeekRecovery = false; _currentPos = 0; _atEnd = false; _cmdQueue = new Array(); _readyDispatched = false; _autoResizeDone = false; _lastUpdateTime = -1; _sawSeekNotify = false; _updateTimeIntervalID = 0; _updateTimeInterval = DEFAULT_UPDATE_TIME_INTERVAL; _updateProgressIntervalID = 0; _updateProgressInterval = DEFAULT_UPDATE_PROGRESS_INTERVAL; _idleTimeoutIntervalID = 0; _idleTimeoutInterval = DEFAULT_IDLE_TIMEOUT_INTERVAL; _autoResizeIntervalID = 0; _rtmpDoStopAtEndIntervalID = 0; _rtmpDoSeekIntervalID = 0; _httpDoSeekIntervalID = 0; _httpDoSeekCount = 0; _finishAutoResizeIntervalID = 0; _delayedBufferingIntervalID = 0; _delayedBufferingInterval = HTTP_DELAYED_BUFFERING_INTERVAL; if (_isLive == undefined) { _isLive = false; } if (_autoSize == undefined) { _autoSize = false; } if (_aspectRatio == undefined) { _aspectRatio = true; } if (_autoPlay == undefined) { _autoPlay = true; } if (_autoRewind == undefined) { _autoRewind = true; } if (_bufferTime == undefined) { _bufferTime = 0.1; } if (_volume == undefined) { _volume = 100; } _sound = new Sound(this); _sound.setVolume(_volume); __visible = true; _hiddenForResize = false; _hiddenForResizeMetadataDelay = 0; _contentPath = ""; } function setSize(w, h) { if (((w == _video._width) && (h == _video._height)) || (_autoSize)) { return(undefined); } _video._width = w; _video._height = h; if (_aspectRatio) { startAutoResize(); } } function setScale(xs, ys) { if (((xs == _video._xscale) && (ys == _video._yscale)) || (_autoSize)) { return(undefined); } _video._xscale = xs; _video._yscale = ys; if (_aspectRatio) { startAutoResize(); } } function play(url, isLive, totalTime) { if ((url != null) && (url != undefined)) { if (_state == EXEC_QUEUED_CMD) { _state = _cachedState; } else { if (!stateResponsive) { queueCmd(PLAY, url, isLive, totalTime); return(undefined); } execQueuedCmds(); } _autoPlay = true; _load(url, isLive, totalTime); return(undefined); } if (!isXnOK()) { if (((((_state == CONNECTION_ERROR) || (_ncMgr == null)) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) { throw new mx.video.VideoError(mx.video.VideoError.NO_CONNECTION); // unexpected jump } flushQueuedCmds(); queueCmd(PLAY); setState(LOADING); _cachedState = LOADING; _ncMgr.reconnect(); return(undefined); } if (_state == EXEC_QUEUED_CMD) { _state = _cachedState; } else { if (!stateResponsive) { queueCmd(PLAY); return(undefined); } execQueuedCmds(); } if ((_ns == null) || (_ns == undefined)) { _createStream(); _video.attachVideo(_ns); attachAudio(_ns); } switch (_state) { case BUFFERING : if (_ncMgr.isRTMP()) { _play(0); if (_atEnd) { _atEnd = false; _currentPos = 0; setState(REWINDING); } else if (_currentPos > 0) { _seek(_currentPos); _currentPos = 0; } } case PLAYING : return(undefined); case STOPPED : if (_ncMgr.isRTMP()) { if (_isLive) { _play(-1); setState(BUFFERING); } else { _play(0); if (_atEnd) { _atEnd = false; _currentPos = 0; _state = BUFFERING; setState(REWINDING); } else if (_currentPos > 0) { _seek(_currentPos); _currentPos = 0; setState(BUFFERING); } else { setState(BUFFERING); } } } else { _pause(false); if (_atEnd) { _atEnd = false; _seek(0); _state = BUFFERING; setState(REWINDING); } else if (_bufferState == BUFFER_EMPTY) { setState(BUFFERING); } else { setState(PLAYING); } } break; case PAUSED : _pause(false); if (!_ncMgr.isRTMP()) { if (_bufferState == BUFFER_EMPTY) { setState(BUFFERING); } else { setState(PLAYING); } } else { setState(BUFFERING); } } } function load(url, isLive, totalTime) { if ((url == null) || (url == undefined)) { throw new Error("null url sent to VideoPlayer.load"); } if (_state == EXEC_QUEUED_CMD) { _state = _cachedState; } else { if (!stateResponsive) { queueCmd(LOAD, url, isLive, totalTime); return(undefined); } execQueuedCmds(); } _autoPlay = false; _load(url, isLive, totalTime); } function _load(url, isLive, totalTime) { _prevVideoWidth = videoWidth; if (_prevVideoWidth == undefined) { _prevVideoWidth = _video.width; if (_prevVideoWidth == undefined) { _prevVideoWidth = 0; } } _prevVideoHeight = videoHeight; if (_prevVideoHeight == undefined) { _prevVideoHeight = _video.height; if (_prevVideoHeight == undefined) { _prevVideoHeight = 0; } } _autoResizeDone = false; _cachedPlayheadTime = 0; _bufferState = BUFFER_EMPTY; _sawPlayStop = false; _metadata = null; _startingPlay = false; _invalidSeekTime = false; _invalidSeekRecovery = false; _isLive = ((isLive == undefined) ? false : (isLive)); _contentPath = url; _currentPos = 0; _streamLength = totalTime; _atEnd = false; _videoWidth = undefined; _videoHeight = undefined; _readyDispatched = false; _lastUpdateTime = -1; _sawSeekNotify = false; clearInterval(_updateTimeIntervalID); _updateTimeIntervalID = 0; clearInterval(_updateProgressIntervalID); _updateProgressIntervalID = 0; clearInterval(_idleTimeoutIntervalID); _idleTimeoutIntervalID = 0; clearInterval(_autoResizeIntervalID); _autoResizeIntervalID = 0; clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; clearInterval(_rtmpDoSeekIntervalID); _rtmpDoSeekIntervalID = 0; clearInterval(_httpDoSeekIntervalID); _httpDoSeekIntervalID = 0; clearInterval(_finishAutoResizeIntervalID); _finishAutoResizeIntervalID = 0; clearInterval(_delayedBufferingIntervalID); _delayedBufferingIntervalID = 0; closeNS(false); if ((_ncMgr == null) || (_ncMgr == undefined)) { createINCManager(); } var _local2 = _ncMgr.connectToURL(_contentPath); setState(LOADING); _cachedState = LOADING; if (_local2) { _createStream(); _setUpStream(); } if (!_ncMgr.isRTMP()) { clearInterval(_updateProgressIntervalID); _updateProgressIntervalID = setInterval(this, "doUpdateProgress", _updateProgressInterval); } } function pause() { if (!isXnOK()) { if (((((_state == CONNECTION_ERROR) || (_ncMgr == null)) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) { throw new mx.video.VideoError(mx.video.VideoError.NO_CONNECTION); // unexpected jump } return(undefined); } if (_state == EXEC_QUEUED_CMD) { _state = _cachedState; } else { if (!stateResponsive) { queueCmd(PAUSE); return(undefined); } execQueuedCmds(); } if ((((_state == PAUSED) || (_state == STOPPED)) || (_ns == null)) || (_ns == undefined)) { return(undefined); } _pause(true); setState(PAUSED); } function stop() { if (!isXnOK()) { if (((((_state == CONNECTION_ERROR) || (_ncMgr == null)) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) { throw new mx.video.VideoError(mx.video.VideoError.NO_CONNECTION); // unexpected jump } return(undefined); } if (_state == EXEC_QUEUED_CMD) { _state = _cachedState; } else { if (!stateResponsive) { queueCmd(STOP); return(undefined); } execQueuedCmds(); } if (((_state == STOPPED) || (_ns == null)) || (_ns == undefined)) { return(undefined); } if (_ncMgr.isRTMP()) { if (_autoRewind && (!_isLive)) { _currentPos = 0; _play(0, 0); _state = STOPPED; setState(REWINDING); } else { closeNS(true); setState(STOPPED); } } else { _pause(true); if (_autoRewind) { _seek(0); _state = STOPPED; setState(REWINDING); } else { setState(STOPPED); } } } function seek(time) { if (_invalidSeekTime) { return(undefined); } if (isNaN(time) || (time < 0)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_SEEK); } if (!isXnOK()) { if (((((_state == CONNECTION_ERROR) || (_ncMgr == null)) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) { throw new mx.video.VideoError(mx.video.VideoError.NO_CONNECTION); // unexpected jump } flushQueuedCmds(); queueCmd(SEEK, null, false, time); setState(LOADING); _cachedState = LOADING; _ncMgr.reconnect(); return(undefined); } if (_state == EXEC_QUEUED_CMD) { _state = _cachedState; } else { if (!stateResponsive) { queueCmd(SEEK, null, false, time); return(undefined); } execQueuedCmds(); } if ((_ns == null) || (_ns == undefined)) { _createStream(); _video.attachVideo(_ns); attachAudio(_ns); } if (_atEnd && (time < playheadTime)) { _atEnd = false; } switch (_state) { case PLAYING : _state = BUFFERING; case BUFFERING : case PAUSED : _seek(time); setState(SEEKING); break; case STOPPED : if (_ncMgr.isRTMP()) { _play(0); _pause(true); } _seek(time); _state = PAUSED; setState(SEEKING); } } function close() { closeNS(true); if (((_ncMgr != null) && (_ncMgr != undefined)) && (_ncMgr.isRTMP())) { _ncMgr.close(); } setState(DISCONNECTED); dispatchEvent({type:"close", state:_state, playheadTime:playheadTime}); } function get x() { return(_x); } function set x(xpos) { _x = xpos; //return(x); } function get y() { return(_y); } function set y(ypos) { _y = ypos; //return(y); } function get scaleX() { return(_video._xscale); } function set scaleX(xs) { setScale(xs, scaleY); //return(scaleX); } function get scaleY() { return(_video._yscale); } function set scaleY(ys) { setScale(scaleX, ys); //return(scaleY); } function get width() { return(_video._width); } function set width(w) { setSize(w, _video._height); //return(width); } function get height() { return(_video._height); } function set height(h) { setSize(_video._width, h); //return(height); } function get videoWidth() { if (_readyDispatched) { _videoWidth = _video.width; } return(_videoWidth); } function get videoHeight() { if (_readyDispatched) { _videoHeight = _video.height; } return(_videoHeight); } function get visible() { if (!_hiddenForResize) { __visible = _visible; } return(__visible); } function set visible(v) { __visible = v; if (!_hiddenForResize) { _visible = __visible; } //return(visible); } function get autoSize() { return(_autoSize); } function set autoSize(flag) { if (_autoSize != flag) { _autoSize = flag; if (_autoSize) { startAutoResize(); } } //return(autoSize); } function get maintainAspectRatio() { return(_aspectRatio); } function set maintainAspectRatio(flag) { if (_aspectRatio != flag) { _aspectRatio = flag; if (_aspectRatio && (!_autoSize)) { startAutoResize(); } } //return(maintainAspectRatio); } function get autoRewind() { return(_autoRewind); } function set autoRewind(flag) { _autoRewind = flag; //return(autoRewind); } function get playheadTime() { var _local2 = (((_ns == null) || (_ns == undefined)) ? (_currentPos) : (_ns.time)); if (_metadata.audiodelay != undefined) { _local2 = _local2 - _metadata.audiodelay; if (_local2 < 0) { _local2 = 0; } } return(_local2); } function set playheadTime(position) { seek(position); //return(playheadTime); } function get url() { return(_contentPath); } function get volume() { return(_volume); } function set volume(aVol) { _volume = aVol; if (!_hiddenForResize) { _sound.setVolume(_volume); } //return(volume); } function get transform() { return(_sound.getTransform()); } function set transform(s) { _sound.setTransform(s); //return(transform); } function get isRTMP() { if ((_ncMgr == null) || (_ncMgr == undefined)) { return(undefined); } return(_ncMgr.isRTMP()); } function get isLive() { return(_isLive); } function get state() { return(_state); } function get stateResponsive() { switch (_state) { case DISCONNECTED : case STOPPED : case PLAYING : case PAUSED : case BUFFERING : return(true); } return(false); } function get bytesLoaded() { if (((_ns == null) || (_ns == undefined)) || (_ncMgr.isRTMP())) { return(-1); } return(_ns.bytesLoaded); } function get bytesTotal() { if (((_ns == null) || (_ns == undefined)) || (_ncMgr.isRTMP())) { return(-1); } return(_ns.bytesTotal); } function get totalTime() { return(_streamLength); } function get bufferTime() { return(_bufferTime); } function set bufferTime(aTime) { _bufferTime = aTime; if ((_ns != null) && (_ns != undefined)) { _ns.setBufferTime(_bufferTime); } //return(bufferTime); } function get idleTimeout() { return(_idleTimeoutInterval); } function set idleTimeout(aTime) { _idleTimeoutInterval = aTime; if (_idleTimeoutIntervalID > 0) { clearInterval(_idleTimeoutIntervalID); _idleTimeoutIntervalID = setInterval(this, "doIdleTimeout", _idleTimeoutInterval); } //return(idleTimeout); } function get playheadUpdateInterval() { return(_updateTimeInterval); } function set playheadUpdateInterval(aTime) { _updateTimeInterval = aTime; if (_updateTimeIntervalID > 0) { clearInterval(_updateTimeIntervalID); _updateTimeIntervalID = setInterval(this, "doUpdateTime", _updateTimeInterval); } //return(playheadUpdateInterval); } function get progressInterval() { return(_updateProgressInterval); } function set progressInterval(aTime) { _updateProgressInterval = aTime; if (_updateProgressIntervalID > 0) { clearInterval(_updateProgressIntervalID); _updateProgressIntervalID = setInterval(this, "doUpdateProgress", _updateProgressInterval); } //return(progressInterval); } function get ncMgr() { if ((_ncMgr == null) || (_ncMgr == undefined)) { createINCManager(); } return(_ncMgr); } function get metadata() { return(_metadata); } function doUpdateTime() { var _local2 = playheadTime; switch (_state) { case STOPPED : case PAUSED : case DISCONNECTED : case CONNECTION_ERROR : clearInterval(_updateTimeIntervalID); _updateTimeIntervalID = 0; } if (_lastUpdateTime != _local2) { dispatchEvent({type:"playheadUpdate", state:_state, playheadTime:_local2}); _lastUpdateTime = _local2; } } function doUpdateProgress() { if ((_ns == null) || (_ns == undefined)) { return(undefined); } if ((_ns.bytesTotal >= 0) && (_ns.bytesTotal >= 0)) { dispatchEvent({type:"progress", bytesLoaded:_ns.bytesLoaded, bytesTotal:_ns.bytesTotal}); } if (((_state == DISCONNECTED) || (_state == CONNECTION_ERROR)) || (_ns.bytesLoaded == _ns.bytesTotal)) { clearInterval(_updateProgressIntervalID); _updateProgressIntervalID = 0; } } function rtmpOnStatus(info) { if (_state == CONNECTION_ERROR) { return(undefined); } switch (info.code) { case "NetStream.Play.Stop" : if (_startingPlay) { return(undefined); } switch (_state) { case RESIZING : if (_hiddenForResize) { finishAutoResize(); } break; case LOADING : case STOPPED : case PAUSED : break; default : _sawPlayStop = true; } break; case "NetStream.Buffer.Empty" : if (!(_bufferState === BUFFER_FULL)) { } else if (_sawPlayStop) { rtmpDoStopAtEnd(true); } else if (_state == PLAYING) { setState(BUFFERING); } _bufferState = BUFFER_EMPTY; _sawPlayStop = false; break; case "NetStream.Buffer.Flush" : if (_sawSeekNotify && (_state == SEEKING)) { _bufferState = BUFFER_EMPTY; _sawPlayStop = false; setStateFromCachedState(); doUpdateTime(); } if (_sawPlayStop && ((_bufferState == BUFFER_EMPTY) || ((_bufferTime <= 0.1) && (_ns.bufferLength <= 0.1)))) { _cachedPlayheadTime = playheadTime; clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = setInterval(this, "rtmpDoStopAtEnd", RTMP_DO_STOP_AT_END_INTERVAL); } switch (_bufferState) { case BUFFER_EMPTY : if (!_hiddenForResize) { if (((_state == LOADING) && (_cachedState == PLAYING)) || (_state == BUFFERING)) { setState(PLAYING); } else if (_cachedState == BUFFERING) { _cachedState = PLAYING; } } _bufferState = BUFFER_FLUSH; break; default : if (_state != BUFFERING) { break; } setStateFromCachedState(); } break; case "NetStream.Buffer.Full" : if (_sawSeekNotify && (_state == SEEKING)) { _bufferState = BUFFER_EMPTY; _sawPlayStop = false; setStateFromCachedState(); doUpdateTime(); } switch (_bufferState) { case BUFFER_EMPTY : _bufferState = BUFFER_FULL; if (!_hiddenForResize) { if (((_state == LOADING) && (_cachedState == PLAYING)) || (_state == BUFFERING)) { setState(PLAYING); } else if (_cachedState == BUFFERING) { _cachedState = PLAYING; } if (_rtmpDoStopAtEndIntervalID != 0) { _sawPlayStop = true; clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; } } break; case BUFFER_FLUSH : _bufferState = BUFFER_FULL; if (_rtmpDoStopAtEndIntervalID == 0) { break; } _sawPlayStop = true; clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; } if (_state == BUFFERING) { setStateFromCachedState(); } break; case "NetStream.Pause.Notify" : if ((_state == RESIZING) && (_hiddenForResize)) { finishAutoResize(); } break; case "NetStream.Unpause.Notify" : if (_state == PAUSED) { _state = PLAYING; setState(BUFFERING); } else { _cachedState = PLAYING; } break; case "NetStream.Play.Start" : clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; _bufferState = BUFFER_EMPTY; _sawPlayStop = false; if (_startingPlay) { _startingPlay = false; _cachedPlayheadTime = playheadTime; } else if (_state == PLAYING) { setState(BUFFERING); } break; case "NetStream.Play.Reset" : clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; if (_state == REWINDING) { clearInterval(_rtmpDoSeekIntervalID); _rtmpDoSeekIntervalID = 0; if ((playheadTime == 0) || (playheadTime < _cachedPlayheadTime)) { setStateFromCachedState(); } else { _cachedPlayheadTime = playheadTime; _rtmpDoSeekIntervalID = setInterval(this, "rtmpDoSeek", RTMP_DO_SEEK_INTERVAL); } } break; case "NetStream.Seek.Notify" : if (playheadTime != _cachedPlayheadTime) { setStateFromCachedState(); doUpdateTime(); } else { _sawSeekNotify = true; if (_rtmpDoSeekIntervalID == 0) { _rtmpDoSeekIntervalID = setInterval(this, "rtmpDoSeek", RTMP_DO_SEEK_INTERVAL); } } break; case "Netstream.Play.UnpublishNotify" : break; case "Netstream.Play.PublishNotify" : break; case "NetStream.Play.StreamNotFound" : if (!_ncMgr.connectAgain()) { setState(CONNECTION_ERROR); } break; case "NetStream.Play.Failed" : case "NetStream.Failed" : setState(CONNECTION_ERROR); } } function httpOnStatus(info) { switch (info.code) { case "NetStream.Play.Stop" : clearInterval(_delayedBufferingIntervalID); _delayedBufferingIntervalID = 0; if (_invalidSeekTime) { _invalidSeekTime = false; _invalidSeekRecovery = true; setState(_cachedState); seek(playheadTime); } else { switch (_state) { case PLAYING : case BUFFERING : case SEEKING : httpDoStopAtEnd(); } } break; case "NetStream.Seek.InvalidTime" : if (_invalidSeekRecovery) { _invalidSeekTime = false; _invalidSeekRecovery = false; setState(_cachedState); seek(0); } else { _invalidSeekTime = true; } break; case "NetStream.Buffer.Empty" : _bufferState = BUFFER_EMPTY; if (_state == PLAYING) { clearInterval(_delayedBufferingIntervalID); _delayedBufferingIntervalID = setInterval(this, "doDelayedBuffering", _delayedBufferingInterval); } break; case "NetStream.Buffer.Full" : case "NetStream.Buffer.Flush" : clearInterval(_delayedBufferingIntervalID); _delayedBufferingIntervalID = 0; _bufferState = BUFFER_FULL; if (!_hiddenForResize) { if (((_state == LOADING) && (_cachedState == PLAYING)) || (_state == BUFFERING)) { setState(PLAYING); } else if (_cachedState == BUFFERING) { _cachedState = PLAYING; } } break; case "NetStream.Seek.Notify" : _invalidSeekRecovery = false; switch (_state) { case SEEKING : case REWINDING : if (_httpDoSeekIntervalID != 0) { break; } _httpDoSeekCount = 0; _httpDoSeekIntervalID = setInterval(this, "httpDoSeek", HTTP_DO_SEEK_INTERVAL); } break; case "NetStream.Play.StreamNotFound" : setState(CONNECTION_ERROR); } } function ncConnected() { if ((((_ncMgr == null) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) { setState(CONNECTION_ERROR); } else { _createStream(); _setUpStream(); } } function ncReconnected() { if ((((_ncMgr == null) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) { setState(CONNECTION_ERROR); } else { _ns = null; _state = STOPPED; execQueuedCmds(); } } function onMetaData(info) { if (_metadata != null) { return(undefined); } _metadata = info; if (((_streamLength == undefined) || (_streamLength == null)) || (_streamLength <= 0)) { _streamLength = info.duration; } if (isNaN(_videoWidth) || (_videoWidth <= 0)) { _videoWidth = info.width; } if (isNaN(_videoHeight) || (_videoHeight <= 0)) { _videoHeight = info.height; } dispatchEvent({type:"metadataReceived", info:info}); } function onCuePoint(info) { if ((!_hiddenForResize) || ((!isNaN(_hiddenRewindPlayheadTime)) && (playheadTime < _hiddenRewindPlayheadTime))) { dispatchEvent({type:"cuePoint", info:info}); } } function setState(s) { if (s == _state) { return(undefined); } _hiddenRewindPlayheadTime = undefined; _cachedState = _state; _cachedPlayheadTime = playheadTime; _state = s; var _local2 = _state; dispatchEvent({type:"stateChange", state:_local2, playheadTime:playheadTime}); if (!_readyDispatched) { switch (_local2) { case STOPPED : case PLAYING : case PAUSED : case BUFFERING : _readyDispatched = true; dispatchEvent({type:"ready", state:_local2, playheadTime:playheadTime}); } } if (!(_cachedState === REWINDING)) { } else { dispatchEvent({type:"rewind", state:_local2, playheadTime:playheadTime}); if (_ncMgr.isRTMP() && (_local2 == STOPPED)) { closeNS(); } } switch (_local2) { case STOPPED : case PAUSED : if (_ncMgr.isRTMP() && (_idleTimeoutIntervalID == 0)) { _idleTimeoutIntervalID = setInterval(this, "doIdleTimeout", _idleTimeoutInterval); } break; case SEEKING : case REWINDING : _bufferState = BUFFER_EMPTY; _sawPlayStop = false; case PLAYING : case BUFFERING : if (_updateTimeIntervalID == 0) { _updateTimeIntervalID = setInterval(this, "doUpdateTime", _updateTimeInterval); } case LOADING : case RESIZING : clearInterval(_idleTimeoutIntervalID); _idleTimeoutIntervalID = 0; } execQueuedCmds(); } function setStateFromCachedState() { switch (_cachedState) { case PLAYING : case PAUSED : setState(_cachedState); break; case BUFFERING : if (_bufferState == BUFFER_EMPTY) { setState(BUFFERING); } else { setState(_cachedState); } break; default : setState(STOPPED); } } function createINCManager() { if ((ncMgrClassName == null) || (ncMgrClassName == undefined)) { ncMgrClassName = DEFAULT_INCMANAGER; } var ncMgrConstructor = eval (this.ncMgrClassName); _ncMgr = new ncMgrConstructor(); _ncMgr.setVideoPlayer(this); } function rtmpDoStopAtEnd(force) { if (_rtmpDoStopAtEndIntervalID > 0) { switch (_state) { case DISCONNECTED : case CONNECTION_ERROR : clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; return(undefined); } if (force || (_cachedPlayheadTime == playheadTime)) { clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; } else { _cachedPlayheadTime = playheadTime; return(undefined); } } _bufferState = BUFFER_EMPTY; _sawPlayStop = false; _atEnd = true; setState(STOPPED); if (_state != STOPPED) { return(undefined); } doUpdateTime(); if (_state != STOPPED) { return(undefined); } dispatchEvent({type:"complete", state:_state, playheadTime:playheadTime}); if (_state != STOPPED) { return(undefined); } if ((_autoRewind && (!_isLive)) && (playheadTime != 0)) { _atEnd = false; _currentPos = 0; _play(0, 0); setState(REWINDING); } else { closeNS(); } } function rtmpDoSeek() { if ((_state != REWINDING) && (_state != SEEKING)) { clearInterval(_rtmpDoSeekIntervalID); _rtmpDoSeekIntervalID = 0; _sawSeekNotify = false; } else if (playheadTime != _cachedPlayheadTime) { clearInterval(_rtmpDoSeekIntervalID); _rtmpDoSeekIntervalID = 0; _sawSeekNotify = false; setStateFromCachedState(); doUpdateTime(); } } function httpDoStopAtEnd() { _atEnd = true; if (((_streamLength == undefined) || (_streamLength == null)) || (_streamLength <= 0)) { _streamLength = _ns.time; } _pause(true); setState(STOPPED); if (_state != STOPPED) { return(undefined); } doUpdateTime(); if (_state != STOPPED) { return(undefined); } dispatchEvent({type:"complete", state:_state, playheadTime:playheadTime}); if (_state != STOPPED) { return(undefined); } if (_autoRewind) { _atEnd = false; _pause(true); _seek(0); setState(REWINDING); } } function httpDoSeek() { var _local2 = (_state == REWINDING) || (_state == SEEKING); if ((_local2 && (_httpDoSeekCount < HTTP_DO_SEEK_MAX_COUNT)) && ((_cachedPlayheadTime == playheadTime) || (_invalidSeekTime))) { _httpDoSeekCount++; return(undefined); } _httpDoSeekCount = 0; clearInterval(_httpDoSeekIntervalID); _httpDoSeekIntervalID = 0; if (!_local2) { return(undefined); } setStateFromCachedState(); if (_invalidSeekTime) { _invalidSeekTime = false; _invalidSeekRecovery = true; seek(playheadTime); } else { doUpdateTime(); } } function closeNS(updateCurrentPos) { if ((_ns != null) && (_ns != undefined)) { if (updateCurrentPos) { clearInterval(_updateTimeIntervalID); _updateTimeIntervalID = 0; doUpdateTime(); _currentPos = _ns.time; } delete _ns.onStatus; _ns.onStatus = null; _ns.close(); _ns = null; } } function doDelayedBuffering() { switch (_state) { case LOADING : case RESIZING : break; case PLAYING : clearInterval(_delayedBufferingIntervalID); _delayedBufferingIntervalID = 0; setState(BUFFERING); break; default : clearInterval(_delayedBufferingIntervalID); _delayedBufferingIntervalID = 0; } } function _pause(doPause) { clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; _ns.pause(doPause); } function _play() { clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; _startingPlay = true; switch (arguments.length) { case 0 : _ns.play(_ncMgr.getStreamName(), (_isLive ? -1 : 0), -1); break; case 1 : _ns.play(_ncMgr.getStreamName(), (_isLive ? -1 : (arguments[0])), -1); break; case 2 : _ns.play(_ncMgr.getStreamName(), (_isLive ? -1 : (arguments[0])), arguments[1]); break; default : throw new Error("bad args to _play"); } } function _seek(time) { clearInterval(_rtmpDoStopAtEndIntervalID); _rtmpDoStopAtEndIntervalID = 0; if ((_metadata.audiodelay != undefined) && ((time + _metadata.audiodelay) < _streamLength)) { time = time + _metadata.audiodelay; } _ns.seek(time); _invalidSeekTime = false; _bufferState = BUFFER_EMPTY; _sawPlayStop = false; _sawSeekNotify = false; } function isXnOK() { if (_state == LOADING) { return(true); } if (_state == CONNECTION_ERROR) { return(false); } if (_state != DISCONNECTED) { if (((((_ncMgr == null) || (_ncMgr == undefined)) || (_ncMgr.getNetConnection() == null)) || (_ncMgr.getNetConnection() == undefined)) || (!_ncMgr.getNetConnection().isConnected)) { setState(DISCONNECTED); return(false); } return(true); } return(false); } function startAutoResize() { switch (_state) { case DISCONNECTED : case CONNECTION_ERROR : return(undefined); } _autoResizeDone = false; if ((stateResponsive && (_videoWidth != undefined)) && (_videoHeight != undefined)) { doAutoResize(); } else { clearInterval(_autoResizeIntervalID); _autoResizeIntervalID = setInterval(this, "doAutoResize", AUTO_RESIZE_INTERVAL); } } function doAutoResize() { if (_autoResizeIntervalID > 0) { switch (_state) { case RESIZING : case LOADING : break; case DISCONNECTED : case CONNECTION_ERROR : clearInterval(_autoResizeIntervalID); _autoResizeIntervalID = 0; return(undefined); default : if (stateResponsive) { break; } return(undefined); } if (((((_video.width != _prevVideoWidth) || (_video.height != _prevVideoHeight)) || (_bufferState == BUFFER_FULL)) || (_bufferState == BUFFER_FLUSH)) || (_ns.time > AUTO_RESIZE_PLAYHEAD_TIMEOUT)) { if ((_hiddenForResize && (_metadata == null)) && (_hiddenForResizeMetadataDelay < AUTO_RESIZE_METADATA_DELAY_MAX)) { _hiddenForResizeMetadataDelay++; return(undefined); } _videoWidth = _video.width; _videoHeight = _video.height; clearInterval(_autoResizeIntervalID); _autoResizeIntervalID = 0; } else { return(undefined); } } if (((!_autoSize) && (!_aspectRatio)) || (_autoResizeDone)) { setState(_cachedState); return(undefined); } _autoResizeDone = true; if (_autoSize) { _video._width = _videoWidth; _video._height = _videoHeight; } else if (_aspectRatio) { var _local3 = (_videoWidth * height) / _videoHeight; var _local2 = (_videoHeight * width) / _videoWidth; if (_local2 < height) { _video._height = _local2; } else if (_local3 < width) { _video._width = _local3; } } if (_hiddenForResize) { _hiddenRewindPlayheadTime = playheadTime; if (_state == LOADING) { _cachedState = PLAYING; } if (!_ncMgr.isRTMP()) { _pause(true); _seek(0); clearInterval(_finishAutoResizeIntervalID); _finishAutoResizeIntervalID = setInterval(this, "finishAutoResize", FINISH_AUTO_RESIZE_INTERVAL); } else if (!_isLive) { _currentPos = 0; _play(0, 0); setState(RESIZING); } else if (_autoPlay) { clearInterval(_finishAutoResizeIntervalID); _finishAutoResizeIntervalID = setInterval(this, "finishAutoResize", FINISH_AUTO_RESIZE_INTERVAL); } else { finishAutoResize(); } } else { dispatchEvent({type:"resize", x:_x, y:_y, width:_width, height:_height}); } } function finishAutoResize() { clearInterval(_finishAutoResizeIntervalID); _finishAutoResizeIntervalID = 0; if (stateResponsive) { return(undefined); } _visible = __visible; _sound.setVolume(_volume); _hiddenForResize = false; dispatchEvent({type:"resize", x:_x, y:_y, width:_width, height:_height}); if (_autoPlay) { if (_ncMgr.isRTMP()) { if (!_isLive) { _currentPos = 0; _play(0); } if (_state == RESIZING) { setState(LOADING); _cachedState = PLAYING; } } else { _pause(false); _cachedState = PLAYING; } } else { setState(STOPPED); } } function _createStream() { _ns = new NetStream(_ncMgr.getNetConnection()); _ns.mc = this; if (_ncMgr.isRTMP()) { _ns.onStatus = function (info) { this.mc.rtmpOnStatus(info); }; } else { _ns.onStatus = function (info) { this.mc.httpOnStatus(info); }; } _ns.onMetaData = function (info) { this.mc.onMetaData(info); }; _ns.onCuePoint = function (info) { this.mc.onCuePoint(info); }; _ns.setBufferTime(_bufferTime); } function _setUpStream() { _video.attachVideo(_ns); attachAudio(_ns); if ((!isNaN(_ncMgr.getStreamLength())) && (_ncMgr.getStreamLength() >= 0)) { _streamLength = _ncMgr.getStreamLength(); } if ((!isNaN(_ncMgr.getStreamWidth())) && (_ncMgr.getStreamWidth() >= 0)) { _videoWidth = _ncMgr.getStreamWidth(); } else { _videoWidth = undefined; } if ((!isNaN(_ncMgr.getStreamHeight())) && (_ncMgr.getStreamHeight() >= 0)) { _videoHeight = _ncMgr.getStreamHeight(); } else { _videoHeight = undefined; } if (((_autoSize || (_aspectRatio)) && (_videoWidth != undefined)) && (_videoHeight != undefined)) { _prevVideoWidth = undefined; _prevVideoHeight = undefined; doAutoResize(); } if (((!_autoSize) && (!_aspectRatio)) || ((_videoWidth != undefined) && (_videoHeight != undefined))) { if (_autoPlay) { if (!_ncMgr.isRTMP()) { _cachedState = BUFFERING; _play(); } else if (_isLive) { _cachedState = BUFFERING; _play(-1); } else { _cachedState = BUFFERING; _play(0); } } else { _cachedState = STOPPED; if (_ncMgr.isRTMP()) { _play(0, 0); } else { _play(); _pause(true); _seek(0); } } } else { if (!_hiddenForResize) { __visible = _visible; _visible = false; _volume = _sound.getVolume(); _sound.setVolume(0); _hiddenForResize = true; } _hiddenForResizeMetadataDelay = 0; _play(0); if (_currentPos > 0) { _seek(_currentPos); _currentPos = 0; } } clearInterval(_autoResizeIntervalID); _autoResizeIntervalID = setInterval(this, "doAutoResize", AUTO_RESIZE_INTERVAL); } function doIdleTimeout() { clearInterval(_idleTimeoutIntervalID); _idleTimeoutIntervalID = 0; close(); } function flushQueuedCmds() { while (_cmdQueue.length > 0) { _cmdQueue.pop(); } } function execQueuedCmds() { while (((_cmdQueue.length > 0) && (stateResponsive || (_state == CONNECTION_ERROR))) && (((_cmdQueue[0].url != null) && (_cmdQueue[0].url != undefined)) || ((_state != DISCONNECTED) && (_state != CONNECTION_ERROR)))) { var _local2 = _cmdQueue.shift(); _cachedState = _state; _state = EXEC_QUEUED_CMD; switch (_local2.type) { case PLAY : play(_local2.url, _local2.isLive, _local2.time); break; case LOAD : load(_local2.url, _local2.isLive, _local2.time); break; case PAUSE : pause(); break; case STOP : stop(); break; case SEEK : seek(_local2.time); } } } function queueCmd(type, url, isLive, time) { _cmdQueue.push({type:type, url:url, isLive:false, time:time}); } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; static var DISCONNECTED = "disconnected"; static var STOPPED = "stopped"; static var PLAYING = "playing"; static var PAUSED = "paused"; static var BUFFERING = "buffering"; static var LOADING = "loading"; static var CONNECTION_ERROR = "connectionError"; static var REWINDING = "rewinding"; static var SEEKING = "seeking"; static var RESIZING = "resizing"; static var EXEC_QUEUED_CMD = "execQueuedCmd"; static var BUFFER_EMPTY = "bufferEmpty"; static var BUFFER_FULL = "bufferFull"; static var BUFFER_FLUSH = "bufferFlush"; static var DEFAULT_INCMANAGER = "mx.video.NCManager"; static var DEFAULT_UPDATE_TIME_INTERVAL = 250; static var DEFAULT_UPDATE_PROGRESS_INTERVAL = 250; static var DEFAULT_IDLE_TIMEOUT_INTERVAL = 300000; static var AUTO_RESIZE_INTERVAL = 100; static var AUTO_RESIZE_PLAYHEAD_TIMEOUT = 0.5; static var AUTO_RESIZE_METADATA_DELAY_MAX = 5; static var FINISH_AUTO_RESIZE_INTERVAL = 250; static var RTMP_DO_STOP_AT_END_INTERVAL = 500; static var RTMP_DO_SEEK_INTERVAL = 100; static var HTTP_DO_SEEK_INTERVAL = 250; static var HTTP_DO_SEEK_MAX_COUNT = 4; static var CLOSE_NS_INTERVAL = 0.25; static var HTTP_DELAYED_BUFFERING_INTERVAL = 100; static var PLAY = 0; static var LOAD = 1; static var PAUSE = 2; static var STOP = 3; static var SEEK = 4; }
Symbol 11 MovieClip [__Packages.mx.video.INCManager] Frame 0
interface mx.video.INCManager { }
Symbol 12 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher { function EventDispatcher () { } static function _removeEventListener(queue, event, handler) { if (queue != undefined) { var _local4 = queue.length; var _local1; _local1 = 0; while (_local1 < _local4) { var _local2 = queue[_local1]; if (_local2 == handler) { queue.splice(_local1, 1); return(undefined); } _local1++; } } } static function initialize(object) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.EventDispatcher(); } object.addEventListener = _fEventDispatcher.addEventListener; object.removeEventListener = _fEventDispatcher.removeEventListener; object.dispatchEvent = _fEventDispatcher.dispatchEvent; object.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchQueue(queueObj, eventObj) { var _local7 = "__q_" + eventObj.type; var _local4 = queueObj[_local7]; if (_local4 != undefined) { var _local5; for (_local5 in _local4) { var _local1 = _local4[_local5]; var _local3 = typeof(_local1); if ((_local3 == "object") || (_local3 == "movieclip")) { if (_local1.handleEvent != undefined) { _local1.handleEvent(eventObj); } if (_local1[eventObj.type] != undefined) { if (exceptions[eventObj.type] == undefined) { _local1[eventObj.type](eventObj); } } } else { _local1.apply(queueObj, [eventObj]); } } } } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(this, eventObj); } function addEventListener(event, handler) { var _local3 = "__q_" + event; if (this[_local3] == undefined) { this[_local3] = new Array(); } _global.ASSetPropFlags(this, _local3, 1); _removeEventListener(this[_local3], event, handler); this[_local3].push(handler); } function removeEventListener(event, handler) { var _local2 = "__q_" + event; _removeEventListener(this[_local2], event, handler); } static var _fEventDispatcher = undefined; static var exceptions = {move:1, draw:1, load:1}; }
Symbol 13 MovieClip [__Packages.mx.video.VideoError] Frame 0
class mx.video.VideoError extends Error { var _code, message, name; function VideoError (errCode, msg) { super(); _code = errCode; message = ((("" + errCode) + ": ") + ERROR_MSG[errCode - BASE_ERROR_CODE]) + ((msg == undefined) ? "" : (": " + msg)); name = "VideoError"; } function get code() { return(_code); } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; static var BASE_ERROR_CODE = 1000; static var NO_CONNECTION = 1000; static var NO_CUE_POINT_MATCH = 1001; static var ILLEGAL_CUE_POINT = 1002; static var INVALID_SEEK = 1003; static var INVALID_CONTENT_PATH = 1004; static var INVALID_XML = 1005; static var NO_BITRATE_MATCH = 1006; static var DELETE_DEFAULT_PLAYER = 1007; static var ERROR_MSG = ["Unable to make connection to server or to find FLV on server", "No matching cue point found", "Illegal cue point", "Invalid seek", "Invalid contentPath", "Invalid xml", "No bitrate match, must be no default flv", "Cannot delete default VideoPlayer"]; }
Symbol 18 MovieClip [__Packages.mx.video.NCManager] Frame 0
class mx.video.NCManager implements mx.video.INCManager { var _timeoutIntervalId, _tryNCIntervalId, _timeout, _nc, _ncConnected, _isRTMP, _serverName, _wrappedURL, _portNumber, _appName, _contentPath, _streamName, _streamLength, _streamWidth, _streamHeight, _streams, _autoSenseBW, fpadZone, _payload, _connTypeCounter, _bitrate, _owner, _protocol, _smilMgr, _ncUri, _fpadMgr, fallbackServerName, _tryNC; function NCManager () { initNCInfo(); initOtherInfo(); _timeoutIntervalId = 0; _tryNCIntervalId = 0; _timeout = DEFAULT_TIMEOUT; _nc = undefined; _ncConnected = false; } function initNCInfo() { _isRTMP = undefined; _serverName = undefined; _wrappedURL = undefined; _portNumber = undefined; _appName = undefined; } function initOtherInfo() { _contentPath = undefined; _streamName = undefined; _streamLength = undefined; _streamWidth = undefined; _streamHeight = undefined; _streams = undefined; _autoSenseBW = false; fpadZone = undefined; _payload = 0; _connTypeCounter = 0; cleanConns(); } function getTimeout() { return(_timeout); } function setTimeout(t) { _timeout = t; if (_timeoutIntervalId != 0) { clearInterval(_timeoutIntervalId); _timeoutIntervalId = setInterval(this, "_onFCSConnectTimeOut", _timeout); } } function getBitrate() { return(_bitrate); } function setBitrate(b) { if ((_isRTMP == undefined) || (!_isRTMP)) { _bitrate = b; } } function getVideoPlayer() { return(_owner); } function setVideoPlayer(v) { _owner = v; } function getNetConnection() { return(_nc); } function getStreamName() { return(_streamName); } function isRTMP() { return(_isRTMP); } function getStreamLength() { return(_streamLength); } function getStreamWidth() { return(_streamWidth); } function getStreamHeight() { return(_streamHeight); } function connectToURL(url) { initOtherInfo(); _contentPath = url; if (((_contentPath == null) || (_contentPath == undefined)) || (_contentPath == "")) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_CONTENT_PATH); } var _local2 = parseURL(_contentPath); if ((_local2.streamName == undefined) || (_local2.streamName == "")) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_CONTENT_PATH, url); } if (_local2.isRTMP) { var _local3 = canReuseOldConnection(_local2); _isRTMP = true; _protocol = _local2.protocol; _streamName = _local2.streamName; _serverName = _local2.serverName; _wrappedURL = _local2.wrappedURL; _portNumber = _local2.portNumber; _appName = _local2.appName; if ((((_appName == undefined) || (_appName == "")) || (_streamName == undefined)) || (_streamName == "")) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_CONTENT_PATH, url); } _autoSenseBW = _streamName.indexOf(",") >= 0; return(_local3 || (connectRTMP())); } if ((_local2.streamName.indexOf("?") < 0) && (_local2.streamName.slice(-4).toLowerCase() == ".flv")) { var _local3 = canReuseOldConnection(_local2); _isRTMP = false; _streamName = _local2.streamName; return(_local3 || (connectHTTP())); } if (_local2.streamName.indexOf("/fms/fpad") >= 0) { try { return(connectFPAD(_local2.streamName)); } catch(err:Error) { } } _smilMgr = new mx.video.SMILManager(this); return(_smilMgr.connectXML(_local2.streamName)); } function connectAgain() { var _local2 = _appName.indexOf("/"); if (_local2 < 0) { _local2 = _streamName.indexOf("/"); if (_local2 >= 0) { _appName = _appName + "/"; _appName = _appName + _streamName.slice(0, _local2); _streamName = _streamName.slice(_local2 + 1); } return(false); } var _local3 = _appName.slice(_local2 + 1); _local3 = _local3 + "/"; _local3 = _local3 + _streamName; _streamName = _local3; _appName = _appName.slice(0, _local2); close(); _payload = 0; _connTypeCounter = 0; cleanConns(); connectRTMP(); return(true); } function reconnect() { if (!_isRTMP) { throw new Error("Cannot call reconnect on an http connection"); } _nc.onStatus = function (info) { this.mc.reconnectOnStatus(this, info); }; _nc.onBWDone = function () { this.mc.onReconnected(); }; _nc.connect(_ncUri, false); } function onReconnected() { delete _nc.onStatus; delete _nc.onBWDone; _ncConnected = true; _owner.ncReconnected(); } function close() { if (_nc) { _nc.close(); _ncConnected = false; } } function helperDone(helper, success) { if (!success) { _nc = undefined; _ncConnected = false; _owner.ncConnected(); _smilMgr = undefined; _fpadMgr = undefined; return(undefined); } var _local2; var _local4; if (helper == _fpadMgr) { _local4 = _fpadMgr.rtmpURL; _fpadMgr = undefined; _local2 = parseURL(_local4); _isRTMP = _local2.isRTMP; _protocol = _local2.protocol; _serverName = _local2.serverName; _portNumber = _local2.portNumber; _wrappedURL = _local2.wrappedURL; _appName = _local2.appName; _streamName = _local2.streamName; var _local5 = fpadZone; fpadZone = -1; connectRTMP(); fpadZone = _local5; return(undefined); } if (helper != _smilMgr) { return(undefined); } _streamWidth = _smilMgr.width; _streamHeight = _smilMgr.height; _local4 = _smilMgr.baseURLAttr[0]; if ((_local4 != undefined) && (_local4 != "")) { if (_local4.charAt(_local4.length - 1) != "/") { _local4 = _local4 + "/"; } _local2 = parseURL(_local4); _isRTMP = _local2.isRTMP; _streamName = _local2.streamName; if (_isRTMP) { _protocol = _local2.protocol; _serverName = _local2.serverName; _portNumber = _local2.portNumber; _wrappedURL = _local2.wrappedURL; _appName = _local2.appName; if ((_appName == undefined) || (_appName == "")) { _smilMgr = undefined; throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "Base RTMP URL must include application name: " + _local4); } if (_smilMgr.baseURLAttr.length > 1) { _local2 = parseURL(_smilMgr.baseURLAttr[1]); if (_local2.serverName != undefined) { fallbackServerName = _local2.serverName; } } } } _streams = _smilMgr.videoTags; _smilMgr = undefined; var _local3 = 0; while (_local3 < _streams.length) { _local4 = _streams[_local3].src; _local2 = parseURL(_local4); if (_isRTMP == undefined) { _isRTMP = _local2.isRTMP; if (_isRTMP) { _protocol = _local2.protocol; if (_streams.length > 1) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "Cannot switch between multiple absolute RTMP URLs, must use meta tag base attribute."); } _serverName = _local2.serverName; _portNumber = _local2.portNumber; _wrappedURL = _local2.wrappedURL; _appName = _local2.appName; if ((_appName == undefined) || (_appName == "")) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "Base RTMP URL must include application name: " + _local4); } } else if ((_local2.streamName.indexOf("/fms/fpad") >= 0) && (_streams.length > 1)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "Cannot switch between multiple absolute fpad URLs, must use meta tag base attribute."); } } else if ((((_streamName != undefined) && (_streamName != "")) && (!_local2.isRelative)) && (_streams.length > 1)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "When using meta tag base attribute, cannot use absolute URLs for video or ref tag src attributes."); } _streams[_local3].parseResults = _local2; _local3++; } _autoSenseBW = _streams.length > 1; if (!_autoSenseBW) { if (_streamName != undefined) { _streamName = _streamName + _streams[0].parseResults.streamName; } else { _streamName = _streams[0].parseResults.streamName; } _streamLength = _streams[0].dur; } if (_isRTMP) { connectRTMP(); } else if ((_streamName != undefined) && (_streamName.indexOf("/fms/fpad") >= 0)) { connectFPAD(_streamName); } else { if (_autoSenseBW) { bitrateMatch(); } connectHTTP(); _owner.ncConnected(); } } function bitrateMatch() { var _local3; var _local4 = _bitrate; if (isNaN(_local4)) { _local4 = 0; } var _local2 = 0; while (_local2 < _streams.length) { if (isNaN(_streams[_local2].bitrate) || (_local4 >= _streams[_local2].bitrate)) { _local3 = _local2; break; } _local2++; } if (isNaN(_local3)) { throw new mx.video.VideoError(mx.video.VideoError.NO_BITRATE_MATCH); } if (_streamName != undefined) { _streamName = _streamName + _streams[_local3].src; } else { _streamName = _streams[_local3].src; } _streamLength = _streams[_local3].dur; } function parseURL(url) { var _local2 = new Object(); var _local3 = 0; var _local4 = url.indexOf(":/", _local3); if (_local4 >= 0) { _local4 = _local4 + 2; _local2.protocol = url.slice(_local3, _local4); _local2.isRelative = false; } else { _local2.isRelative = true; } if ((_local2.protocol != undefined) && (((_local2.protocol == "rtmp:/") || (_local2.protocol == "rtmpt:/")) || (_local2.protocol == "rtmps:/"))) { _local2.isRTMP = true; _local3 = _local4; if (url.charAt(_local3) == "/") { _local3++; var _local7 = url.indexOf(":", _local3); var _local8 = url.indexOf("/", _local3); if (_local8 < 0) { if (_local7 < 0) { _local2.serverName = url.slice(_local3); } else { _local4 = _local7; _local2.portNumber = url.slice(_local3, _local4); _local3 = _local4 + 1; _local2.serverName = url.slice(_local3); } return(_local2); } if ((_local7 >= 0) && (_local7 < _local8)) { _local4 = _local7; _local2.serverName = url.slice(_local3, _local4); _local3 = _local4 + 1; _local4 = _local8; _local2.portNumber = url.slice(_local3, _local4); } else { _local4 = _local8; _local2.serverName = url.slice(_local3, _local4); } _local3 = _local4 + 1; } if (url.charAt(_local3) == "?") { var _local9 = url.slice(_local3 + 1); var _local6 = parseURL(_local9); if ((_local6.protocol == undefined) || (!_local6.isRTMP)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_CONTENT_PATH, url); } _local2.wrappedURL = "?"; _local2.wrappedURL = _local2.wrappedURL + _local6.protocol; if (_local6.serverName != undefined) { _local2.wrappedURL = _local2.wrappedURL + "/"; _local2.wrappedURL = _local2.wrappedURL + _local6.serverName; } if (_local6.wrappedURL != undefined) { _local2.wrappedURL = _local2.wrappedURL + "/?"; _local2.wrappedURL = _local2.wrappedURL + _local6.wrappedURL; } _local2.appName = _local6.appName; _local2.streamName = _local6.streamName; return(_local2); } _local4 = url.indexOf("/", _local3); if (_local4 < 0) { _local2.appName = url.slice(_local3); return(_local2); } _local2.appName = url.slice(_local3, _local4); _local3 = _local4 + 1; _local4 = url.indexOf("/", _local3); if (_local4 < 0) { _local2.streamName = url.slice(_local3); if (_local2.streamName.slice(-4).toLowerCase() == ".flv") { _local2.streamName = _local2.streamName.slice(0, -4); } return(_local2); } _local2.appName = _local2.appName + "/"; _local2.appName = _local2.appName + url.slice(_local3, _local4); _local3 = _local4 + 1; _local2.streamName = url.slice(_local3); if (_local2.streamName.slice(-4).toLowerCase() == ".flv") { _local2.streamName = _local2.streamName.slice(0, -4); } } else { _local2.isRTMP = false; _local2.streamName = url; } return(_local2); } function canReuseOldConnection(parseResults) { if (((_nc == undefined) || (_nc == null)) || (!_ncConnected)) { return(false); } if (!parseResults.isRTMP) { if (!_isRTMP) { return(true); } _owner.close(); _nc = undefined; _ncConnected = false; initNCInfo(); return(false); } if (_isRTMP) { if (((((parseResults.serverName == _serverName) && (parseResults.appName == _appName)) && (parseResults.protocol == _protocol)) && (parseResults.portNumber == _portNumber)) && (parseResults.wrappedURL == _wrappedURL)) { return(true); } _owner.close(); _nc = undefined; _ncConnected = false; } initNCInfo(); return(false); } function connectHTTP() { _nc = new NetConnection(); _nc.connect(null); _ncConnected = true; return(true); } function connectRTMP() { clearInterval(_timeoutIntervalId); _timeoutIntervalId = setInterval(this, "_onFCSConnectTimeOut", _timeout); _tryNC = new Array(); var _local2 = 0; while (_local2 < RTMP_CONN.length) { _tryNC[_local2] = new NetConnection(); if ((fpadZone != undefined) && (fpadZone != null)) { _tryNC[_local2].fpadZone = fpadZone; } _tryNC[_local2].mc = this; _tryNC[_local2].pending = false; _tryNC[_local2].connIndex = _local2; _tryNC[_local2].onBWDone = function (p_bw) { this.mc.onConnected(this, p_bw); }; _tryNC[_local2].onBWCheck = function () { return(++this.mc._payload); }; _tryNC[_local2].onStatus = function (info) { this.mc.connectOnStatus(this, info); }; _local2++; } nextConnect(); return(false); } function connectFPAD(url) { var _local7; var _local5; var _local6; var _local2 = url.indexOf("?"); while (_local2 >= 0) { _local2++; var _local4 = url.indexOf("&", _local2); if (url.substr(_local2, 4).toLowerCase() == "uri=") { _local7 = url.slice(0, _local2); _local2 = _local2 + 4; if (_local4 >= 0) { _local5 = url.slice(_local2, _local4); _local6 = url.slice(_local4); } else { _local5 = url.slice(_local2); _local6 = ""; } break; } _local2 = _local4; } if (_local2 < 0) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_CONTENT_PATH, "fpad url must include uri parameter: " + url); } var _local8 = parseURL(_local5); if (!_local8.isRTMP) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_CONTENT_PATH, "fpad url uri parameter must be rtmp url: " + url); } _fpadMgr = new mx.video.FPADManager(this); return(_fpadMgr.connectXML(_local7, _local5, _local6, _local8)); } function nextConnect() { clearInterval(_tryNCIntervalId); _tryNCIntervalId = 0; var _local4; var _local3; if (_connTypeCounter == 0) { _local4 = _protocol; if (_portNumber != undefined) { _local3 = _portNumber; } else { var _local2 = 0; while (_local2 < RTMP_CONN.length) { if (_local4 == RTMP_CONN[_local2].protocol) { _local3 = RTMP_CONN[_local2].port; break; } _local2++; } } } else { _local4 = RTMP_CONN[_connTypeCounter].protocol; _local3 = RTMP_CONN[_connTypeCounter].port; } var _local5 = ((_local4 + ((_serverName == undefined) ? "" : (((("/" + _serverName) + ":") + _local3) + "/"))) + ((_wrappedURL == undefined) ? "" : (_wrappedURL + "/"))) + _appName; _tryNC[_connTypeCounter].pending = true; _tryNC[_connTypeCounter].connect(_local5, _autoSenseBW); if (_connTypeCounter < (RTMP_CONN.length - 1)) { _connTypeCounter++; _tryNCIntervalId = setInterval(this, "nextConnect", 1500); } } function cleanConns() { clearInterval(_tryNCIntervalId); _tryNCIntervalId = 0; if (_tryNC != undefined) { var _local2 = 0; while (_local2 < _tryNC.length) { if (_tryNC[_local2] != undefined) { delete _tryNC[_local2].onStatus; if (_tryNC[_local2].pending) { _tryNC[_local2].onStatus = function (info) { this.mc.disconnectOnStatus(this, info); }; } else { delete _tryNC[_local2].onStatus; _tryNC[_local2].close(); } } delete _tryNC[_local2]; _local2++; } delete _tryNC; } } function tryFallBack() { if (((_serverName == fallbackServerName) || (fallbackServerName == undefined)) || (fallbackServerName == null)) { delete _nc; _nc = undefined; _ncConnected = false; _owner.ncConnected(); } else { _connTypeCounter = 0; cleanConns(); _serverName = fallbackServerName; connectRTMP(); } } function onConnected(p_nc, p_bw) { clearInterval(_timeoutIntervalId); _timeoutIntervalId = 0; delete p_nc.onBWDone; delete p_nc.onBWCheck; delete p_nc.onStatus; _nc = p_nc; _ncUri = _nc.uri; _ncConnected = true; if (_autoSenseBW) { _bitrate = p_bw * 1024; if (_streams != undefined) { bitrateMatch(); } else { var _local3 = _streamName.split(","); var _local2 = 0; while (_local2 < _local3.length) { var _local4 = stripFrontAndBackWhiteSpace(_local3[_local2]); if ((_local2 + 1) < _local3.length) { if (p_bw <= Number(_local3[_local2 + 1])) { _streamName = _local4; break; } } else { _streamName = _local4; break; } _local2 = _local2 + 2; } if (_streamName.slice(-4).toLowerCase() == ".flv") { _streamName = _streamName.slice(0, -4); } } } if ((!_owner.__get__isLive()) && (_streamLength == undefined)) { var _local6 = new Object(); _local6.mc = this; _local6.onResult = function (length) { this.mc.getStreamLengthResult(length); }; _nc.call("getStreamLength", _local6, _streamName); } else { _owner.ncConnected(); } } function connectOnStatus(target, info) { target.pending = false; if (info.code == "NetConnection.Connect.Success") { _nc = _tryNC[target.connIndex]; _tryNC[target.connIndex] = undefined; cleanConns(); } else if (((info.code == "NetConnection.Connect.Failed") || (info.code == "NetConnection.Connect.Rejected")) && (target.connIndex == (RTMP_CONN.length - 1))) { if (!connectAgain()) { tryFallBack(); } } } function reconnectOnStatus(target, info) { if ((info.code == "NetConnection.Connect.Failed") || (info.code == "NetConnection.Connect.Rejected")) { delete _nc; _nc = undefined; _ncConnected = false; _owner.ncReconnected(); } } function disconnectOnStatus(target, info) { if (info.code == "NetConnection.Connect.Success") { delete target.onStatus; target.close(); } } function getStreamLengthResult(length) { if (length > 0) { _streamLength = length; } _owner.ncConnected(); } function _onFCSConnectTimeOut() { cleanConns(); _nc = undefined; _ncConnected = false; if (!connectAgain()) { _owner.ncConnected(); } } static function stripFrontAndBackWhiteSpace(p_str) { var _local1; var _local2 = p_str.length; var _local4 = 0; var _local5 = _local2; _local1 = 0; while (_local1 < _local2) { switch (p_str.charCodeAt(_local1)) { case 9 : case 10 : case 13 : case 32 : break; default : _local4 = _local1; break;!//outer level } _local1++; } _local1 = _local2; while (_local1 >= 0) { switch (p_str.charCodeAt(_local1)) { case 9 : case 10 : case 13 : case 32 : break; default : _local5 = _local1 + 1; break;!//outer level } _local1--; } if (_local5 <= _local4) { return(""); } return(p_str.slice(_local4, _local5)); } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; var DEFAULT_TIMEOUT = 60000; static var RTMP_CONN = [{protocol:"rtmp:/", port:"1935"}, {protocol:"rtmp:/", port:"443"}, {protocol:"rtmpt:/", port:"80"}, {protocol:"rtmps:/", port:"443"}]; }
Symbol 16 MovieClip [__Packages.mx.video.SMILManager] Frame 0
class mx.video.SMILManager { var _owner, _url, xml, baseURLAttr, videoTags, width, height; function SMILManager (owner) { _owner = owner; } function connectXML(url) { _url = fixURL(url); xml = new XML(); xml.onLoad = mx.utils.Delegate.create(this, xmlOnLoad); xml.load(_url); return(false); } function fixURL(origURL) { if ((origURL.substr(0, 5).toLowerCase() == "http:") || (origURL.substr(0, 6).toLowerCase() == "https:")) { var _local2 = ((origURL.indexOf("?") >= 0) ? "&" : "?"); return(((origURL + _local2) + "FLVPlaybackVersion=") + shortVersion); } return(origURL); } function xmlOnLoad(success) { try { if (!success) { _owner.helperDone(this, false); } else { baseURLAttr = new Array(); videoTags = new Array(); var _local2 = xml.firstChild; var _local6 = false; while (_local2 != null) { if (_local2.nodeType == ELEMENT_NODE) { _local6 = true; if (_local2.nodeName.toLowerCase() == "smil") { break; } } _local2 = _local2.nextSibling; } if (!_local6) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" No root node found; if url is for an flv it must have .flv extension and take no parameters"); } else if (_local2 == null) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" Root node not smil"); } var _local5 = false; var _local4 = 0; while (_local4 < _local2.childNodes.length) { var _local3 = _local2.childNodes[_local4]; if (_local3.nodeType != ELEMENT_NODE) { } else if (_local3.nodeName.toLowerCase() == "head") { parseHead(_local3); } else if (_local3.nodeName.toLowerCase() == "body") { _local5 = true; parseBody(_local3); } else { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ((((("URL: \"" + _url) + "\" Tag ") + _local3.nodeName) + " not supported in ") + _local2.nodeName) + " tag."); } _local4++; } if (!_local5) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" Tag body is required."); } _owner.helperDone(this, true); } } catch(err:Error) { _owner.helperDone(this, false); throw err; } } function parseHead(parentNode) { var _local4 = false; var _local3 = 0; while (_local3 < parentNode.childNodes.length) { var _local2 = parentNode.childNodes[_local3]; if (_local2.nodeType != ELEMENT_NODE) { } else if (_local2.nodeName.toLowerCase() == "meta") { for (var _local6 in _local2.attributes) { if (_local6.toLowerCase() == "base") { baseURLAttr.push(_local2.attributes[_local6]); } else { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ((((("URL: \"" + _url) + "\" Attribute ") + _local6) + " not supported in ") + _local2.nodeName) + " tag."); } } } else if (_local2.nodeName.toLowerCase() == "layout") { if (!_local4) { parseLayout(_local2); _local4 = true; } } _local3++; } } function parseLayout(parentNode) { var _local3 = 0; while (_local3 < parentNode.childNodes.length) { var _local2 = parentNode.childNodes[_local3]; if (_local2.nodeType != ELEMENT_NODE) { } else if (_local2.nodeName.toLowerCase() == "root-layout") { for (var _local5 in _local2.attributes) { if (_local5.toLowerCase() == "width") { width = Number(_local2.attributes[_local5]); } else if (_local5.toLowerCase() == "height") { height = Number(_local2.attributes[_local5]); } } if (((isNaN(width) || (width < 0)) || (isNaN(height))) || (height < 0)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ((("URL: \"" + _url) + "\" Tag ") + _local2.nodeName) + " requires attributes id, width and height. Width and height must be numbers greater than or equal to 0."); } width = Math.round(width); height = Math.round(height); return(undefined); } _local3++; } } function parseBody(parentNode) { var _local6 = 0; var _local3 = 0; while (_local3 < parentNode.childNodes.length) { var _local2 = parentNode.childNodes[_local3]; if (_local2.nodeType != ELEMENT_NODE) { } else { _local6++; if (_local6 > 1) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ((("URL: \"" + _url) + "\" Tag ") + parentNode.nodeName) + " is required to contain exactly one tag."); } if (_local2.nodeName.toLowerCase() == "switch") { parseSwitch(_local2); } else if ((_local2.nodeName.toLowerCase() == "video") || (_local2.nodeName.toLowerCase() == "ref")) { var _local5 = parseVideo(_local2); videoTags.push(_local5); } } _local3++; } if (videoTags.length < 1) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" At least one video of ref tag is required."); } } function parseSwitch(parentNode) { var _local4 = 0; while (_local4 < parentNode.childNodes.length) { var _local5 = parentNode.childNodes[_local4]; if (_local5.nodeType != ELEMENT_NODE) { } else if ((_local5.nodeName.toLowerCase() == "video") || (_local5.nodeName.toLowerCase() == "ref")) { var _local3 = parseVideo(_local5); if (_local3.bitrate == undefined) { videoTags.push(_local3); } else { var _local6 = false; var _local2 = 0; while (_local2 < videoTags.length) { if ((videoTags[_local2].bitrate == undefined) || (_local3.bitrate < videoTags[_local4].bitrate)) { _local6 = true; videoTags.splice(_local2, 0, videoTags); break; } _local2++; } if (!_local6) { videoTags.push(_local3); } } } _local4++; } } function parseVideo(node) { var _local3 = new Object(); for (var _local4 in node.attributes) { if (_local4.toLowerCase() == "src") { _local3.src = node.attributes[_local4]; } else if (_local4.toLowerCase() == "system-bitrate") { _local3.bitrate = Number(node.attributes[_local4]); } else if (_local4.toLowerCase() == "dur") { _local3.dur = parseTime(node.attributes[_local4]); } } if (_local3.src == undefined) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ((("URL: \"" + _url) + "\" Attribute src is required in ") + node.nodeName) + " tag."); } return(_local3); } function parseTime(timeStr) { var _local4 = 0; var _local3 = timeStr.split(":"); if ((_local3.length < 1) || (_local3.length > 3)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "Invalid dur value: " + timeStr); } var _local1 = 0; while (_local1 < _local3.length) { var _local2 = Number(_local3[_local1]); if (isNaN(_local2)) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, "Invalid dur value: " + timeStr); } _local4 = _local4 * 60; _local4 = _local4 + _local2; _local1++; } return(_local4); } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; static var ELEMENT_NODE = 1; }
Symbol 15 MovieClip [__Packages.mx.utils.Delegate] Frame 0
class mx.utils.Delegate extends Object { var func; function Delegate (f) { super(); func = f; } static function create(obj, func) { var _local2 = function () { var _local2 = arguments.callee.target; var _local3 = arguments.callee.func; return(_local3.apply(_local2, arguments)); }; _local2.target = obj; _local2.func = func; return(_local2); } function createDelegate(obj) { return(create(obj, func)); } }
Symbol 17 MovieClip [__Packages.mx.video.FPADManager] Frame 0
class mx.video.FPADManager { var _owner, _uriParam, _parseResults, _url, xml, rtmpURL; function FPADManager (owner) { _owner = owner; } function connectXML(urlPrefix, uriParam, urlSuffix, uriParamParseResults) { _uriParam = uriParam; _parseResults = uriParamParseResults; _url = (urlPrefix + "uri=") + _parseResults.protocol; if (_parseResults.serverName != undefined) { _url = _url + ("/" + _parseResults.serverName); } if (_parseResults.portNumber != undefined) { _url = _url + (":" + _parseResults.portNumber); } if (_parseResults.wrappedURL != undefined) { _url = _url + ("/?" + _parseResults.wrappedURL); } _url = _url + ("/" + _parseResults.appName); _url = _url + urlSuffix; xml = new XML(); xml.onLoad = mx.utils.Delegate.create(this, xmlOnLoad); xml.load(_url); return(false); } function xmlOnLoad(success) { try { if (!success) { _owner.helperDone(this, false); } else { var _local5 = xml.firstChild; var _local8 = false; while (_local5 != null) { if (_local5.nodeType == ELEMENT_NODE) { _local8 = true; if (_local5.nodeName.toLowerCase() == "fpad") { break; } } _local5 = _local5.nextSibling; } if (!_local8) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" No root node found; if url is for an flv it must have .flv extension and take no parameters"); } else if (_local5 == null) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" Root node not fpad"); } var _local7; var _local6 = 0; while (_local6 < _local5.childNodes.length) { var _local3 = _local5.childNodes[_local6]; if (_local3.nodeType != ELEMENT_NODE) { } else if (_local3.nodeName.toLowerCase() == "proxy") { var _local2 = 0; while (_local2 < _local3.childNodes.length) { var _local4 = _local3.childNodes[_local2]; if (_local4.nodeType == TEXT_NODE) { _local7 = trim(_local4.nodeValue); break; } _local2++; } break; } _local6++; } if ((_local7 == undefined) || (_local7 == "")) { throw new mx.video.VideoError(mx.video.VideoError.INVALID_XML, ("URL: \"" + _url) + "\" fpad xml requires proxy tag."); } rtmpURL = (((_parseResults.protocol + "/") + _local7) + "/?") + _uriParam; _owner.helperDone(this, true); } } catch(err:Error) { _owner.helperDone(this, false); throw err; } } function trim(str) { var _local2 = 0; while (_local2 < str.length) { var _local1 = str.charAt(_local2); if ((((_local1 != " ") && (_local1 != "\t")) && (_local1 != "\r")) && (_local1 != newline)) { break; } _local2++; } if (_local2 >= str.length) { return(""); } var _local4 = str.length - 1; while (_local4 > _local2) { var _local1 = str.charAt(_local4); if ((((_local1 != " ") && (_local1 != "\t")) && (_local1 != "\r")) && (_local1 != newline)) { break; } _local4--; } return(str.slice(_local2, _local4 + 1)); } static var version = "1.0.1.10"; static var shortVersion = "1.0.1"; static var ELEMENT_NODE = 1; static var TEXT_NODE = 3; }
Symbol 19 MovieClip [__Packages.mx.video.CuePointManager] Frame 0
class mx.video.CuePointManager { var _owner, _id, _asCuePointTolerance, _linearSearchTolerance, _metadataLoaded, allCuePoints, asCuePoints, _disabledCuePoints, flvCuePoints, navCuePoints, eventCuePoints, _asCuePointIndex, __get__playheadUpdateInterval, _disabledCuePointsByNameOnly; function CuePointManager (owner, id) { _owner = owner; _id = id; reset(); _asCuePointTolerance = _owner.getVideoPlayer(_id).__get__playheadUpdateInterval() / 2000; _linearSearchTolerance = DEFAULT_LINEAR_SEARCH_TOLERANCE; } function reset() { _metadataLoaded = false; allCuePoints = null; asCuePoints = null; _disabledCuePoints = null; flvCuePoints = null; navCuePoints = null; eventCuePoints = null; _asCuePointIndex = 0; } function get metadataLoaded() { return(_metadataLoaded); } function set playheadUpdateInterval(aTime) { _asCuePointTolerance = aTime / 2000; //return(__get__playheadUpdateInterval()); } function get id() { return(_id); } function addASCuePoint(timeOrCuePoint, name, parameters) { var _local3; if (typeof(timeOrCuePoint) == "object") { _local3 = deepCopyObject(timeOrCuePoint); } else { _local3 = {time:timeOrCuePoint, name:name, parameters:deepCopyObject(parameters)}; } var _local7 = isNaN(_local3.time) || (_local3.time < 0); if (_local7) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "time must be number"); } var _local6 = (_local3.name == undefined) || (_local3.name == null); if (_local6) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "name cannot be undefined or null"); } var _local2; _local3.type = "actionscript"; if (((asCuePoints == null) || (asCuePoints == undefined)) || (asCuePoints.length < 1)) { _local2 = 0; asCuePoints = new Array(); asCuePoints.push(_local3); } else { _local2 = getCuePointIndex(asCuePoints, true, _local3.time); _local2 = ((asCuePoints[_local2].time > _local3.time) ? 0 : (_local2 + 1)); asCuePoints.splice(_local2, 0, _local3); } if (((allCuePoints == null) || (allCuePoints == undefined)) || (allCuePoints.length < 1)) { _local2 = 0; allCuePoints = new Array(); allCuePoints.push(_local3); } else { _local2 = getCuePointIndex(allCuePoints, true, _local3.time); _local2 = ((allCuePoints[_local2].time > _local3.time) ? 0 : (_local2 + 1)); allCuePoints.splice(_local2, 0, _local3); } var _local5 = _owner.getVideoPlayer(_id).__get__playheadTime(); if (_local5 > 0) { if (_asCuePointIndex == _local2) { if (_local5 > asCuePoints[_local2].time) { _asCuePointIndex++; } } else if (_asCuePointIndex > _local2) { _asCuePointIndex++; } } else { _asCuePointIndex = 0; } var _local4 = deepCopyObject(asCuePoints[_local2]); _local4.array = asCuePoints; _local4.index = _local2; return(_local4); } function removeASCuePoint(timeNameOrCuePoint) { if (((asCuePoints == null) || (asCuePoints == undefined)) || (asCuePoints.length < 1)) { return(null); } var _local3; switch (typeof(timeNameOrCuePoint)) { case "string" : _local3 = {name:timeNameOrCuePoint}; break; case "number" : _local3 = {time:timeNameOrCuePoint}; break; case "object" : _local3 = timeNameOrCuePoint; } var _local2 = getCuePointIndex(asCuePoints, false, _local3.time, _local3.name); if (_local2 < 0) { return(null); } _local3 = asCuePoints[_local2]; asCuePoints.splice(_local2, 1); _local2 = getCuePointIndex(allCuePoints, false, _local3.time, _local3.name); if (_local2 > 0) { allCuePoints.splice(_local2, 1); } if (_owner.getVideoPlayer(_id).__get__playheadTime() > 0) { if (_asCuePointIndex > _local2) { _asCuePointIndex--; } } else { _asCuePointIndex = 0; } return(_local3); } function setFLVCuePointEnabled(enabled, timeNameOrCuePoint) { var _local4; switch (typeof(timeNameOrCuePoint)) { case "string" : _local4 = {name:timeNameOrCuePoint}; break; case "number" : _local4 = {time:timeNameOrCuePoint}; break; case "object" : _local4 = timeNameOrCuePoint; } var _local12 = isNaN(_local4.time) || (_local4.time < 0); var _local11 = (_local4.name == undefined) || (_local4.name == null); if (_local12 && (_local11)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "time must be number and/or name must not be undefined or null"); } var _local6 = 0; var _local2; var _local5; if (_local12) { if (!_metadataLoaded) { if (_disabledCuePointsByNameOnly[_local4.name] == undefined) { if (!enabled) { if (((_disabledCuePointsByNameOnly == null) || (_disabledCuePointsByNameOnly == undefined)) || (_disabledCuePointsByNameOnly.length < 0)) { _disabledCuePointsByNameOnly = new Object(); } _disabledCuePointsByNameOnly[_local4.name] = new Array(); } } else { if (enabled) { _disabledCuePointsByNameOnly[_local4.name] = undefined; } return(-1); } removeCuePoints(_disabledCuePoints, _local4); return(-1); } if (enabled) { _local6 = removeCuePoints(_disabledCuePoints, _local4); } else { var _local3; _local2 = getCuePointIndex(flvCuePoints, true, -1, _local4.name); while (_local2 >= 0) { _local3 = flvCuePoints[_local2]; _local5 = getCuePointIndex(_disabledCuePoints, true, _local3.time); if ((_local5 < 0) || (_disabledCuePoints[_local5].time != _local3.time)) { _disabledCuePoints = insertCuePoint(_local5, _disabledCuePoints, {name:_local3.name, time:_local3.time}); _local6 = _local6 + 1; } _local2 = getNextCuePointIndexWithName(_local3.name, flvCuePoints, _local2); } } return(_local6); } _local2 = getCuePointIndex(_disabledCuePoints, false, _local4.time, _local4.name); if (_local2 < 0) { if (enabled) { if (!_metadataLoaded) { _local2 = getCuePointIndex(_disabledCuePoints, false, _local4.time); if (_local2 < 0) { _local5 = getCuePointIndex(_disabledCuePointsByNameOnly[_local4.name], true, _local4.time); if (cuePointCompare(_local4.time, null, _disabledCuePointsByNameOnly[_local4.name]) != 0) { _disabledCuePointsByNameOnly[_local4.name] = insertCuePoint(_local5, _disabledCuePointsByNameOnly[_local4.name], _local4); } } else { _disabledCuePoints.splice(_local2, 1); } } return((_metadataLoaded ? 0 : -1)); } } else { if (enabled) { _disabledCuePoints.splice(_local2, 1); _local6 = 1; } else { _local6 = 0; } return((_metadataLoaded ? (_local6) : -1)); } if (_metadataLoaded) { _local2 = getCuePointIndex(flvCuePoints, false, _local4.time, _local4.name); if (_local2 < 0) { return(0); } if (_local11) { _local4.name = flvCuePoints[_local2].name; } } _local5 = getCuePointIndex(_disabledCuePoints, true, _local4.time); _disabledCuePoints = insertCuePoint(_local5, _disabledCuePoints, _local4); _local6 = 1; return((_metadataLoaded ? 1 : -1)); } function removeCuePoints(cuePointArray, cuePoint) { var _local2; var _local4; var _local5 = 0; _local2 = getCuePointIndex(cuePointArray, true, -1, cuePoint.name); while (_local2 >= 0) { _local4 = cuePointArray[_local2]; cuePointArray.splice(_local2, 1); _local2--; _local5++; _local2 = getNextCuePointIndexWithName(_local4.name, cuePointArray, _local2); } return(_local5); } function insertCuePoint(insertIndex, cuePointArray, cuePoint) { if (insertIndex < 0) { cuePointArray = new Array(); cuePointArray.push(cuePoint); } else { if (cuePointArray[insertIndex].time > cuePoint.time) { insertIndex = 0; } else { insertIndex++; } cuePointArray.splice(insertIndex, 0, cuePoint); } return(cuePointArray); } function isFLVCuePointEnabled(timeNameOrCuePoint) { if (!_metadataLoaded) { return(true); } var _local3; switch (typeof(timeNameOrCuePoint)) { case "string" : _local3 = {name:timeNameOrCuePoint}; break; case "number" : _local3 = {time:timeNameOrCuePoint}; break; case "object" : _local3 = timeNameOrCuePoint; } var _local5 = isNaN(_local3.time) || (_local3.time < 0); var _local6 = (_local3.name == undefined) || (_local3.name == null); if (_local5 && (_local6)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "time must be number and/or name must not be undefined or null"); } if (_local5) { var _local2 = getCuePointIndex(flvCuePoints, true, -1, _local3.name); if (_local2 < 0) { return(true); } while (_local2 >= 0) { if (getCuePointIndex(_disabledCuePoints, false, flvCuePoints[_local2].time, flvCuePoints[_local2].name) < 0) { return(true); } _local2 = getNextCuePointIndexWithName(_local3.name, flvCuePoints, _local2); } return(false); } return(getCuePointIndex(_disabledCuePoints, false, _local3.time, _local3.name) < 0); } function dispatchASCuePoints() { var _local5 = _owner.getVideoPlayer(_id).__get__playheadTime(); if ((_owner.getVideoPlayer(_id).__get__stateResponsive() && (asCuePoints != null)) && (asCuePoints != undefined)) { while ((_asCuePointIndex < asCuePoints.length) && (asCuePoints[_asCuePointIndex].time <= (_local5 + _asCuePointTolerance))) { _owner.dispatchEvent({type:"cuePoint", info:deepCopyObject(asCuePoints[_asCuePointIndex++]), vp:_id}); } } } function resetASCuePointIndex(time) { if (((time <= 0) || (asCuePoints == null)) || (asCuePoints == undefined)) { _asCuePointIndex = 0; return(undefined); } var _local2 = getCuePointIndex(asCuePoints, true, time); _asCuePointIndex = ((asCuePoints[_local2].time < time) ? (_local2 + 1) : (_local2)); } function processFLVCuePoints(metadataCuePoints) { _metadataLoaded = true; if (((metadataCuePoints == undefined) || (metadataCuePoints == null)) || (metadataCuePoints.length < 1)) { flvCuePoints = null; navCuePoints = null; eventCuePoints = null; return(undefined); } flvCuePoints = metadataCuePoints; navCuePoints = new Array(); eventCuePoints = new Array(); var _local5; var _local6 = -1; var _local2; var _local4 = _disabledCuePoints; var _local3 = 0; _disabledCuePoints = new Array(); var _local9 = 0; while (_local2 = flvCuePoints[_local9++] , _local2 != undefined) { if ((_local6 > 0) && (_local6 >= _local2.time)) { flvCuePoints = null; navCuePoints = null; eventCuePoints = null; _disabledCuePoints = null; _disabledCuePointsByNameOnly = null; throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "Unsorted cuePoint found after time: " + _local6); } _local6 = _local2.time; while ((_local3 < _local4.length) && (cuePointCompare(_local4[_local3].time, null, _local2) < 0)) { _local3++; } if ((_disabledCuePointsByNameOnly[_local2.name] != undefined) || ((_local3 < _local4.length) && (cuePointCompare(_local4[_local3].time, _local4[_local3].name, _local2) == 0))) { _disabledCuePoints.push({time:_local2.time, name:_local2.name}); } if (_local2.type == "navigation") { navCuePoints.push(_local2); } else if (_local2.type == "event") { eventCuePoints.push(_local2); } if (((allCuePoints == null) || (allCuePoints == undefined)) || (allCuePoints.length < 1)) { allCuePoints = new Array(); allCuePoints.push(_local2); } else { _local5 = getCuePointIndex(allCuePoints, true, _local2.time); _local5 = ((allCuePoints[_local5].time > _local2.time) ? 0 : (_local5 + 1)); allCuePoints.splice(_local5, 0, _local2); } } delete _disabledCuePointsByNameOnly; _disabledCuePointsByNameOnly = null; delete _disabledCuePointsByNameOnly; _disabledCuePointsByNameOnly = null; } function processCuePointsProperty(cuePoints) { if (((cuePoints == undefined) || (cuePoints == null)) || (cuePoints.length == 0)) { return(undefined); } var _local4 = 0; var _local8; var _local6; var _local7; var _local5; var _local9; var _local2 = 0; while (_local2 < (cuePoints.length - 1)) { switch (_local4) { case 6 : addOrDisable(_local9, _local5); _local4 = 0; case 0 : if (cuePoints[_local2++] != "t") { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "unexpected cuePoint parameter format"); } if (isNaN(cuePoints[_local2])) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "time must be number"); } _local5 = new Object(); _local5.time = cuePoints[_local2] / 1000; _local4++; break; case 1 : if (cuePoints[_local2++] != "n") { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "unexpected cuePoint parameter format"); } if ((cuePoints[_local2] == undefined) || (cuePoints[_local2] == null)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "name cannot be null or undefined"); } _local5.name = unescape(cuePoints[_local2]); _local4++; break; case 2 : if (cuePoints[_local2++] != "t") { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "unexpected cuePoint parameter format"); } if (isNaN(cuePoints[_local2])) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "type must be number"); } switch (cuePoints[_local2]) { case 0 : _local5.type = "event"; break; case 1 : _local5.type = "navigation"; break; case 2 : _local5.type = "actionscript"; break; default : throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "type must be 0, 1 or 2"); } _local4++; break; case 3 : if (cuePoints[_local2++] != "d") { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "unexpected cuePoint parameter format"); } if (isNaN(cuePoints[_local2])) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "disabled must be number"); } _local9 = cuePoints[_local2] != 0; _local4++; break; case 4 : if (cuePoints[_local2++] != "p") { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "unexpected cuePoint parameter format"); } if (isNaN(cuePoints[_local2])) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "num params must be number"); } _local8 = cuePoints[_local2]; _local4++; if (_local8 == 0) { _local4++; } else { _local5.parameters = new Object(); } break; case 5 : _local6 = cuePoints[_local2++]; _local7 = cuePoints[_local2]; if (typeof(_local6) == "string") { _local6 = unescape(_local6); } if (typeof(_local7) == "string") { _local7 = unescape(_local7); } _local5.parameters[_local6] = _local7; _local8--; if (_local8 != 0) { break; } _local4++; } _local2++; } if (_local4 == 6) { addOrDisable(_local9, _local5); } else { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "unexpected end of cuePoint param string"); } } function addOrDisable(disable, cuePoint) { if (disable) { if (cuePoint.type == "actionscript") { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "Cannot disable actionscript cue points"); } setFLVCuePointEnabled(false, cuePoint); } else if (cuePoint.type == "actionscript") { addASCuePoint(cuePoint); } } function unescape(origStr) { var _local3 = origStr; var _local1 = 0; while (_local1 < cuePointsReplace.length) { var _local2 = _local3.split(cuePointsReplace[_local1++]); if (_local2.length > 1) { _local3 = _local2.join(cuePointsReplace[_local1]); } _local1++; } return(_local3); } function getCuePointIndex(cuePointArray, closeIsOK, time, name, start, len) { if (((cuePointArray == null) || (cuePointArray == undefined)) || (cuePointArray.length < 1)) { return(-1); } var _local13 = isNaN(time) || (time < 0); var _local16 = (name == undefined) || (name == null); if (_local13 && (_local16)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "time must be number and/or name must not be undefined or null"); } if ((start == undefined) || (start == null)) { start = 0; } if ((len == undefined) || (len == null)) { len = cuePointArray.length; } if ((!_local16) && (closeIsOK || (_local13))) { var _local8; var _local2; if (_local13) { _local8 = start; } else { _local8 = getCuePointIndex(cuePointArray, closeIsOK, time); } _local2 = _local8; while (_local2 >= start) { if (cuePointArray[_local2].name == name) { break; } _local2--; } if (_local2 >= start) { return(_local2); } _local2 = _local8 + 1; while (_local2 < len) { if (cuePointArray[_local2].name == name) { break; } _local2++; } if (_local2 < len) { return(_local2); } return(-1); } var _local6; if (len <= _linearSearchTolerance) { var _local11 = start + len; var _local3 = start; while (_local3 < _local11) { _local6 = cuePointCompare(time, name, cuePointArray[_local3]); if (_local6 == 0) { return(_local3); } if (_local6 < 0) { break; } _local3++; } if (closeIsOK) { if (_local3 > 0) { return(_local3 - 1); } return(0); } return(-1); } var _local12 = Math.floor(len / 2); var _local15 = start + _local12; _local6 = cuePointCompare(time, name, cuePointArray[_local15]); if (_local6 < 0) { return(getCuePointIndex(cuePointArray, closeIsOK, time, name, start, _local12)); } if (_local6 > 0) { return(getCuePointIndex(cuePointArray, closeIsOK, time, name, _local15 + 1, (_local12 - 1) + (len % 2))); } return(_local15); } function getNextCuePointIndexWithName(name, array, index) { if ((name == undefined) || (name == null)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "name cannot be undefined or null"); } if ((array == null) || (array == undefined)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "cuePoint.array undefined"); } if ((isNaN(index) || (index < -1)) || (index >= array.length)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "cuePoint.index must be number between -1 and cuePoint.array.length"); } var _local1; _local1 = index + 1; while (_local1 < array.length) { if (array[_local1].name == name) { break; } _local1++; } if (_local1 < array.length) { return(_local1); } return(-1); } static function cuePointCompare(time, name, cuePoint) { var _local2 = Math.round(time * 1000); var _local3 = Math.round(cuePoint.time * 1000); if (_local2 < _local3) { return(-1); } if (_local2 > _local3) { return(1); } if ((name != null) || (name != undefined)) { if (name == cuePoint.name) { return(0); } if (name < cuePoint.name) { return(-1); } return(1); } return(0); } function getCuePoint(cuePointArray, closeIsOK, timeNameOrCuePoint) { var _local3; switch (typeof(timeNameOrCuePoint)) { case "string" : _local3 = {name:timeNameOrCuePoint}; break; case "number" : _local3 = {time:timeNameOrCuePoint}; break; case "object" : _local3 = timeNameOrCuePoint; } var _local2 = getCuePointIndex(cuePointArray, closeIsOK, _local3.time, _local3.name); if (_local2 < 0) { return(null); } _local3 = deepCopyObject(cuePointArray[_local2]); _local3.array = cuePointArray; _local3.index = _local2; return(_local3); } function getNextCuePointWithName(cuePoint) { if ((cuePoint == null) || (cuePoint == undefined)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "cuePoint parameter undefined"); } if (isNaN(cuePoint.time) || (cuePoint.time < 0)) { throw new mx.video.VideoError(mx.video.VideoError.ILLEGAL_CUE_POINT, "time must be number"); } var _local3 = getNextCuePointIndexWithName(cuePoint.name, cuePoint.array, cuePoint.index); if (_local3 < 0) { return(null); } var _local4 = deepCopyObject(cuePoint.array[_local3]); _local4.array = cuePoint.array; _local4.index = _local3; return(_local4); } static function deepCopyObject(obj, recurseLevel) { if (((obj == undefined) || (obj == null)) || (typeof(obj) != "object")) { return(obj); } if (recurseLevel == undefined) { recurseLevel = 0; } var _local2 = new Object(); for (var _local4 in obj) { if ((recurseLevel == 0) && ((_local4 == "array") || (_local4 == "index"))) { } else if (typeof(obj[_local4]) == "object") { _local2[_local4] = deepCopyObject(obj[_local4], recurseLevel + 1); } else { _local2[_local4] = obj[_local4]; } } return(_local2); } static var DEFAULT_LINEAR_SEARCH_TOLERANCE = 50; static var cuePointsReplace = ["&quot;", "\"", "&#39;", "'", "&#44;", ",", "&amp;", "&"]; }
Symbol 118 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 122 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 131 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 135 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 140 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 145 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 149 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 153 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 158 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 162 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 167 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 171 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 175 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 179 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 185 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 189 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 192 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 196 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 200 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 203 MovieClip Frame 1
var myNum; numRoll_mc.setMask(numMask_mc); numRoll_mc.onEnterFrame = function () { if (_root.Incr[myNum] > 0) { this.numMov_mc._x = this.numMov_mc._x + _root.Incr[myNum]; if (this.numMov_mc._x > 25) { this.numMov_mc._x = -25; } if (this.numMov_mc._x < -25) { this.numMov_mc._x = 25; } } else { this.numMov_mc._x = 0; } };
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 20
gotoAndStop (1);
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 20
gotoAndStop (1);
Symbol 277 MovieClip Frame 1
stop();
Symbol 335 Button
on (release) { getURL ("http://secure.twistysnetwork.com/track/MTk0Mzg3OjU6NTc,27/", "_blank"); }
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 9
gotoAndStop ("Kiyfix");
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 9
gotoAndStop ("Kiyfix");
Symbol 396 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 50
stop();
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 50
stop();
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 50
stop();
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 75
stop();
Symbol 422 MovieClip Frame 1
Symbol 422 MovieClip Frame 8
stop();
Symbol 424 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 8
gotoAndStop (1);
Symbol 426 MovieClip Frame 1
Symbol 426 MovieClip Frame 18
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 1
stop();
Symbol 430 MovieClip Frame 1
stop();
Symbol 432 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 1
stop();
Symbol 491 MovieClip Frame 105
stop();
Symbol 493 MovieClip Frame 94
stop();

Library Items

Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:9
Symbol 4 VideoUsed by:5
Symbol 5 MovieClip [VideoPlayer]Uses:4Used by:9
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:8
Symbol 8 MovieClip [Icon]Uses:7Used by:9
Symbol 9 MovieClip [FLVPlayback]Uses:3 5 8Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 MovieClipUsed by:Timeline
Symbol 22 BitmapUsed by:23 88 440
Symbol 23 GraphicUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:25 26Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:31 204
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 FontUsed by:33 59 60 228 230 232 234 236 238 239 240 242 244 246 248 250 251 252 255 279 281 282 283 285 286 288 291 295 296 302 305 309 310 314 316 317 337 338 342 345 350 351 355 356 358 359 362 364 369 370 373 374 376 377 407 409 411 445 447 448 471 472 485
Symbol 33 TextUses:32Used by:Timeline
Symbol 34 FontUsed by:35
Symbol 35 TextUses:34Used by:Timeline
Symbol 36 FontUsed by:37 38
Symbol 37 TextUses:36Used by:Timeline
Symbol 38 TextUses:36Used by:Timeline
Symbol 39 GraphicUsed by:48
Symbol 40 FontUsed by:41 44 46
Symbol 41 TextUses:40Used by:48
Symbol 42 GraphicUsed by:48
Symbol 43 GraphicUsed by:48
Symbol 44 TextUses:40Used by:48
Symbol 45 GraphicUsed by:48
Symbol 46 TextUses:40Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:39 41 42 43 44 45 46 47Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 1 MovieClip [__Packages.mx.video.FLVPlayback]
Symbol 14 MovieClip [__Packages.mx.video.UIManager]
Symbol 10 MovieClip [__Packages.mx.video.VideoPlayer]
Symbol 11 MovieClip [__Packages.mx.video.INCManager]
Symbol 12 MovieClip [__Packages.mx.events.EventDispatcher]
Symbol 13 MovieClip [__Packages.mx.video.VideoError]
Symbol 18 MovieClip [__Packages.mx.video.NCManager]
Symbol 16 MovieClip [__Packages.mx.video.SMILManager]
Symbol 15 MovieClip [__Packages.mx.utils.Delegate]
Symbol 17 MovieClip [__Packages.mx.video.FPADManager]
Symbol 19 MovieClip [__Packages.mx.video.CuePointManager]
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 FontUsed by:53
Symbol 53 TextUses:52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:63
Symbol 56 FontUsed by:58 271
Symbol 57 FontUsed by:58 59 365 379 380 381 382 383 475 480 484 490 492
Symbol 58 TextUses:56 57Used by:63
Symbol 59 TextUses:32 57Used by:63
Symbol 60 TextUses:32Used by:63
Symbol 61 FontUsed by:62
Symbol 62 TextUses:61Used by:63
Symbol 63 MovieClipUses:55 58 59 60 62Used by:Timeline
Symbol 64 SoundUsed by:427 428  Timeline
Symbol 65 GraphicUsed by:74 79 84
Symbol 66 FontUsed by:67 68 69 71 75 76 77 80 81 82 443
Symbol 67 TextUses:66Used by:74
Symbol 68 TextUses:66Used by:70 74
Symbol 69 TextUses:66Used by:70
Symbol 70 MovieClipUses:68 69Used by:74
Symbol 71 TextUses:66Used by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74 79 84
Symbol 74 ButtonUses:65 67 68 70 71 72 73Used by:Timeline
Symbol 75 TextUses:66Used by:79
Symbol 76 TextUses:66Used by:79
Symbol 77 TextUses:66Used by:79
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:65 75 76 77 78 73Used by:Timeline
Symbol 80 TextUses:66Used by:84
Symbol 81 TextUses:66Used by:84
Symbol 82 TextUses:66Used by:84
Symbol 83 GraphicUsed by:84
Symbol 84 ButtonUses:65 80 81 82 83 73Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUses:22Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:118 122 127 131 135 140 145 149 153 158 162 167 171 175 179 185 189 192 196 200 203 470 489
Symbol 106 GraphicUsed by:118 122 131 135 140 145 149 153 158 162 167 171 175 179 185 189 192 196 200 203 470
Symbol 107 GraphicUsed by:108 488
Symbol 108 MovieClipUses:107Used by:118 122 131 135 140 145 149 153 158 162 167 171 175 179 185 189 192 196 200 203 470
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:118 122 131 135 140 145 149 153 158 162 167 171 175 179 185 189 192 196 200 203
Symbol 111 GraphicUsed by:114 120 129 133 151
Symbol 112 FontUsed by:113 119 128 132 137 142 150 155 164 168 172 176 182 186 193 197 212 213 215 216 321 322 323 325 326 327
Symbol 113 TextUses:112Used by:114
Symbol 114 MovieClipUses:111 113Used by:115
Symbol 115 MovieClipUses:114Used by:118
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118 122 131 135 140 145 149 153 158 162 167 171 175 179 185 189 192 196 200 203
Symbol 118 MovieClipUses:105 106 108 110 115 117Used by:Timeline
Symbol 119 TextUses:112Used by:120 160
Symbol 120 MovieClipUses:111 119Used by:121
Symbol 121 MovieClipUses:120Used by:122
Symbol 122 MovieClipUses:106 108 110 121 117 105Used by:Timeline
Symbol 123 GraphicUsed by:127
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:123 125 126 105Used by:493  Timeline
Symbol 128 TextUses:112Used by:129 147
Symbol 129 MovieClipUses:111 128Used by:130
Symbol 130 MovieClipUses:129Used by:131
Symbol 131 MovieClipUses:106 108 110 130 117 105Used by:Timeline
Symbol 132 TextUses:112Used by:133
Symbol 133 MovieClipUses:111 132Used by:134
Symbol 134 MovieClipUses:133Used by:135
Symbol 135 MovieClipUses:106 108 110 134 117 105Used by:Timeline
Symbol 136 GraphicUsed by:138
Symbol 137 TextUses:112Used by:138
Symbol 138 MovieClipUses:136 137Used by:139
Symbol 139 MovieClipUses:138Used by:140
Symbol 140 MovieClipUses:106 108 110 139 117 105Used by:Timeline
Symbol 141 GraphicUsed by:143
Symbol 142 TextUses:112Used by:143
Symbol 143 MovieClipUses:141 142Used by:144
Symbol 144 MovieClipUses:143Used by:145
Symbol 145 MovieClipUses:106 108 110 144 117 105Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146 128Used by:148
Symbol 148 MovieClipUses:147Used by:149
Symbol 149 MovieClipUses:106 108 110 148 117 105Used by:Timeline
Symbol 150 TextUses:112Used by:151
Symbol 151 MovieClipUses:111 150Used by:152
Symbol 152 MovieClipUses:151Used by:153
Symbol 153 MovieClipUses:106 108 110 152 117 105Used by:Timeline
Symbol 154 GraphicUsed by:156
Symbol 155 TextUses:112Used by:156
Symbol 156 MovieClipUses:154 155Used by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClipUses:106 108 110 157 117 105Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159 119Used by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClipUses:106 108 110 161 117 105Used by:Timeline
Symbol 163 GraphicUsed by:165 169 173 177 194
Symbol 164 TextUses:112Used by:165
Symbol 165 MovieClipUses:163 164Used by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:106 108 110 166 117 105Used by:Timeline
Symbol 168 TextUses:112Used by:169 201
Symbol 169 MovieClipUses:163 168Used by:170
Symbol 170 MovieClipUses:169Used by:171
Symbol 171 MovieClipUses:106 108 110 170 117 105Used by:Timeline
Symbol 172 TextUses:112Used by:173 190
Symbol 173 MovieClipUses:163 172Used by:174
Symbol 174 MovieClipUses:173Used by:175
Symbol 175 MovieClipUses:106 108 110 174 117 105Used by:Timeline
Symbol 176 TextUses:112Used by:177
Symbol 177 MovieClipUses:163 176Used by:178
Symbol 178 MovieClipUses:177Used by:179
Symbol 179 MovieClipUses:106 108 110 178 117 105Used by:Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:183 187 190 198 201
Symbol 182 TextUses:112Used by:183
Symbol 183 MovieClipUses:181 182Used by:184
Symbol 184 MovieClipUses:183Used by:185
Symbol 185 MovieClipUses:106 108 110 184 117 105Used by:Timeline
Symbol 186 TextUses:112Used by:187
Symbol 187 MovieClipUses:181 186Used by:188
Symbol 188 MovieClipUses:187Used by:189
Symbol 189 MovieClipUses:106 108 110 188 117 105Used by:Timeline
Symbol 190 MovieClipUses:181 172Used by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 MovieClipUses:106 108 110 191 117 105Used by:Timeline
Symbol 193 TextUses:112Used by:194
Symbol 194 MovieClipUses:163 193Used by:195
Symbol 195 MovieClipUses:194Used by:196
Symbol 196 MovieClipUses:106 108 110 195 117 105Used by:Timeline
Symbol 197 TextUses:112Used by:198
Symbol 198 MovieClipUses:181 197Used by:199
Symbol 199 MovieClipUses:198Used by:200
Symbol 200 MovieClipUses:106 108 110 199 117 105Used by:Timeline
Symbol 201 MovieClipUses:181 168Used by:202
Symbol 202 MovieClipUses:201Used by:203
Symbol 203 MovieClipUses:106 108 110 202 117 105Used by:Timeline
Symbol 204 MovieClipUses:30Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 TextUses:112Used by:214
Symbol 213 TextUses:112Used by:214
Symbol 214 MovieClipUses:212 213Used by:Timeline
Symbol 215 TextUses:112Used by:217
Symbol 216 TextUses:112Used by:217
Symbol 217 MovieClipUses:215 216Used by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 FontUsed by:220 221
Symbol 220 EditableTextUses:219Used by:222
Symbol 221 EditableTextUses:219Used by:222
Symbol 222 MovieClipUses:220 221Used by:Timeline
Symbol 223 FontUsed by:224 257 258 259 260 261 262 394 395 397 398 400 401 403 404 451 452 454 455 457 458 460 461 463 464 466 467
Symbol 224 TextUses:223Used by:Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 EditableTextUses:32Used by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 EditableTextUses:32Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 TextUses:32Used by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 EditableTextUses:32Used by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 TextUses:32Used by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 EditableTextUses:32Used by:Timeline
Symbol 239 TextUses:32Used by:Timeline
Symbol 240 TextUses:32Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 EditableTextUses:32Used by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 TextUses:32Used by:Timeline
Symbol 245 GraphicUsed by:247
Symbol 246 TextUses:32Used by:247
Symbol 247 MovieClipUses:245 246Used by:Timeline
Symbol 248 TextUses:32Used by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 EditableTextUses:32Used by:Timeline
Symbol 251 TextUses:32Used by:Timeline
Symbol 252 EditableTextUses:32Used by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 TextUses:32Used by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 TextUses:223Used by:Timeline
Symbol 258 TextUses:223Used by:Timeline
Symbol 259 TextUses:223Used by:Timeline
Symbol 260 TextUses:223Used by:Timeline
Symbol 261 TextUses:223Used by:Timeline
Symbol 262 TextUses:223Used by:Timeline
Symbol 263 ShapeTweeningUsed by:268
Symbol 264 ShapeTweeningUsed by:268
Symbol 265 ShapeTweeningUsed by:268
Symbol 266 ShapeTweeningUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:263 264 265 266 267Used by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 GraphicUsed by:Timeline
Symbol 271 TextUses:56Used by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:284
Symbol 275 GraphicUsed by:277
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:275 276Used by:284
Symbol 278 GraphicUsed by:284
Symbol 279 TextUses:32Used by:284
Symbol 280 GraphicUsed by:284
Symbol 281 EditableTextUses:32Used by:284
Symbol 282 EditableTextUses:32Used by:284
Symbol 283 TextUses:32Used by:284
Symbol 284 MovieClipUses:274 277 278 279 280 281 282 283Used by:Timeline
Symbol 285 EditableTextUses:32Used by:Timeline
Symbol 286 EditableTextUses:32Used by:Timeline
Symbol 287 GraphicUsed by:293
Symbol 288 TextUses:32Used by:293
Symbol 289 GraphicUsed by:293 297 312 315 339 349 354 357 360 367 371 375 378
Symbol 290 GraphicUsed by:293 297 312 315 339 360 375 378
Symbol 291 TextUses:32Used by:293
Symbol 292 GraphicUsed by:293 297 378
Symbol 293 ButtonUses:287 288 289 290 291 292Used by:Timeline
Symbol 294 GraphicUsed by:297 360
Symbol 295 TextUses:32Used by:297
Symbol 296 TextUses:32Used by:297
Symbol 297 ButtonUses:294 295 289 290 296 292Used by:Timeline
Symbol 298 GraphicUsed by:307 318
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:307 318
Symbol 301 GraphicUsed by:307 318
Symbol 302 TextUses:32Used by:307
Symbol 303 GraphicUsed by:307 318
Symbol 304 GraphicUsed by:307 318
Symbol 305 TextUses:32Used by:307
Symbol 306 GraphicUsed by:307 318
Symbol 307 ButtonUses:298 300 301 302 303 304 305 306Used by:Timeline
Symbol 308 GraphicUsed by:312 378
Symbol 309 TextUses:32Used by:312 315
Symbol 310 TextUses:32Used by:312
Symbol 311 GraphicUsed by:312 315 339 360 375
Symbol 312 ButtonUses:308 309 289 290 310 311Used by:Timeline
Symbol 313 GraphicUsed by:315
Symbol 314 TextUses:32Used by:315
Symbol 315 ButtonUses:313 309 289 290 314 311Used by:Timeline
Symbol 316 TextUses:32Used by:318
Symbol 317 TextUses:32Used by:318
Symbol 318 ButtonUses:298 300 301 316 303 304 317 306Used by:Timeline
Symbol 319 GraphicUsed by:329
Symbol 320 GraphicUsed by:329
Symbol 321 TextUses:112Used by:329
Symbol 322 TextUses:112Used by:329
Symbol 323 TextUses:112Used by:329
Symbol 324 GraphicUsed by:329
Symbol 325 TextUses:112Used by:329
Symbol 326 TextUses:112Used by:329
Symbol 327 TextUses:112Used by:329
Symbol 328 GraphicUsed by:329
Symbol 329 ButtonUses:319 320 321 322 323 324 325 326 327 328Used by:Timeline
Symbol 330 BitmapUsed by:331 332 334
Symbol 331 GraphicUses:330Used by:335
Symbol 332 GraphicUses:330Used by:335
Symbol 333 GraphicUsed by:335
Symbol 334 GraphicUses:330Used by:335
Symbol 335 ButtonUses:331 332 333 334Used by:Timeline
Symbol 336 GraphicUsed by:339
Symbol 337 TextUses:32Used by:339
Symbol 338 TextUses:32Used by:339
Symbol 339 ButtonUses:336 337 289 290 338 311Used by:Timeline
Symbol 340 GraphicUsed by:349 354 357
Symbol 341 GraphicUsed by:349 354 357
Symbol 342 TextUses:32Used by:349
Symbol 343 GraphicUsed by:349 354 357
Symbol 344 GraphicUsed by:349 354 357
Symbol 345 TextUses:32Used by:349
Symbol 346 GraphicUsed by:349
Symbol 347 GraphicUsed by:349 354 357
Symbol 348 GraphicUsed by:349
Symbol 349 ButtonUses:340 341 342 343 289 344 345 346 347 348Used by:Timeline
Symbol 350 TextUses:32Used by:354
Symbol 351 TextUses:32Used by:354
Symbol 352 GraphicUsed by:354 357
Symbol 353 GraphicUsed by:354 357
Symbol 354 ButtonUses:340 341 350 343 289 344 351 352 347 353Used by:Timeline
Symbol 355 TextUses:32Used by:357
Symbol 356 TextUses:32Used by:357
Symbol 357 ButtonUses:340 341 355 343 289 344 356 352 347 353Used by:Timeline
Symbol 358 TextUses:32Used by:360
Symbol 359 TextUses:32Used by:360
Symbol 360 ButtonUses:294 358 289 290 359 311Used by:Timeline
Symbol 361 GraphicUsed by:367
Symbol 362 TextUses:32Used by:367
Symbol 363 GraphicUsed by:367 371
Symbol 364 TextUses:32Used by:367
Symbol 365 TextUses:57Used by:367 371
Symbol 366 GraphicUsed by:367 371
Symbol 367 ButtonUses:361 362 289 363 364 365 366Used by:Timeline
Symbol 368 GraphicUsed by:371
Symbol 369 TextUses:32Used by:371
Symbol 370 TextUses:32Used by:371
Symbol 371 ButtonUses:368 369 289 363 370 365 366Used by:Timeline
Symbol 372 GraphicUsed by:375
Symbol 373 TextUses:32Used by:375
Symbol 374 TextUses:32Used by:375
Symbol 375 ButtonUses:372 373 289 290 374 311Used by:Timeline
Symbol 376 TextUses:32Used by:378
Symbol 377 TextUses:32Used by:378
Symbol 378 ButtonUses:308 376 289 290 377 292Used by:Timeline
Symbol 379 EditableTextUses:57Used by:384
Symbol 380 EditableTextUses:57Used by:384
Symbol 381 EditableTextUses:57Used by:384
Symbol 382 EditableTextUses:57Used by:384
Symbol 383 EditableTextUses:57Used by:384
Symbol 384 MovieClipUses:379 380 381 382 383Used by:Timeline
Symbol 385 GraphicUsed by:386 387 396 399 402 405 415
Symbol 386 ButtonUses:385Used by:Timeline
Symbol 387 MovieClipUses:385Used by:Timeline
Symbol 388 GraphicUsed by:391
Symbol 389 GraphicUsed by:391
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:388 389 390Used by:491 493  Timeline
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:Timeline
Symbol 394 TextUses:223Used by:396
Symbol 395 TextUses:223Used by:396
Symbol 396 MovieClipUses:385 394 395Used by:Timeline
Symbol 397 TextUses:223Used by:399
Symbol 398 TextUses:223Used by:399
Symbol 399 MovieClipUses:385 397 398Used by:Timeline
Symbol 400 TextUses:223Used by:402
Symbol 401 TextUses:223Used by:402
Symbol 402 MovieClipUses:385 400 401Used by:Timeline
Symbol 403 TextUses:223Used by:405
Symbol 404 TextUses:223Used by:405
Symbol 405 MovieClipUses:385 403 404Used by:Timeline
Symbol 406 GraphicUsed by:412
Symbol 407 TextUses:32Used by:412
Symbol 408 GraphicUsed by:412
Symbol 409 TextUses:32Used by:412
Symbol 410 GraphicUsed by:412
Symbol 411 TextUses:32Used by:412
Symbol 412 ButtonUses:406 407 408 409 410 411Used by:Timeline
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:413Used by:491 493  Timeline
Symbol 415 MovieClipUses:385Used by:Timeline
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:416Used by:Timeline
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418Used by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 SoundUsed by:422
Symbol 422 MovieClipUses:421Used by:Timeline
Symbol 423 SoundUsed by:424
Symbol 424 MovieClipUses:423Used by:Timeline
Symbol 425 SoundUsed by:426
Symbol 426 MovieClipUses:425Used by:Timeline
Symbol 427 MovieClipUses:64Used by:Timeline
Symbol 428 MovieClipUses:64Used by:Timeline
Symbol 429 SoundUsed by:430
Symbol 430 MovieClipUses:429Used by:Timeline
Symbol 431 SoundUsed by:432
Symbol 432 MovieClipUses:431Used by:Timeline
Symbol 433 SoundUsed by:435
Symbol 434 SoundUsed by:435
Symbol 435 MovieClipUses:433 434Used by:Timeline
Symbol 436 SoundUsed by:437
Symbol 437 MovieClipUses:436Used by:Timeline
Symbol 438 SoundUsed by:439
Symbol 439 MovieClipUses:438Used by:Timeline
Symbol 440 GraphicUses:22Used by:Timeline
Symbol 441 GraphicUsed by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 TextUses:66Used by:Timeline
Symbol 444 GraphicUsed by:449
Symbol 445 TextUses:32Used by:449
Symbol 446 GraphicUsed by:449
Symbol 447 TextUses:32Used by:449
Symbol 448 TextUses:32Used by:449
Symbol 449 ButtonUses:444 445 446 447 448Used by:Timeline
Symbol 450 GraphicUsed by:453 456 459 462 465 468
Symbol 451 TextUses:223Used by:453
Symbol 452 TextUses:223Used by:453
Symbol 453 ButtonUses:450 451 452Used by:Timeline
Symbol 454 TextUses:223Used by:456
Symbol 455 TextUses:223Used by:456
Symbol 456 ButtonUses:450 454 455Used by:Timeline
Symbol 457 TextUses:223Used by:459
Symbol 458 TextUses:223Used by:459
Symbol 459 ButtonUses:450 457 458Used by:Timeline
Symbol 460 TextUses:223Used by:462
Symbol 461 TextUses:223Used by:462
Symbol 462 ButtonUses:450 460 461Used by:Timeline
Symbol 463 TextUses:223Used by:465
Symbol 464 TextUses:223Used by:465
Symbol 465 ButtonUses:450 463 464Used by:Timeline
Symbol 466 TextUses:223Used by:468
Symbol 467 TextUses:223Used by:468
Symbol 468 ButtonUses:450 466 467Used by:Timeline
Symbol 469 GraphicUsed by:470 489
Symbol 470 MovieClipUses:106 108 469 105Used by:493  Timeline
Symbol 471 TextUses:32Used by:473
Symbol 472 TextUses:32Used by:473
Symbol 473 MovieClipUses:471 472Used by:Timeline
Symbol 474 GraphicUsed by:477
Symbol 475 TextUses:57Used by:477
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClipUses:474 475 476Used by:Timeline
Symbol 478 GraphicUsed by:482 487 491 493
Symbol 479 GraphicUsed by:482
Symbol 480 TextUses:57Used by:482
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:478 479 480 481Used by:Timeline
Symbol 483 GraphicUsed by:487
Symbol 484 TextUses:57Used by:487
Symbol 485 TextUses:32Used by:487 491 493
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:478 483 484 485 486Used by:Timeline
Symbol 488 MovieClipUses:107Used by:489
Symbol 489 MovieClipUses:488 469 105Used by:491
Symbol 490 TextUses:57Used by:491
Symbol 491 MovieClipUses:489 478 485 391 414 490Used by:Timeline
Symbol 492 TextUses:57Used by:493
Symbol 493 MovieClipUses:470 127 478 485 391 414 492Used by:Timeline
Symbol 494 GraphicUsed by:Timeline

Instance Names

"Frame_mc"Frame 1Symbol 21 MovieClip
"hole5_mc"Frame 1Symbol 27 MovieClip
"hole4_mc"Frame 1Symbol 27 MovieClip
"hole2_mc"Frame 1Symbol 27 MovieClip
"hole1_mc"Frame 1Symbol 27 MovieClip
"hole6_mc"Frame 1Symbol 27 MovieClip
"hole3_mc"Frame 1Symbol 27 MovieClip
"holeOut_mc"Frame 1Symbol 27 MovieClip
"StartPlace_mc"Frame 1Symbol 31 MovieClip
"holeOut1_mc"Frame 1Symbol 27 MovieClip
"StartPlace1_mc"Frame 1Symbol 31 MovieClip
"SPP_btn"Frame 1Symbol 48 Button
"bar_mc"Frame 2Symbol 51 MovieClip
"Rules_mc"Frame 4Symbol 63 MovieClip
"Play_btn"Frame 5Symbol 74 Button
"Rules_btn"Frame 5Symbol 79 Button
"Demo_btn"Frame 5Symbol 84 Button
"BallsLogic_mc"Frame 19Symbol 87 MovieClip
"timer_mc"Frame 19Symbol 87 MovieClip
"goalproc_mc"Frame 19Symbol 87 MovieClip
"MainLogic_mc"Frame 19Symbol 87 MovieClip
"PlaySeqnc_mc"Frame 19Symbol 87 MovieClip
"GirlNextPic_mc"Frame 19Symbol 87 MovieClip
"FLVlog_mc"Frame 19Symbol 87 MovieClip
"my_flvPb"Frame 19Symbol 9 MovieClip [FLVPlayback]
"Frame_mc"Frame 19Symbol 21 MovieClip
"OppCombBack_mc"Frame 19Symbol 90 MovieClip
"MyCombBack_mc"Frame 19Symbol 92 MovieClip
"borderUp_mc"Frame 19Symbol 94 MovieClip
"borderDw_mc"Frame 19Symbol 94 MovieClip
"borderRt_mc"Frame 19Symbol 94 MovieClip
"borderLf_mc"Frame 19Symbol 94 MovieClip
"borderUpC_mc"Frame 19Symbol 96 MovieClip
"borderDownC_mc"Frame 19Symbol 98 MovieClip
"borderRighC_mc"Frame 19Symbol 100 MovieClip
"borderLeftC_mc"Frame 19Symbol 100 MovieClip
"hole5_mc"Frame 19Symbol 27 MovieClip
"hole4_mc"Frame 19Symbol 27 MovieClip
"hole2_mc"Frame 19Symbol 27 MovieClip
"hole1_mc"Frame 19Symbol 27 MovieClip
"hole6_mc"Frame 19Symbol 27 MovieClip
"hole3_mc"Frame 19Symbol 27 MovieClip
"holeOut_mc"Frame 19Symbol 27 MovieClip
"StartPlace_mc"Frame 19Symbol 31 MovieClip
"holeOut1_mc"Frame 19Symbol 27 MovieClip
"StartPlace1_mc"Frame 19Symbol 31 MovieClip
"BallBubJ_mc"Frame 19Symbol 118 MovieClip
"BallBubQ_mc"Frame 19Symbol 122 MovieClip
"BallWhite_mc"Frame 19Symbol 127 MovieClip
"BallBubK_mc"Frame 19Symbol 131 MovieClip
"BallBubA_mc"Frame 19Symbol 135 MovieClip
"BallCherJ_mc"Frame 19Symbol 140 MovieClip
"BallCher10_mc"Frame 19Symbol 145 MovieClip
"BallCherK_mc"Frame 19Symbol 149 MovieClip
"BallBub10_mc"Frame 19Symbol 153 MovieClip
"BallCherA_mc"Frame 19Symbol 158 MovieClip
"BallCherQ_mc"Frame 19Symbol 162 MovieClip
"BallPikJ_mc"Frame 19Symbol 167 MovieClip
"BallPikQ_mc"Frame 19Symbol 171 MovieClip
"BallPikK_mc"Frame 19Symbol 175 MovieClip
"BallPikA_mc"Frame 19Symbol 179 MovieClip
"BallTrefJ_mc"Frame 19Symbol 185 MovieClip
"BallTref10_mc"Frame 19Symbol 189 MovieClip
"BallTrefK_mc"Frame 19Symbol 192 MovieClip
"BallPik10_mc"Frame 19Symbol 196 MovieClip
"BallTrefA_mc"Frame 19Symbol 200 MovieClip
"BallTrefQ_mc"Frame 19Symbol 203 MovieClip
"touch_mc"Frame 19Symbol 204 MovieClip
"bemp1_mc"Frame 19Symbol 206 MovieClip
"bemp2_mc"Frame 19Symbol 208 MovieClip
"dirAn_mc"Frame 19Symbol 210 MovieClip
"MacMac_mc"Frame 19Symbol 204 MovieClip
"CompPlayBan_mc"Frame 19Symbol 214 MovieClip
"YouPlayBan_mc"Frame 19Symbol 217 MovieClip
"levelUp3_mc"Frame 19Symbol 222 MovieClip
"levMask3_mc"Frame 19Symbol 226 MovieClip
"Step_txt"Frame 19Symbol 228 EditableText
"JackOpp_txt"Frame 19Symbol 230 EditableText
"BankOpp_txt"Frame 19Symbol 234 EditableText
"Pot_txt"Frame 19Symbol 238 EditableText
"BankMy_txt"Frame 19Symbol 242 EditableText
"StandMy_mc"Frame 19Symbol 247 MovieClip
"StandOpp_mc"Frame 19Symbol 247 MovieClip
"Bet_txt"Frame 19Symbol 250 EditableText
"JackMy_txt"Frame 19Symbol 252 EditableText
"balls5cirMy_mc"Frame 19Symbol 269 MovieClip
"balls5cirOp_mc"Frame 19Symbol 269 MovieClip
"CombiRatio_mc"Frame 19Symbol 272 MovieClip
"TimerPok_mc"Frame 19Symbol 284 MovieClip
"MyBanComb_txt"Frame 19Symbol 285 EditableText
"Opp_BanComb_txt"Frame 19Symbol 286 EditableText
"END_btn"Frame 19Symbol 293 Button
"Help_btn"Frame 19Symbol 297 Button
"MorePlay_btn"Frame 19Symbol 307 Button
"SoundOff_btn"Frame 19Symbol 312 Button
"SoundOn_btn"Frame 19Symbol 315 Button
"Next_btn"Frame 19Symbol 318 Button
"Stand_btn"Frame 19Symbol 329 Button
"Twistys_btn"Frame 19Symbol 335 Button
"Live_btn"Frame 19Symbol 339 Button
"S20_btn"Frame 19Symbol 349 Button
"S50_btn"Frame 19Symbol 354 Button
"S100_btn"Frame 19Symbol 357 Button
"Poker_btn"Frame 19Symbol 360 Button
"Hide_btn"Frame 19Symbol 367 Button
"Show_btn"Frame 19Symbol 371 Button
"Hard_btn"Frame 19Symbol 375 Button
"Easy_btn"Frame 19Symbol 378 Button
"Testdata_mc"Frame 19Symbol 384 MovieClip
"Test_btn"Frame 19Symbol 386 Button
"field_mc"Frame 19Symbol 387 MovieClip
"Kiy_mc"Frame 19Symbol 391 MovieClip
"Kiy2_mc"Frame 19Symbol 393 MovieClip
"YouWin_mc"Frame 19Symbol 396 MovieClip
"CompWin_mc"Frame 19Symbol 399 MovieClip
"BillyWinGame_mc"Frame 19Symbol 402 MovieClip
"YouWinGame_mc"Frame 19Symbol 405 MovieClip
"MoreHer_btn"Frame 19Symbol 412 Button
"help_mc"Frame 19Symbol 63 MovieClip
"aim_mc"Frame 19Symbol 414 MovieClip
"CheckDir1_mc"Frame 19Symbol 415 MovieClip
"Sector_mc"Frame 19Symbol 417 MovieClip
"CheckDir2_mc"Frame 19Symbol 419 MovieClip
"BallSound_mc"Frame 19Symbol 422 MovieClip
"CueSound_mc"Frame 19Symbol 424 MovieClip
"LuzaSound_mc"Frame 19Symbol 426 MovieClip
"MusicOff_mc"Frame 19Symbol 427 MovieClip
"MusicOn_mc"Frame 19Symbol 428 MovieClip
"VictorySound_mc"Frame 19Symbol 430 MovieClip
"SoundOops_mc"Frame 19Symbol 432 MovieClip
"coinsSound_mc"Frame 19Symbol 435 MovieClip
"bumpSnd_mc"Frame 19Symbol 437 MovieClip
"AlarmSound_mc"Frame 19Symbol 439 MovieClip
"DemoLogic_mc"Frame 20Symbol 87 MovieClip
"Frame_mc"Frame 20Symbol 21 MovieClip
"hole5_mc"Frame 20Symbol 27 MovieClip
"hole4_mc"Frame 20Symbol 27 MovieClip
"hole2_mc"Frame 20Symbol 27 MovieClip
"hole1_mc"Frame 20Symbol 27 MovieClip
"hole6_mc"Frame 20Symbol 27 MovieClip
"hole3_mc"Frame 20Symbol 27 MovieClip
"holeOut_mc"Frame 20Symbol 27 MovieClip
"StartPlace_mc"Frame 20Symbol 31 MovieClip
"holeOut1_mc"Frame 20Symbol 27 MovieClip
"StartPlace1_mc"Frame 20Symbol 31 MovieClip
"BackToGame_btn"Frame 20Symbol 449 Button
"step1_btn"Frame 20Symbol 453 Button
"step2_btn"Frame 20Symbol 456 Button
"step3_btn"Frame 20Symbol 459 Button
"step4_btn"Frame 20Symbol 462 Button
"step5_btn"Frame 20Symbol 465 Button
"step6_btn"Frame 20Symbol 468 Button
"BallRed_mc"Frame 20Symbol 127 MovieClip
"BallWhite_mc"Frame 20Symbol 470 MovieClip
"ClickStep_mc"Frame 20Symbol 473 MovieClip
"YouWant1_mc"Frame 20Symbol 477 MovieClip
"Direction_mc"Frame 20Symbol 482 MovieClip
"ToHit_mc"Frame 20Symbol 487 MovieClip
"YouAiming_mc"Frame 20Symbol 491 MovieClip
"YouHit_mc"Frame 20Symbol 493 MovieClip
"_video"Symbol 5 MovieClip [VideoPlayer] Frame 1Symbol 4 Video
"boundingBox_mc"Symbol 9 MovieClip [FLVPlayback] Frame 1Symbol 3 MovieClip
"holeaim_mc"Symbol 27 MovieClip Frame 1Symbol 25 MovieClip
"numMov_mc"Symbol 115 MovieClip Frame 1Symbol 114 MovieClip
"area_mc"Symbol 118 MovieClip Frame 1Symbol 105 MovieClip
"body_mc"Symbol 118 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 118 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 118 MovieClip Frame 1Symbol 115 MovieClip
"numMov_mc"Symbol 121 MovieClip Frame 1Symbol 120 MovieClip
"body_mc"Symbol 122 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 122 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 122 MovieClip Frame 1Symbol 121 MovieClip
"area_mc"Symbol 122 MovieClip Frame 1Symbol 105 MovieClip
"body_mc"Symbol 127 MovieClip Frame 1Symbol 125 MovieClip
"area_mc"Symbol 127 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 130 MovieClip Frame 1Symbol 129 MovieClip
"body_mc"Symbol 131 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 131 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 131 MovieClip Frame 1Symbol 130 MovieClip
"area_mc"Symbol 131 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 134 MovieClip Frame 1Symbol 133 MovieClip
"body_mc"Symbol 135 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 135 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 135 MovieClip Frame 1Symbol 134 MovieClip
"area_mc"Symbol 135 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 139 MovieClip Frame 1Symbol 138 MovieClip
"body_mc"Symbol 140 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 140 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 140 MovieClip Frame 1Symbol 139 MovieClip
"area_mc"Symbol 140 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 144 MovieClip Frame 1Symbol 143 MovieClip
"body_mc"Symbol 145 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 145 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 145 MovieClip Frame 1Symbol 144 MovieClip
"area_mc"Symbol 145 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 148 MovieClip Frame 1Symbol 147 MovieClip
"body_mc"Symbol 149 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 149 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 149 MovieClip Frame 1Symbol 148 MovieClip
"area_mc"Symbol 149 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 152 MovieClip Frame 1Symbol 151 MovieClip
"body_mc"Symbol 153 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 153 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 153 MovieClip Frame 1Symbol 152 MovieClip
"area_mc"Symbol 153 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 157 MovieClip Frame 1Symbol 156 MovieClip
"body_mc"Symbol 158 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 158 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 158 MovieClip Frame 1Symbol 157 MovieClip
"area_mc"Symbol 158 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 161 MovieClip Frame 1Symbol 160 MovieClip
"body_mc"Symbol 162 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 162 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 162 MovieClip Frame 1Symbol 161 MovieClip
"area_mc"Symbol 162 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 166 MovieClip Frame 1Symbol 165 MovieClip
"body_mc"Symbol 167 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 167 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 167 MovieClip Frame 1Symbol 166 MovieClip
"area_mc"Symbol 167 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 170 MovieClip Frame 1Symbol 169 MovieClip
"body_mc"Symbol 171 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 171 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 171 MovieClip Frame 1Symbol 170 MovieClip
"area_mc"Symbol 171 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 174 MovieClip Frame 1Symbol 173 MovieClip
"body_mc"Symbol 175 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 175 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 175 MovieClip Frame 1Symbol 174 MovieClip
"area_mc"Symbol 175 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 178 MovieClip Frame 1Symbol 177 MovieClip
"body_mc"Symbol 179 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 179 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 179 MovieClip Frame 1Symbol 178 MovieClip
"area_mc"Symbol 179 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 184 MovieClip Frame 1Symbol 183 MovieClip
"body_mc"Symbol 185 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 185 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 185 MovieClip Frame 1Symbol 184 MovieClip
"area_mc"Symbol 185 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 188 MovieClip Frame 1Symbol 187 MovieClip
"body_mc"Symbol 189 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 189 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 189 MovieClip Frame 1Symbol 188 MovieClip
"area_mc"Symbol 189 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 191 MovieClip Frame 1Symbol 190 MovieClip
"body_mc"Symbol 192 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 192 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"area_mc"Symbol 192 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 195 MovieClip Frame 1Symbol 194 MovieClip
"body_mc"Symbol 196 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 196 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 196 MovieClip Frame 1Symbol 195 MovieClip
"area_mc"Symbol 196 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 199 MovieClip Frame 1Symbol 198 MovieClip
"body_mc"Symbol 200 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 200 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 200 MovieClip Frame 1Symbol 199 MovieClip
"area_mc"Symbol 200 MovieClip Frame 1Symbol 105 MovieClip
"numMov_mc"Symbol 202 MovieClip Frame 1Symbol 201 MovieClip
"body_mc"Symbol 203 MovieClip Frame 1Symbol 108 MovieClip
"numMask_mc"Symbol 203 MovieClip Frame 1Symbol 110 MovieClip
"numRoll_mc"Symbol 203 MovieClip Frame 1Symbol 202 MovieClip
"area_mc"Symbol 203 MovieClip Frame 1Symbol 105 MovieClip
"level_txt"Symbol 222 MovieClip Frame 1Symbol 220 EditableText
"levelN_txt"Symbol 222 MovieClip Frame 1Symbol 221 EditableText
"TimrPokLiner_mc"Symbol 284 MovieClip Frame 1Symbol 274 MovieClip
"timerBlink_mc"Symbol 284 MovieClip Frame 1Symbol 277 MovieClip
"seconds_txt"Symbol 284 MovieClip Frame 1Symbol 281 EditableText
"minute_txt"Symbol 284 MovieClip Frame 1Symbol 282 EditableText
"FLVtime_txt"Symbol 384 MovieClip Frame 1Symbol 379 EditableText
"cues_txt"Symbol 384 MovieClip Frame 1Symbol 380 EditableText
"E_txt"Symbol 384 MovieClip Frame 1Symbol 381 EditableText
"S_txt"Symbol 384 MovieClip Frame 1Symbol 382 EditableText
"cuesPts_txt"Symbol 384 MovieClip Frame 1Symbol 383 EditableText
"body_mc"Symbol 470 MovieClip Frame 1Symbol 108 MovieClip
"area_mc"Symbol 470 MovieClip Frame 1Symbol 105 MovieClip
"body_mc"Symbol 489 MovieClip Frame 1Symbol 488 MovieClip
"area_mc"Symbol 489 MovieClip Frame 1Symbol 105 MovieClip
"KiyD_mc"Symbol 491 MovieClip Frame 1Symbol 391 MovieClip
"KiyD_mc"Symbol 491 MovieClip Frame 25Symbol 391 MovieClip
"KiyD_mc"Symbol 491 MovieClip Frame 63Symbol 391 MovieClip
"KiyD_mc"Symbol 491 MovieClip Frame 91Symbol 391 MovieClip
"KiyD_mc"Symbol 493 MovieClip Frame 1Symbol 391 MovieClip
"KiyD_mc"Symbol 493 MovieClip Frame 20Symbol 391 MovieClip
"KiyD_mc"Symbol 493 MovieClip Frame 25Symbol 391 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 5 as "VideoPlayer"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Icon"
ExportAssets (56)Timeline Frame 1Symbol 9 as "FLVPlayback"
ExportAssets (56)Timeline Frame 1Symbol 1 as "__Packages.mx.video.FLVPlayback"
ExportAssets (56)Timeline Frame 1Symbol 14 as "__Packages.mx.video.UIManager"
ExportAssets (56)Timeline Frame 1Symbol 10 as "__Packages.mx.video.VideoPlayer"
ExportAssets (56)Timeline Frame 1Symbol 11 as "__Packages.mx.video.INCManager"
ExportAssets (56)Timeline Frame 1Symbol 12 as "__Packages.mx.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 13 as "__Packages.mx.video.VideoError"
ExportAssets (56)Timeline Frame 1Symbol 18 as "__Packages.mx.video.NCManager"
ExportAssets (56)Timeline Frame 1Symbol 16 as "__Packages.mx.video.SMILManager"
ExportAssets (56)Timeline Frame 1Symbol 15 as "__Packages.mx.utils.Delegate"
ExportAssets (56)Timeline Frame 1Symbol 17 as "__Packages.mx.video.FPADManager"
ExportAssets (56)Timeline Frame 1Symbol 19 as "__Packages.mx.video.CuePointManager"

Labels

"introinit"Frame 1
"introPlay"Frame 4
"introcyc"Frame 5
"initstart"Frame 16
"initNext"Frame 18
"mainstart"Frame 19
"demostart"Frame 20
"Kiyfix"Symbol 391 MovieClip Frame 1
"kiypush"Symbol 391 MovieClip Frame 2
"Kiyfix"Symbol 393 MovieClip Frame 1
"kiypush"Symbol 393 MovieClip Frame 2
"stopSound"Symbol 422 MovieClip Frame 8
"lusastop"Symbol 426 MovieClip Frame 18




http://swfchan.com/43/210482/info.shtml
Created: 8/10 -2018 08:22:29 Last modified: 8/10 -2018 08:22:29 Server time: 12/05 -2024 02:06:24