Hi, I have had a look elsewhere and can’t find anything similar to what I’m experiencing. I am trying to use Flowplayer to play FLV files that are uploaded as part of an entry. The trouble is, when I use {url} within the page template I get a warning.
Here is my code:
{scene_trailer}
<a href="http://{url}" class="player"></a>
{/scene_trailer}And then the Flowplayer JavaScript is below this code.
When I go to the page, I get the following error:
A PHP Error was encountered
Severity: WarningMessage: array_merge() [function.array-merge]: Argument #1 is not an array
Filename: libraries/Functions.php
Line Number: 2585
Can you help me with this? I don’t see why it wouldn’t work.