![]() |
help with SWF + XML + CI - 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: help with SWF + XML + CI (/showthread.php?tid=17020) |
help with SWF + XML + CI - El Forum - 03-23-2009 [eluser]Asinox[/eluser] Hi, im trying to make a sliding show of images with XML + FLASH, the problem is that from CI VIEW the flash is always loading and don't show nothing.. well, but if i call the swf directly (http://localhost/site/public/slider/slider.swf) work great!!!, so my problem then i think is with CI.... customizing : path to the images (in xml file), path to css file (in xml file), path to the xml file (in action script file this one) my path to xml: http://localhost/site/public/slider/file.xml my path to css: http://localhost/site/public/slider/css/file.css my path to img: http://localhost/site/public/slider/images/1.jpg so, i cant understand why calling the swf with CI dont work.... Thanks help with SWF + XML + CI - El Forum - 03-23-2009 [eluser]pistolPete[/eluser] Do you use a .htacces file? Use Firebug to monitor HTTP requests: http://www.getfirebug.com/ Is the path in the ActionScript code relative or absolute? help with SWF + XML + CI - El Forum - 03-23-2009 [eluser]Asinox[/eluser] im not using .htaccess file, i using firebug, but im usig chrome , im going to FF.. the AS Path im tying in two way: var xmlUrl = "public/flashslider/banner.xml"; //banner.xml //FlashVars: xmlUrl="http://localhost/raptitud/public/flashslider/banner.xml"; dont work with relative of absolute...with flasvars of without it ![]() help with SWF + XML + CI - El Forum - 03-23-2009 [eluser]Asinox[/eluser] wait i have a NOT FOUND XML with Firebug...let me check thanks help with SWF + XML + CI - El Forum - 03-23-2009 [eluser]Asinox[/eluser] Thanks pistolPete ![]() ![]() now is working ![]() |