I figured it out the script wasn't in the right place. For anyone
who has the same problems - This needs to go in your page /
application.dryml
<extend tag="page">
<old-page merge>
<before-scripts:>
<javascript name="flowplayer-3.2.6.min" />
</before-scripts:>
<custom-scripts:>
<hjq-assets/>
</custom-scripts>
</old-page>
<script>
flowplayer("player", "javascripts/flowplayer-3.2.7.swf");
</script>
</extend>
On Apr 1, 3:51 pm, Mark Sobkowicz <[email protected]> wrote:
> I use flowplayer with a wordpress plugin - the html it generates looks like:
> <a id="wpfp_6b839f3e8e52c49dd1245e9877b26bdd" style="width:400px;
> height:300px;" class="flowplayer_container player plain"></a>
> Your issue is probably a javascript problem - I'd take a look with Firebug or
> something similar and see what the javascript is doing.
>
> On Apr 1, 2011, at 10:45 AM, Hero1000 wrote:
>
>
>
> > Yep that fixed it. However it just acts as a link and does not load
> > the player. It seems the <script/> tag does nothing as I get the same
> > result if I remove it.
>
> > Thanks again
>
> > On Apr 1, 2:26 pm, Mark Sobkowicz <[email protected]> wrote:
> >> The way it looks like you want to use the <a> tag it should be just like
> >> html. Is your code a typo? you wrote
>
> >> <a> href= " "....>
>
> >> but you should write
>
> >> <a href = " "...>
>
> >> On Apr 1, 2011, at 9:20 AM, Hero1000 wrote:
>
> >>> I'm stuck with the <a> tags.
>
> > --
> > 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
> > athttp://groups.google.com/group/hobousers?hl=en.
--
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.