Active
Project:
FlashField
Version:
6.x-0.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 01:11 UTC
Updated:
13 Mar 2009 at 01:11 UTC
Apologies if this is specific to JW Media Player 4 (which I've installed for SWF Tools).
There is supposed to be a 'config' flashvar that loads an XML file, although the JW Media Player 4 flashvar docs do not say what form it should take.
I have a local Drupal installation in
/drupal<code> under my web root.
I've tried all of the following:
<code>
config="http://localhost/drupal/sites/default/config_jwplayer.xml"
config="/drupal/sites/default/config_jwplayer.xml"
config="drupal/sites/default/config_jwplayer.xml"
config="/sites/default/config_jwplayer.xml"
config="sites/default/config_jwplayer.xml"
config=http://localhost/drupal/sites/default/config_jwplayer.xml
config=/drupal/sites/default/config_jwplayer.xml
config=drupal/sites/default/config_jwplayer.xml
config=/sites/default/config_jwplayer.xml
config=sites/default/config_jwplayer.xml
None load: the XML config_jwplayer.xml is:
<config>
<repeat>always</repeat>
<width>267</width>
<height>200</height>
</config>
It works fine if I pass arguments query-like:
repeat=always&width=267&height=200
Has anybody got this to work via FlashField or otherwise ?