Page 1 of 1

(SOLVED)CP Flash absolute path not working

Posted: Tue 16. Jan 2007, 17:02
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

Posted: Wed 17. Jan 2007, 13:45
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;

...