I'm slowly loosing my mind here...
I've installed and configured FlashVideo according to guidelines, and all is working for a single video.
When I upload multiple videos and attempt to display them on the same page node, I get the same repeated video.
For example:
I've uploaded a.flv and b.flv.
In the page body i've set:
[video: index=0]
[video: index=1]
When I load the saved page, I get twice the same video. So I thought "hey, maybe mysql is wrong". So I went in the database, and all was correct. I jotted down the files id's 105 and 106, and proceeded to:
[video: fids=105]
[video: fids=106]
The result was the same, I got the repeated video. When I took a look at the html code, the video links were all targeting the repeated video (of course).
I've also tried:
- Emptying the cache
- Updating the database
- Disabled node/page/css caching
- Disabling/Enabling the module
All this to no avail...
Has anyhone any thoughts on this?
Tia,
S.
Comments
Comment #1
soraya_soch commentedI went further in my testings and noticed that once I removed all accented characters (the text was in French), then the videos appear and play correctly.
Should I even attempt to add a single accented character "é" then the different videos do not appear, and only one is loaded as many times as it finds a [video]. It totally bypasses index of fids...
Any thoughts?
S.
Comment #2
attheshow commentedLooks like it's probably related to the "multibyte characters" issue here: #453712: Video tag doesn't work after more than 5 cyrillic letters in the body. Marking as duplicate.