alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user robojiannis
robojiannis (7)

Papervision Text

A 3d typography example.
Fla file appears empty, edit the file by modifying the .as file and then compile the fla file again.

4811 downloads, 38502 views

papervision typography


Download (596.58 KB)

Comments

You need to login to post a comment.

user fusarium
fusarium 8 years ago

Can anybody explain me how to change the text?

user rfreitaz
rfreitaz 11 years ago

Perfect! What about how to change the font type?
I'm having problem with width of the movie, because when display the movie it's cutted. For example, i need use in the 900px space, but the movie is cutted on to 650px width. I've already increase the size of the scene, but the movie stayed with the same width. How solve this? Can you help me?

user mabreo
mabreo 11 years ago

when I put a word with an accent the animation stops
how I can solve this

user benattabou
benattabou 12 years ago

nice one

user ramesh123
ramesh123 13 years ago

nice stuff

user dequila
dequila 14 years ago

wow...very nice~

user wiyono
wiyono 14 years ago

Hello...
Best for you...
But i would like to change text not so fast changing.. so we can read the text... beacuse my text is litle bit more...
How to do that? which code i have to change?

Thank you..

user crazy77
crazy77 14 years ago

I love this and I changed the text in the .as file but how can I make a swf file out of it? hmmm with flash ? I dunno how ? :o(

user e11world
e11world 14 years ago

This is nice but I'd like to see one update to it. When the text groups together, it should specify the focus and zoom to show the text for long enough so people can read it.

user violetjoanne
violetjoanne 14 years ago

thanks ^^

user robojiannis
the listing author robojiannis 14 years ago

@adrianTNT. thanks a lot!!!

user adrianTNT
adrianTNT (admin) 14 years ago

I have to try papervision too very soon :)

user adrianTNT
adrianTNT (admin) 14 years ago

Fla file is now included, fla file appears empty, edit the file by modifying the .as file and then compile the fla file again.

user robojiannis
the listing author robojiannis 14 years ago

take a look in the PaperVisionText Class.
there are three Text3D instances (words1, words2, words3), where you can change the text

user icerock
icerock 14 years ago

That is so cool.......How would you change the text? sorry bit of a noobie

user robojiannis
the listing author robojiannis 14 years ago

sorry for not having a *fla file, but I use the Flex architecture and don't have the Flash IDE.

you can easily use it in flash by doing the following:

import PaperVisionText;

var pvt : PapervisionText = new PaperVisionText ();
addChild(pvt);


just make sure that PaperVisionText.as is in the same folder as your *.fla file.
you can edit the 'PaperVisionText.as' file in the Flash IDE - that's where everything is initialized.

user juhpavan
juhpavan 14 years ago

fantastic!

user emem
emem 14 years ago

Love it, would be great if you'd submit the .fla..
Many thanks.

user adrianTNT
adrianTNT (admin) 14 years ago

@robojiannis: please edit the files and include the fla file or we have to remove it.

user vicmar
vicmar 14 years ago

Awesome!

user maximasolutions
maximasolutions 14 years ago

Cool but cannot make any changes to it since there is no fla file.

user BabyJJ
BabyJJ 14 years ago

Woowww 0_o
Amazing!!!

user nikslakhani
nikslakhani 14 years ago

out standing yar supab, thanks

user rccintra
rccintra 14 years ago

Very impressive!

user WebDataBank
WebDataBank 14 years ago

Beautiful!

user priitsaks
priitsaks 14 years ago

Very very nice !!!!

user tomekkie
tomekkie 14 years ago

Very nice work, but I am just wondering, whether could the same be achieved basing on pure AS 3d classes and blurr filter with no papervision.

user dfunk
dfunk 14 years ago

awesome work...

user lisnic
lisnic 14 years ago

the 3D is super, but I can't read the 3D text.
I hope it's easy modificable..

user ddsdc
ddsdc 14 years ago

super TOP

user cultpixel
cultpixel 14 years ago

8 - nice idea, only the readingtime is a litle short..

user nikopg
nikopg 14 years ago

10 stars!

user ramesh7199
ramesh7199 14 years ago

'A' class work, Thanx for shared.

user jorgerosa
jorgerosa 14 years ago

WOW... very very very very awesome! Thankyou for share! :D

user Ianzersw
Ianzersw 14 years ago

Very cery nice! Good Work!

user adrianTNT
adrianTNT (admin) 14 years ago

ORG folder is there, so it should be good, I will approve it now.

user robojiannis
the listing author robojiannis 14 years ago

there is the papervisionText Class which initiates the script; this imports the necessary papervision classes, which are in the org folder. did i forget to include it?

user adrianTNT
adrianTNT (admin) 14 years ago

Hello. That looks good but are the papervision files included so that the user can edit this? I am not sure how papervision works but I assume they have some kind of source file? Or are these just AS classes?