You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: harryh27

Basic information

Registered Feb 9, 2010
Last login Jun 22, 2010
Forum posts 11
Direct URL http://www.flowplayer.org/forum/users/22756

Latest forum posts

Posts:

Registered:

» » » » » » » error compiling CVS source

Posted: Jun 22, 2010

Possibly you need look into the plugin-classes plugin-swc variables in the build.properties file and make sure the directory in which flowplayer.controls.swf is being created is included.

Or are you getting that error when loading the player in a browser ?

Posts:

Registered:

» » » » » error compiling CVS source

Posted: Jun 16, 2010

All I can suggest is going back throughhttp://flowplayer.org/documentation/developer/development-environment.html
to see if you have missed something

Posts:

Registered:

» » » error compiling CVS source

Posted: Jun 15, 2010

I managed to solve my problem by downloading
common/src/actionscript/org/flowplayer/ui/AutoHide.as
from the CVS

Posts:

Registered:

>> same result

Posted: Jun 13, 2010

That was the source code that I used when I got the error

Posts:

Registered:

>> same result

Posted: Jun 12, 2010

where can I find the updated code where the bug is fixed ? please excuse my just new to flowplayer

Posts:

Registered:

same result

Posted: Jun 9, 2010

I got the same result before finding your post. The ViralVideos plugin really has too many bugs to have been released. It's just not worth paying for the licence upgrade yet.

Posts:

Registered:

error compiling CVS source

Posted: Jun 9, 2010

When compiling CVS source revision 1051 I get this error
"Controls.as(142): col: 39 Error: Type was not was not a compile-time constant: AutoHideConfig."
Can anyone tell what I am doing wrong ?

Posts:

Registered:

Error when Viral Videos plugin configured in BuitInConfig.as

Posted: Jun 9, 2010

Although the viralvideos plugin loads and works using the script configuration method. when it is integrated into the player swf by including it in BuiltInConfig.as the Share, Email and Embed buttons display but then the error "300:Player initialization failed: TypeError:Error#1010" shows and the buttons do not work.

Posts:

Registered:

Load error integrated ViralVideos plugin

Posted: Jun 8, 2010

I have succesfuly loaded the viralvideos plugin using the script method. But when I attempt to load the viralvideos by including it in BuiltInConfig.as the Share, Email and Embed buttons display but then I get the error "300:Player initialization failed: TypeError:Error#1010"

Could it be that the asset icons for Facebook Digg etc need to be explicity compiled into the player swf ? If so what is the correct way to do that ?

Posts:

Registered:

» read & write cookies from flash plugin

Posted: Feb 9, 2010

after more searching around I found thishttp://jquerytools.org/forum/3/32155#post-32163
Is that a good path to head down or is there a better solution.

thanks for any help

Posts:

Registered:

read & write cookies from flash plugin

Posted: Feb 9, 2010

What is the best way to read & write cookies in the browser from within a flowplayer flash plugin ? Is jquery.cookie. accessible ? I can't find any examples or documentation

thanks