Closed (won't fix)
Project:
FlashVideo
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 16:05 UTC
Updated:
7 Apr 2009 at 16:19 UTC
I am using FlashVideo 5.x-2.7and flowplayer. The videos are being converted fine, but when I place the [video] tag into the body of a node after uploading to that node the player loads and does not play FLV. I have included the code that drupal generates for the page. I have downloaded the generated flvs and played them locally, so flv is ok & thumnails generated ok. Any help would be usefull as I believe my flashvars are set right.
-Thanks - Leavitron
<div class="content">This is text.......before the video
<div id="video-player" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="337" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"><param name="movie" value="http://www.mysite.com/files/player.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="file=http://www.mysite.com/files/video/37_bar3.flv&image=http://www.mysite.com/files/video/37_bar3.jpg&rotatetime=3&autostart=false" /><param name="quality" value="high" /><embed allowScriptAccess="always" src="http://www.mysite.com/files/player.swf" width="450" height="337" border="0" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" quality="high" flashvars="file=http://www.mysite.com/files/video/37_bar3.flv&image=http://www.mysite.com/files/video/37_bar3.jpg&rotatetime=3&autostart=false" /></object></div>
This is Text After</div>
Comments
Comment #1
trogie commentedsubscribing
Any solutions already? Want to investigate flowplayer for HD (h264) video playing...
Comment #2
jordanmagnuson commentedSame problem, but for me none of the flash players I've tried are working... I just get a loading... 100% message, but no video plays. Even though the thumbnail and flv files are fine. Tried inserting the video with print flashvideo_get_video($node) in my node-video.tpl.php, but same thing...
Any help is much appreciated!
Comment #3
spiffyd commentedCan you check your HTML source and see what path the FLV is displayed? Verify this is the proper path.
Comment #4
travist commenteddavidlerin,
Are you using Dash Media Player?... If so, then you need to copy the skins folder with the player. It shows "loading... 100%" if it cannot find a player skin to load.
Thanks,
Travis.
Comment #5
spiffyd commentedI believe he mentioned he's using "flowplayer"
Comment #6
mgcm commentedI have successfully used FlowPlayer with FlashVideo but with version 6.x-1.4-beta. This is sort of a hack but here's how i've done it:
1) added to 'flashvideo.module' the following:
2) changed 'flashvideo-flash.tpl.php' to the following code:
In your video node, just add the usual [video] tag for the uploaded file and everything should work nicely.
Comment #7
travist commentedGreat patch. I don't think this will make it into the core module, though since it requires a change to the core get video routine.
Comment #8
slip commentedHere's an update for mgcm's flowplayer hack. I've used it with flowplayer 3.0.1 in Drupal 6. It's pretty much the same but flowplayer has changed how it's embedded a bit.
1) added to 'flashvideo.module' the following:
2) changed 'flashvideo-flash.tpl.php' to the following code:
Comment #9
slip commentedJust for completeness:
I just set up FlashVideo in Drupal 5 to work with flowplayer 3.0.1 in a way similar to those described above. Just add code like the following to your template.php file in your theme directory:
Now when you write [video] in your node templates it'll open up flowplayer.
Comment #10
tolimar commentedHi!
Did anyone of you got FlashPlayer running with several Videos on one node? With the method mentioned above it works, but only for the first video. For the pater ones the FOO_flashvideo_play_flash function seems to be ignored. When I delete the first video of the page (so that I only see the video not avaialble picture) the second video works. So anyone knows how to get that working with several videos on a page?
I'm using Drupal 5 and FlashVideo 5.x-2.8-rc3.
Best regards,
Alexander