A flash site
Moderators: Moderator, Global Moderator
A flash site
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.
http://joeburton.kjbets.com/joessite.html
http://joeburton.kjbets.com/joessite.html
A flash site
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\' />
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
A flash site
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\' />
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.
[18:09:00] * ~Moppy stews ner0 erotically 1 times.
A flash site
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
http://joeburton.kjbets.com/flash
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
http://joeburton.kjbets.com/flash
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
A flash site
I think kirupa 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]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]
A flash site
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
I find its something many tutorials expect you just to know.
Code: Select all
on (release) {
getURL("www.killagraphix.com","_blank")
}A flash site
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...
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
Code: Select all
on (release) {
loadVarsnum ("index.txt", cont)
}A flash site
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=\';)\' />
A flash site
of course...but html is so cluttered =( would xhtml work?
A flash site
This Kirupa 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
A flash site
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\' />


