[TYPO3] flashvars either malformed or lost
stinky wizzleteet
wizzleteet at hotmail.com
Wed Mar 15 23:47:05 CET 2006
HI,
When I add a flashmovie using the default, the flashvars parameter gets
malformed:
I found that mambo's expose flash image gallery is as good as standalone,
but for it to work I need to pass a big chunk of a flashvar to the swf:
FlashVars=albumsXMLURL=fileadmin/com_expose/expose/xml/albums.xml&stringsXMLURL=fileadmin/com_expose/expose/config/strings.xml&formatsXMLURL=fileadmin/com_expose/expose/config/formats.xml&configXMLURL=fileadmin/com_expose/expose/config/config.xml&baseXMLURL=fileadmin/com_expose/expose/xml/&baseImageURL=fileadmin/com_expose/expose/img/&baseVideoURL=fileadmin/com_expose/expose/img/&baseAudioURL=fileadmin/com_expose/expose/img/
This ends up in the source as
Flashvars="albumXMLURL"
apparently the second '=' is confusing
Am I overlooking a nifty escape character to force the entire string ?
If I put it in quotes I get ""e in the source, ..
...
Then, using the flash extension I found that none of the added
parameters I can set up in the setup of the page get passed to the html
source.
I tried to up an XML with:
> <param name="albumsXMLURL" value="fileadmin/com_expose/expose/xml/albums.xml" type="string" />
> <param name="stringsXMLURL" value="fileadmin/com_expose/expose/config/strings.xml" type="string" />
> <param name="baseXMLURL" value="fileadmin/com_expose/expose/xml/" type="string" />
> <param name="baseImageURL" value="fileadmin/com_expose/expose/img/" type="string" />
> <param name="baseVideoURL" value="fileadmin/com_expose/expose/img/" type="string" />
> <param name="baseAudioURL" value="fileadmin/com_expose/expose/img/" type="string" />
But alas, not even the reference to this xml is to be found in the source...
Bugs or features ?
thx,
wzzl
More information about the TYPO3-english
mailing list