CodeIgniter Forums
PROBLEM WHEN FLV FILE IS BEING LOADED USING PHP(Codeigniter view) - 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: PROBLEM WHEN FLV FILE IS BEING LOADED USING PHP(Codeigniter view) (/showthread.php?tid=11717)

Pages: 1 2


PROBLEM WHEN FLV FILE IS BEING LOADED USING PHP(Codeigniter view) - El Forum - 10-09-2008

[eluser]Unknown[/eluser]
Hey, maby a bit late but i hope it still helps you

you're writing your SWF object to an element identified by "container"

it would be helpfull if the container actually existed... Tongue


so just adding
Code:
<div id="container"></div>

would be enough

(that is - paths are correct, but hey, its good practice to always use absolute paths)


PROBLEM WHEN FLV FILE IS BEING LOADED USING PHP(Codeigniter view) - El Forum - 10-09-2008

[eluser]Yash[/eluser]
its funny ..u get error after so many people suggest so many tricks