Quite right, I made the site back in the days of CS2, the movie is published with "player" set to "flash player 7" in the publish settings – doesn't that mean it should work?
Anyway, I'll have a look at that tutorial and see what I can understand, but I imagine other things could stop working...
Whenever I click the "send" button, I get a blank email. I've tried changing the variables in mail.php, and it works, I've also checked for capitalization errors and such there – I think that means the trouble is somewhere in the actionscript.
I'm using actionscript 2.0 and this is the code in...
Thanks a lot, for some reason I hadn't thought to test the php file on it's own – seems the problem is indeed that the variables aren't passed properly on from flash :)
http://fortelle.no, illustration and graphic design
It's been a good while since I did any web programming of any kind, since I've decided to focus more on just design and illustration – but apparently an old bug has shown up, and I don't really know what to do.
It's a flash page that has a simple mail form, this is the essence of the code in...
I'm aware of this and looking in to it. I'm using the same JS on all the pages (as I only have one php document generating them all), but some of them don't have some of the elements.
http://en.fortelle.no, illustration and webdesign
huh... weird - I also have IE6 installed in a similar way, so maybe that's it.
How about if you click one of those little thumbnails, how does that new part of the page look?
http://en.fortelle.no, illustration and webdesign
Working on this page: http://fortelle.no/test/index.php?p=Illustrasjon
The div #bakbar and a bunch of others have something like this defined in my stylesheet:
#bakbar{
background-color:#FFFFFF;
opacity:0.25;
filter:alpha(opacity=25);
width: 230px;
position:fixed;
height: 100%...
Damn lack of edit function! Sorry about this, but I managed to fix the problem. I have no idea why, but after cleaning up a bit and changing from a while loop to a for loop, it all suddenly worked. Apparently I just need to get tidier at writing code :) Sorry for wasting your time...
Apparently there is something wrong with my scripting, glad to have that settled.
My variables make sense to me, but I can understand that they're weird to others. Basically, "p" is for "category", "no" is for "number" and "lili" is just a random name.
Here's the body of the document for...
I'll give you a star for impressive effort, but this really seems like overkill for my little site. I have three or so galleries of less than 20 images that aren't going to change very often - I just thought it'd be more elegant if I didn't have to tell the page what number of images are in each...
Okay, I've struggled with it for a while, but I'm just not getting anywhere at all. I suppose it's worth mentioning:
while($lili > 0){
if($lili != $no){
if(file_exists($p . "/" . $p . $lili . "thumb.png")){ ?>
<a href="index.php?p=illustrasjon&no=<...
The above is what I'm trying to do. Now, all the images have names like "illustration20thumb.png" - $p (the category) and $no (the number of the page within the category) are variables given through the url of the page.
$lili = 20...
It's odd, because I do have this inn the header:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="ar">
Which should do plenty. I had it as ISO before, and then I even had to define it in IE. This time, I re-opened the page in...
This page: http://www.fortelle.no/ahram/indexar.htm Displays correctly (in Arabic) in internet explorer, but not otherwise.
Why? It's UTF-8 encoded and I can see nothing wrong in the code: it even works offline :(
http://en.fortelle.no, illustration and webdesign
You know what, I just realized that "target=_blank" is valid html strict :p I feel pretty stupid now. It'd still be nice to have an answer in case I ever have to take up xhtml.
Heaps o' thanks for the help, though :) Stars all around
http://en.fortelle.no, illustration and webdesign
There's a big, overly fancy popup "plugin" to the library, and I don't see a lot of mention of "click" in it either, but then again, I'm no expert.
The error console in ff says nothing (and like I said, it works perfectly fine in ff as well)
http://en.fortelle.no, illustration and webdesign
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.