Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

ArgumentError: Error #2109: Frame label out not found in scene out with compiled trunk player


ArgumentError: Error #2109: Frame label out not found in scene out.
at flash.display::MovieClip/gotoAndPlay()
at com.longtailvideo.jwplayer.view.components::ControlbarComponentV4/outHandler()

This is constantly thrown when rolling over the controlbar in the player in trunk, any ideas how to fix this ?

19 Community Answers

Ethan Feldman

JW Player Support Agent  
1 rated :

Can I see where this is running?

JW Player

User  
1 rated :

checkout trunk of the player, run ant, play file, rollover controls, it will bring up that error. The players provided in the sdk downloads do not trigger the error.

JW Player

User  
1 rated :

OSX Chrome. It's locally loaded.

Ethan Feldman

JW Player Support Agent  
0 rated :

Can you throw up a page? We have all of the trunk player demos running here – http://developer.longtailvideo.com/player/trunk/fl5/js/test/examples/

JW Player

User  
0 rated :

Hi i'm moving my questions from the other thread to here

here is the build you can see the version is exactly the same

http://static.electroteque.org/swf/player.swf

The error is thrown when rolling over this file directly no need for a page. It's a bit of a problem as i've been unable to test anything to do with the controlbar.

JW Player

User  
0 rated :

I'm simple running "ant" from trunk, nothing else.

JW Player

User  
0 rated :

My flex sdk is 4.5.1

JW Player

User  
0 rated :

ant
Buildfile: /Volumes/Eddy/www/Flash/jwplayer/fl5/build/build.xml

check-properties:

clean-release:

build-release-player:

release-swf:

build-swf:
[exec] Loading configuration file /Volumes/Eddy/www/Flash/flex/sdks/flex_sdk_4.5.1.21328A/frameworks/flex-config.xml
[exec] /Volumes/Eddy/www/Flash/jwplayer/fl5/player.swf (112360 bytes)

JW Player

User  
0 rated :

any ideas this is still an issue. i'll try and use a player delivered with the sdk for now.

JW Player

User  
0 rated :

ive uploaded an older build found in the sdk, still needs to be fixed though. its something to do with the controlbar assets as it's using the v4 controlbar by default ?

Ethan Feldman

JW Player Support Agent  
0 rated :

Sorry, I have been away for Labor day. Using the V4 controlbar assets should not been an issue. I am going to have to ask around here to see if anyone else has any ideas as to why this would be happening.

Ethan Feldman

JW Player Support Agent  
0 rated :

What version of Flash are you using?

JW Player

User  
0 rated :

ArgumentError: Error #2109: Frame label over not found in scene over.
at flash.display::MovieClip/gotoAndPlay()
at com.longtailvideo.jwplayer.view.components::ControlbarComponentV4/overHandler()

happen when you mouse over the time line and had flash player debugger installed

Please help

Thanks a lot

Ethan Feldman

JW Player Support Agent  
0 rated :

I use the Flash Debug Player. Provide a link.

JW Player

User  
0 rated :

hi
I put here to f testing
videoplayer.freehostingcloud.com

It trigger from ControlbarComponentV4.as
on private function outHandler and overHandler when it trys to do:
bc.. evt.target.gotoAndPlay('out'); and evt.target.gotoAndPlay('over');


Code as follows
bc.. /** Handle mouseouts from all buttons **/
private function outHandler(evt:MouseEvent):void {
if (front && evt.target['icon']) {
evt.target['icon'].transform.colorTransform = front;
} else {
evt.target.gotoAndPlay('out');
}
}


/** Handle clicks from all buttons **/
private function overHandler(evt:MouseEvent):void {
if (front && evt.target['icon']) {
evt.target['icon'].transform.colorTransform = light;
} else {
evt.target.gotoAndPlay('over');
}
}




Thx a lot

Ethan Feldman

JW Player Support Agent  
0 rated :

Have you modified the player on this link at all? Not just a simple re-compile, I mean.

The reason I ask, is because, as soon as I go to your link, I get a Debug error:

ReferenceError: Error #1065: Variable View_ErrorScreen is not defined.

JW Player

User  
0 rated :

hi

I did not get that error instead I got the 2109 error that I mentioned above.

I use flash debugger 11,4,402,287. What do you use to get that error you mentioned above?

And I compiled player using Adobe Flash Builder 4.5 that using Flex SDK 4.5 and Flash Player 10.2.0

Thanks a lot

JW Player

User  
0 rated :

You know what
I reduced the Flex SDK to 3.6 and Flash Player to 10.0.0 then recompiled
And error disappeared now
Great

Thanks a lot

Ethan Feldman

JW Player Support Agent  
0 rated :

Glad you got it, np.

This question has received the maximum number of answers.