help with SWF + XML + CI |
[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
[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?
[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 ![]()
[eluser]Asinox[/eluser]
wait i have a NOT FOUND XML with Firebug...let me check thanks
[eluser]Asinox[/eluser]
Thanks pistolPete ![]() ![]() now is working ![]() |
Welcome Guest, Not a member yet? Register Sign In |