Welcome Guest, Not a member yet? Register   Sign In
flash not working with CI
#4

[eluser]KingSkippus[/eluser]
[quote author="Vasi" date="1279642196"]Hi,
I have a flash which I use for my intro here: http://www.autoitp.ro/ . I defined $config['base_url'] as beeing http://www.autoitp.ro/.[/quote]

Wow, after re-reading your post, I just realized that I asked you to correct a server reference in your view but left out correcting it here. I normally use the following in my config file so that in case I change hosts or have multiple domain names pointing to the same site, I don't have to hard code the site name:

Code:
$config['base_url'] = 'http://'.$_SERVER['HTTP_HOST'].'/';


Messages In This Thread
flash not working with CI - by El Forum - 07-20-2010, 05:09 AM
flash not working with CI - by El Forum - 07-20-2010, 07:02 AM
flash not working with CI - by El Forum - 07-20-2010, 07:17 AM
flash not working with CI - by El Forum - 07-20-2010, 07:24 AM
flash not working with CI - by El Forum - 07-20-2010, 01:23 PM
flash not working with CI - by El Forum - 07-20-2010, 01:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB