![]() |
swf file using xml - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: swf file using xml (/showthread.php?tid=22649) |
swf file using xml - El Forum - 09-16-2009 [eluser]rossmurphy[/eluser] I have a common folder where i store swf, img, css, js. I have a swf file in the swf folder and an xml file in the same folder. The swf uses the xml to find photos which are in the pictures folder inside the swf folder. - common - swf - pictures - images - javascript - css I use common_url() to access my common directory. For some reason the flash file loads but no photos appear. If the swf file is accessing the xml file and the xml is telling it the photos are in pictures/ .. should all of these relative links be ok? Does code igniter pevent relative links within a folder? thanks. swf file using xml - El Forum - 09-16-2009 [eluser]xzela[/eluser] Hi, You may have to debug this issue by using absolute paths in the XML file. Have you tried this and does it work? If it's works then you can narrow down the problem by trying different types of relative paths in the XML. |