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

Your preferred username that is used when logging in.

Forum user: differenthink

Basic information

Registered Mar 23, 2009
Last login Oct 13, 2009
Forum posts 22
Direct URL http://www.flowplayer.org/forum/users/9393

Latest forum posts

Posts:

Registered:

» » » Single quote - again!

Posted: Dec 15, 2009

I tried everything posted in this thread but it s not working...
Is there any workaround ?

Thanks a lot !

Posts:

Registered:

» » » » » » » Play local file with local flowplayer ?

Posted: Oct 29, 2009

yes i do need it for CD but not only...
My customers download a .zip archive where there run a QT application that simulate a web browser and read my local html file.
It does work on Mac and PC... so the "fake" server is not a good way to do it.

If i use JW player it works well, unfortunately it does'nt with flowplayer...

Posts:

Registered:

» » » » » Play local file with local flowplayer ?

Posted: Oct 29, 2009

Ok the problem is with flash security !
the strange thing is that flash doesn ' ask me anything...
but if i authorize my directory from flash security it works...

Is there any way to by pass that restriction ?
(my player, my file etc. are only local, there should not have any call to the Internet)

Posts:

Registered:

» » » » Play local file with local flowplayer ?

Posted: Oct 29, 2009

Well i tried very basic as you said and with flashembed.
Anyway the player give me a 201 error if i specify a local file (i want to run my .html in local, without a webserver)...

So my conclusion are :
1/ It s not possible to play a localfile without a webserver
2/ Maybe there is a special params to tel flowplayer that this is a local file, and so the clip params should take a path and not a web url...

thanks for your help.

Posts:

Registered:

» » » » IE6 support for Overlay?

Posted: Oct 16, 2009

Clever idea :)
I ll modify my script to do that only if IE.

Anyway it s strange that this behavior is still on with IE8 (not the input tag but the flowplayer on the page which still on top of the overlay)

Posts:

Registered:

» » Play local file with local flowplayer ?

Posted: Oct 16, 2009

Oh, thanks for you answer.
I didn't realize the paths were relative to the flowplayer install.

So i did what you told me, put everything in the same folder,
My first item in my playlist (an image) now show up, but my second item (the video) get me a 201 error, unable to load stream or clip file.

Here is my code, maybe you'll have a clue !, anyway thanks a lot...

<object width="320" height="250" data="flowplayer-free-3.1.2.swf" type="application/x-shockwave-flash"><param name="movie" value="flowplayer-free-3.1.2.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value='config={"plugins":{"controls":{"url":"flowplayer.controls-custom.swf","autoHide":"fullscreen","hideDelay":1000,"opacity":1,"time":true,"mute":true,"tooltips":{"buttons":true,"play":"LECTURE","pause":"PAUSE","fullscreen":"PLEIN ECRAN","fullscreenExit":"SORTIR DU PLEIN ECRAN","mute":"COUPER LE SON","unmute":"ACTIVER LE SON"}}},"playlist":[{"url":"test.jpeg","scaling":"scale"},{"url":"toto.flv","autoPlay":false,"bufferLength":5,"scaling":"fit"}],"play":{"replayLabel":"Revoir"},"clip":{}}' /></object>

Posts:

Registered:

» Overlay BUG IE6/7/8 when flowplayer behind

Posted: Oct 14, 2009

no one ?

Posts:

Registered:

Play local file with local flowplayer ?

Posted: Oct 13, 2009

Hi,

I want to embed flowplayer on local html pages, and then play local flv file, but i m stuck.

If i specify a remote file, it works, but if i try to play a local file i ve got this error :
303: failed to load ressource : unable to load ressource, error #2035

I triple checked every path, that seems to not be the problem.
How could i specify to flowplayer that my clip is local ? is there no plugin for that ? is it possible to modify the SWF source to make it works ?

Thanks a lot, i hope this thread would help other.

Posts:

Registered:

Overlay BUG IE6/7/8 when flowplayer behind

Posted: Oct 12, 2009

Hi,

I found a bug using Overlay on a page that contain a Flowplayer.
When it happens, the flowplayer still on top of the overlay, and it should be behind.

I tried to play with the index css property without any luck.

Hope you could solve this one ...

regards.

Posts:

Registered:

» » IE6 support for Overlay?

Posted: Oct 10, 2009

That s a really big big issue....
I hope the dev could do something for it, unless it will be a useless script... :(
(IE user are still more than 50% !)

Posts:

Registered:

» IE6 support for Overlay?

Posted: Oct 8, 2009

Same problem to me...
Even in IE7 if i already have a flowplayer player on the page, it s positionned on top of my overlay !.....

Any solutions would be appreciated ...

Posts:

Registered:

» Overlay Z-Index issues..

Posted: Oct 8, 2009

I do have the exact same problem,
Is there any solution ?

Posts:

Registered:

Multiple players, OnStart function confused

Posted: Jul 30, 2009

Hi,

I ve got multiple players on my webpage (all with different id),
and they all got an onStart:function(clip){}...
My problem is that the content of this function only work for the last player on my webpage... i guess that the function is confused or overwritten by the function before..

Is there anyway to specify the ID of the player in this function ?
Or any other way to make it works ?

Thanks a lot,
regards.

Posts:

Registered:

» » How To: Compile a flash-based plugin

Posted: Jun 1, 2009

Since 3.1.1 building no longer works for me !
i still stuck with this error :

compile:
[echo] compiling with
[echo] compiling with -define=CONFIG::skin,'false'
[exec] Loading configuration file /Users/api/flex_sdk_3/frameworks/flex-config.xml
[exec] /Users/guillaume/Dropbox/Vodeclic/flowplayer/3.1.1/flowplayer.controls/src/actionscript/org/flowplayer/controls/Controls.as(564): col: 22 Error: Acc?s ? la propri?t? isMidroll peut-?tre non d?finie, via la r?f?rence de type static org.flowplayer.model:Clip.
[exec]
[exec] if (clip.isMidroll) {
[exec] ^
[exec]
[exec] /Users/guillaume/Dropbox/Vodeclic/flowplayer/3.1.1/flowplayer.controls/src/actionscript/org/flowplayer/controls/Controls.as(565): col: 39 Error: Acc?s ? la propri?t? parent peut-?tre non d?finie, via la r?f?rence de type static org.flowplayer.model:Clip.
[exec]
[exec] handleClipConfig(clip.parent);
[exec] ^
[exec]

Any idea ?
It works well with 3.1.0....

Posts:

Registered:

Only one .swf (skin + core), hardcode events

Posted: May 22, 2009

Hi,

Is it possible to have a custom skin and the core SWF all together in only one SWF ?
Is it also possible to hardcode events, like what the player should do when "OnPlay" is triggered ? (i can't use JS)

Thanks.