A flash site

Moderators: Moderator, Global Moderator

Post Reply
Sylo-X-
Sr. Member
Sr. Member
Posts: 410
Joined: Wed Jul 21, 2004 5:52 am

A flash site

Post by Sylo-X- »

Endo got me inspired to start messing around with flash websites and I created this little thing. It isnt coded yet and not too stylish but its my first attempt.

[url=\"http://joeburton.kjbets.com/joessite.html\"]http://joeburton.kjbets.com/joessite.html[/url]
Image

I would love to change the world, but they won't give me the source code =(

My Killa Blog
travis
Jr. Member
Jr. Member
Posts: 56
Joined: Fri Aug 13, 2004 1:48 pm

A flash site

Post by travis »

Looks pretty nice.

I say that because the site design is nice and flash is something I don't understand <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
It was nice pos----ooo pretty colors
ner0
Hero Member
Hero Member
Posts: 982
Joined: Sat May 22, 2004 4:45 pm

A flash site

Post by ner0 »

I like it, only thing I\'d change is the font.. little hard to read over here

Apart from that its coming along nicely <img src=\'http://www.killanet.net/forum3/public/s ... >/good.gif\' class=\'bbc_emoticon\' alt=\'(Y)\' /> <img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
[color=\"green\"]'class KPIM::ProcessManager' only defines private constructors and has no friends[/color] <- :( poor class



[18:09:00] * ~Moppy stews ner0 erotically 1 times.
Sylo-X-
Sr. Member
Sr. Member
Posts: 410
Joined: Wed Jul 21, 2004 5:52 am

A flash site

Post by Sylo-X- »

Hmmm. Ive never had a problem witht his text. Usually everyone loves it. But i updated it and now the new one looks kind of cooler i think

[url=\"http://joeburton.kjbets.com/flash\"]http://joeburton.kjbets.com/flash[/url]

The only problem im having is puting content in. I know theres a way to make it load a text file into a dynamic text box but everythime ive tried it it dosnt work. hmm i dunno
Image

I would love to change the world, but they won't give me the source code =(

My Killa Blog
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

A flash site

Post by Josh »

I think [url=\"http://www.kirupa.com/\"]kirupa[/url] has a tutorial about loading external files into flash. <img src=\'http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' /> Don\'t hold me to it though.
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Endo
Hero Member
Hero Member
Posts: 1158
Joined: Wed May 05, 2004 9:05 am

A flash site

Post by Endo »

Kirupa has some excellent flash tutorials. Take a read of the one about choosing the right fonts, also Sylo. Though i must say that font looks quite good and much better to the first version you posted. If you cant get the external txt to work, give me a PM, but first, I had this issue, url\'s need to be in quotes ( \" ) ; I had this problem when I first started out, for example a button/text wanting to open a new window, or redirect would be

[code]on (release) {
getURL("www.killagraphix.com","_blank")
}[/code]

I find its something many tutorials expect you just to know.
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Sylo-X-
Sr. Member
Sr. Member
Posts: 410
Joined: Wed Jul 21, 2004 5:52 am

A flash site

Post by Sylo-X- »

Yeah i had the problem too. Every tutorial I went to didn't explain stuff step by step it was more like "do this then jump ahead to this" But I did get my text to work. I eneded up with something like this...

[code]on (release) {
loadVarsnum ("index.txt", cont)
}[/code]

And that would just call up that text file in the directory. And writing updates and blogs in a text file is more cleaner then HTML in my eyes O.o
Image

I would love to change the world, but they won't give me the source code =(

My Killa Blog
Endo
Hero Member
Hero Member
Posts: 1158
Joined: Wed May 05, 2004 9:05 am

A flash site

Post by Endo »

Well remember you can \'enable html tags\' for the dynamic text box and use html in the text file <img src=\'http://www.killanet.net/forum3/public/s ... igwink.gif\' class=\'bbc_emoticon\' alt=\';)\' />
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Sylo-X-
Sr. Member
Sr. Member
Posts: 410
Joined: Wed Jul 21, 2004 5:52 am

A flash site

Post by Sylo-X- »

of course...but html is so cluttered =( would xhtml work?
Image

I would love to change the world, but they won't give me the source code =(

My Killa Blog
Endo
Hero Member
Hero Member
Posts: 1158
Joined: Wed May 05, 2004 9:05 am

A flash site

Post by Endo »

This [url=\"http://www.kirupa.com/developer/mx/newsflasher.htm\"]Kirupa[/url] tutorial is a good one to look at. I dont think xhtml would work, but looking at this tutorial its not that complicated html, and at the end of the day, its only a few extra characters compared to just having a text file, at least this way gives you formatting options
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Sylo-X-
Sr. Member
Sr. Member
Posts: 410
Joined: Wed Jul 21, 2004 5:52 am

A flash site

Post by Sylo-X- »

Hmmm. Thanks for pointing me to the tutorial. Ill probobly deffinatly use it. Thanks for all the help too <img src=\'http://www.killanet.net/forum3/public/s ... /happy.gif\' class=\'bbc_emoticon\' alt=\'^_^\' /><img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
Image

I would love to change the world, but they won't give me the source code =(

My Killa Blog
Post Reply

Return to “Flash”