(SOLVED)CP Flash absolute path not working

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

(SOLVED)CP Flash absolute path not working

Post by andiz7 »

Hi,
I wanted to embed a flash movie

It referrs to an xml document with the picture filenames.

It is not possible to embed it with the multimedia content parts.

I tried it with the external source. no way....

who can help, thx in advance
:D

(SOLVED) ABSOLUTE PATH NOT WORKING; RELATIVE PATH OK
Last edited by andiz7 on Wed 17. Jan 2007, 16:31, edited 1 time in total.
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

try obsolute path to bilder.xml

Code: Select all

bilder[i] = "/az/flashintro/pics/" + xlist[i].firstChild;
or

Code: Select all

bilder[i] = "az/flashintro/pics/" + xlist[i].firstChild;

...
POR :D TUGAL
Post Reply