Hello,
I want to use flowplayer 3.0.5, but for the moment it didn't play movies.
I tryed with the version 2 of FlowPlayer it's seems to be ok (see other posts on it like http://gallery.menalto.com/node/64233) but for the version 3 I didn't arrive to configure the FlashVideoRenderer.class file
I have try a lot of things like this :
Quote:
$playerUrl = $urlGenerator->generateUrl(
array('href' => 'modules/flashvideo/lib/flowplayer3.swf'),
array('forceFullUrl' => true));
$flashVars = sprintf('baseurl: \'%s\'',
urlencode(dirname($src).'/'.basename($src)));
$extraAttr = ' wmode="transparent"';
Whith this I can see the player but It's not possible to start to play a movie
in the Source of the web page I have :
Quote:
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="IFid1" class="ImageFrame_none" wmode="transparent" width="100%" height="100%">
<param name="movie" value="http://www.haettel.fr/gallery2/modules/flashvideo/lib/flowplayer3.swf">
<param name="FlashVars" value="baseurl: 'http%3A%2F%2Fwww.haettel.fr%2Fgallery2%2Fmain.php%3Fg2_view%3Dcore.DownloadItem%26g2_itemId%3D148362%26g2_serialNumber%3D3%26g2_GALLERYSID%3D9b77c3bd0b6f1c2cc2c8a5564e0251dd'">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="salign" value="lt">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="always">
<embed src="http://www.haettel.fr/gallery2/modules/flashvideo/lib/flowplayer3.swf" flashvars="baseurl: 'http%3A%2F%2Fwww.haettel.fr%2Fgallery2%2Fmain.php%3Fg2_view%3Dcore.DownloadItem%26g2_itemId%3D148362%26g2_serialNumber%3D3%26g2_GALLERYSID%3D9b77c3bd0b6f1c2cc2c8a5564e0251dd'" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="lt" wmode="transparent" allowscriptaccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" width="100%" height="100%">
<noembed><a href="main.php?g2_view=core.DownloadItem&amp;g2_itemId=148362">Download film</a></noembed>
</object>
The url of the movie in the flashvars seems to be ok
Thanks
Posts: 20
No Ideas ?
Posts: 6
i have this problem too, Anyone can help?