colorbox and codeigniter question |
[eluser]miramichi[/eluser]
I am trying to get colorbox to diplay a .swf file. If I host the file off site, it works. I want to host it on site, but I get an error by linking to the swf, or by linking to a page that has the .swf embedded in it. I created controllers & pages for stuff to appear in a content area, but I dont want the whole page to show up in the colorbox, just the swf. but I am at a loss for the moment. I hope this makes sense. Link: http//www.miramichi.ca (click to play video)
[eluser]Basketcasesoftware[/eluser]
What on earth is "colorbox"? What is the error message?
[eluser]Madmartigan1[/eluser]
This is definitely a bug with Codeigniter Reactor. Alert the mods!
[eluser]Basketcasesoftware[/eluser]
ok. The link works.For some reason my browser was wanting to render it http://http://.... First I've ever seen that happen. Anyways, the site seems to be working as far as I can tell. And the acting in Movie#1! Stupendous! ;-P Seriously, you need to have the correct troubling videos actually in place for us to look.
[eluser]miramichi[/eluser]
Thanks for delving into this. Here is some code and maybe a better explanation: I can't get my flash movies to play in CI. All the Flash files are in a folder at the root level. The embed/object code below works fine when I upload it to another site (non-CI). To see this in action got to miramichi dot ca (I don't have permission to post links here), and click on the video links. The image link goes off site and works. The text link tries to open the view below, and fails. If you think the solution is .htaccess, please post an example. Thanks! Controller code: Code: class Video extends Controller View Code: Code: [removed][removed]
[eluser]miramichi[/eluser]
Hi: Problem solved by adding the folling to my .htaccess: RewriteEngine On RewriteCond $1 !^(index\.php|Flash) RewriteRule ^(.*)$ index.php?/$1 [L] Cheers, L |
Welcome Guest, Not a member yet? Register Sign In |