I guess this one is asked a lot, but I have had a look through the search and I can't find a solution. I want a news scroller that loads from an external .txt file, and each piece of news only moves on when you want it to (by clicking a button). Help, please?
I guess this one is asked a lot, but I have had a look through the search and I can't find a solution. I want a news scroller that loads from an external .txt file, and each piece of news only moves on when you want it to (by clicking a button). Help, please?
I do a bit of CSS, so for links default color:
a {
color: #3366CC;
text-decoration: none;
}
Hovered over:
a:hover {
color: #6699FF;
text-decoration: underline;
}
Active link:
a:active{
color:#FFFFFF;
}
Visitied link:
a:visited{
color:#FF0000;
}
There are a lot more things you can do...
I have a problem. I have searched and searched through many sites (including this one) but cannot find an answer to my seemingly simple question. I have 3 .swf movies (that could be used from a .fla file if needs be) and I want the Flash to randomly play 1 of them each time the movie is started...
I am trying to find a CGI script that can write to a .txt or even better .xls file. I have tried it on one site yet it doesn't work, please help [sad][sadeyes]
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.