Welcome Guest, Not a member yet? Register   Sign In
could flash chart in codeigniter
#1

[eluser]sheolikar[/eluser]
could You please tell the correct procedure of integrating of flash chart in codeigniter.
previously it was given but not very clearly.
#2

[eluser]wowdezign[/eluser]
Well, I don't know how the correct way to do it is. But, I used Flash for a stats page with CodeIgniter so I could take advantage of the DataGrid component in Flash and here's how I went about it:

I created a Controller called FlashFeeder that used models to interact with the database, the Controller methods basically output the XML I was loading into the .swf.

Then, in my Actionscript, I just called the urls like:

http:// nameofsite.com/flashFeeder/2008/indiana/northwest

Like I said, there is probably a cleaner way to do it, but I just wanted to get it done.
#3

[eluser]thinkigniter[/eluser]
If your looking for a NON flash idea then check this out

http://www.filamentgroup.com/lab/jquery_...l5_canvas/

It's a jquery plugin that is dead easy to use and comes in at 14k uncompressed or minimised.

Is does require you have the jquery javascript library installed though.

Cheers




Theme © iAndrew 2016 - Forum software by © MyBB