Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Flashing Text?


14 replies to this topic

#11 strange-garden

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 190 posts

Posted 04 December 2007 - 10:46 AM

You could use JASC animation shop. I think there's a free trial for it out there. It's amazing.
What kind of flashing text are you looking for? a picture of text or actualy flashing text that you can copy and stuff?

It's probably a little easier to use than flash, unless you are using a generator. Anyways, good luck with it!

#12 keego

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 161 posts
  • Gender:Female
  • Location:Melbourne,Australia

Posted 08 December 2007 - 03:27 AM

I think flash is definately amazing. im currrently designing a new flash file for my website. most likely the whole thing will be flash. there are heaps of tutorials on the net that you can find. It teaches you step by step to make the things you want such as flash image galleries. Or even preloaders.

All you need to do is choose the type that is more simple for you .. try it.. it taught me alot. I didn't learn much flash in uni as much as i did with tutorials. There are also books called Flash for dummies. lol sounds silly but its pretty good. :D .. when im done with my site hope you guys drop by..

If anyone is interested to see what i have in future just check often on www.myspace.com/keegonguyen to see if i post new blogs regarding my site. :P

#13 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 22 August 2009 - 06:39 PM

Flashing TextFlashing Text?

<body onload="flash1()"><script type="text/javascript" language="javascript">

var text = 'Hi';

function flash1(){

document.GetElementById('text').InnerHTML = '<font color="red">'+ text +'</font>';

setTimeout('flash2()',1000);

}

function flash2(){

document.GetElementById('text').InnerHTML = '<font color="black">'+ text +'</font>';

setTimeout('flash1()',1000);

}

</script>

<span id="text">Hi</span></body>

-reply by GLADIATORS



#14 minimcmonkey

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 414 posts
  • Gender:Male
  • Location:United Kingdom
  • myCENT:62.89

Posted 29 August 2009 - 02:40 AM

Well there is the blink tag. It was removed from IE6 because of how annoying it is. It lives on in browsers lie firefox. I would recommend not using it! Most web users hate it, its a good way to make people dislike your website!

#15 Guest_Nikunj Parmar_*

  • Guests

Posted 25 July 2011 - 06:18 AM

Blinking text is possible by using css file..
In css file
.blinktext {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-decoration: blink;
font-style: normal;
}

<h1 class="blinktext">
Your Text/copy that you want to blink
</h1>

Only just need to add TEXT-DECORATION as BLINK...




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users