I am currently working on my capstone project for my software engineering class. We are creating a website so game design students at my university can upload games they've made essentially creating a 'showcase' for the Game Design department.
Unfortunately, many games created in flash have dependencies they need to load. Since the files are uploaded using plupload to /uploads/flash and everything is browsed through index.php, when a dependency for an embed is needed it isn't loaded (and usually the flash game just stops)
Has anyone encountered this issue before? What steps should be taken to remedy or 'bypass' this issue? obviously uploading all files to the root directory isn't a very good option.
Thanks!
EDIT: I would also like to note that I have tried adding the following to the embed, but to no avail.
<param name="base" value="<?php echo base_url("uploads/flash/"); ?>/">