Ive been able to fix some of the issues mentioned below, but am having some outstanding problems, mainly with controlling the slide pane from within itself, IE- I would like to have "back and next"...
Thank you in advance for looking at this. I implemented serialScroll.js on the following site; http://creativetime.org/programs/archive/2010/ABMB2010/ Its working pretty well except the following 3...
Ill try both methods out- and thanks again for the input. The mapping is handled by li id's using a jQuery script called Serial Slide. I dont think it will be effected. Will let you know the results...
Thanks for your reply, I had the <p> nested inside the <li> to begin with, but then the text faded as well as the background. I need the type to remain bright white all the way through. Would either...
This file sets/ retrieves a cookie, "counter" and passes the value (=page visits)to Flash using flashvars. I want the cookie to delete on visit number 4 and then reset itself on the following visit,...
The actionscript was incorrect. Please see below. After several weeks of trial and error, I believe this, in conjunction with my prevous post, is the simplest way to pass a cookie value to Flash on...
The following bit of javascript writes and retrieves a cookie which counts a users visits to the page. Then using swfobject it both embeds main_banner.swf and passes the cookie value "visits" to it...
Thanks in advance for looking at this. I am trying to direct users to a specific frame number within an embedded .swf file based on a cookie value. The cookie and the .swf work fine independently,...
Thanks criterion9, Unfortunately I have no experience using flashvars- I started digging around and it seems like another fine way to go about it, but I would rather not tread into unfamiliar...
Im having trouble with a pecific part of the file below. I explain a bit in a comment where the problem is occuring. The code sets a cookie which counts user visits, which works fine. Then the value...