CodeIgniter Forums
Load Flex 3 Application from CodeIgniter Web Server - 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: Load Flex 3 Application from CodeIgniter Web Server (/showthread.php?tid=13612)



Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]fisad[/eluser]
Hey.

Anybody know how load a Flex 3 Application how home page in Web Server (Hosting) with CodeIgniter active


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]Colin Williams[/eluser]
I don't even know how to parse that sentence. What problems have you experienced thus far?


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]fisad[/eluser]
I make Flex 3 application and I need install this in Web Server with CodeIgniter administrator, I never work with CodeIgniter, so, I search and understand models, views and load features from this type of servers.

My problem is: I try create a view for load my flex application how home page, this type of server have different structure of directories and flex wrapper for load swf file not work in this type of server. I create php script for load view of application, but not show in screen, nothing error!.

I need simple example how to make my work ok.


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]freshface[/eluser]
Building an application generates a .swf file that you need to use.
CI has nothing to do with it, use swfobject for displaying it.


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]Colin Williams[/eluser]
Yeah. I would venture to guess that if you right-clicked where the SWF should be, you get a "Movie Not Loaded..." message in the contextual menu. This means you pointed at the wrong file. Which means you probably have the path wrong. Which is apparently a terribly difficult concept to grasp, at least around these parts.


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]fisad[/eluser]
If application/Flex is application folder for CodeIgniter, where put de swf file to load. I put in webroot, application, application/Flex, but not loaded!


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]Colin Williams[/eluser]
I can't help but read your posts in a John Madden voice... Anyway, try accessing the file directly through the URI, not via a reference in the HTML. If the server isn't serving up the file at the URI you expect it to, then it likely means your server has been configured to work altogether differently. Just follow it through and figure out where the break down is.


Load Flex 3 Application from CodeIgniter Web Server - El Forum - 11-29-2008

[eluser]fisad[/eluser]
You are right, the server not allow load reference files with browser, not possible debug file location or results of load from browser.

Thanks for all