Hi,
Could some one give me some pointers on how I can get Flow Player to
work with Hobo. I've only done small jobs with Hobo before and I'm
scratching my head a little. Any help would be very gratefully
received.
So far I've added flowplayer to the javascrips folder, in
application.dryml I've added...
<extend tag="page">
<old-page merge>
<before-scripts:>
<javascript name="flowplayer-3.2.6.min" />
</before-scripts:>
</old-page>
</extend>
Then in my page index.dryml
<script>
flowplayer("player", "../flowplayer-3.2.7.swf");
</script>
<a>
href="http://pseudo01.hddn.com/vod/demo.flowplayervod/
flowplayer-700.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>
I'm stuck with the <a> tags.
I've also tried the Gem https://github.com/jetviper21/flowplayer-gem
but get really stuck on the later parts of usage namely For JQuery or
For Prototype and have no idea where any of those would go.
Please Help!
Many thanks in advance
Chris
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.