codeigniter site, swfobject not fully loading swf
- by Joe
I am having a strange problem. I have a view that is supposed to load a swf. The swf was compiled with Flex and the mxml preloader displays but it loads a blank screen. When I path directly to the file it loads fully and works fine.
Other possibly relevant information:
The swf makes calls through GET requests to the database
the site is built with codeigniter
I'm using swfobject to load the swf
you can see it in all it's busted glory here:
http://thetoad.flattoads.com:16080/~iopdev/CI/index.php?c=moodtotem&m=index
I'm going bonkers over this!