I'll do my own editing thank you.
Printable View
I'll do my own editing thank you.
If a moderator asks you to cease posting something, please comply.
Hello everyone veiled my site wwww.negfreddy.fr I use also koolmoves and it is really brilliant but I do not manage to find a bar of research on site in php on flash. if you can helped me!!! :mrpimp:
Great Page!!! How did you get the words to turn like that on the mouse over and then stay there after the mouse over?
wwww.negfreddy.fr directs me to a search page???Quote:
Originally Posted by negfreddy
This is my first attempt with creating a website using KM. I still need to figure out how to include the music first.
http://www.olanibeautyspa.com
YIKES!!!!!
Lose the Midi file PLEASE. Not only is it annoying but if you click on any of the menu items you get another copy of the midi file playing over top of the first one.
OK, its not that bad, but the music is too loud!! And it is hard to read text on orange. But it looks like the standard flash site that one does expect. It is almost like a template from flashkit. I give it a B+ :cool:Quote:
Originally Posted by blanius
Interesting enough since I was having problems with QT7 I reinstalled QT6 and the issue with the midi file playing multible instances went away.
That what i use to add music.........though the mp3 may be large but because it steams after the main movie has loaded the loading time of your page is not affected...............and sounds better than a midi file...Quote:
mySound = new Sound();
mySound.loadSound("somenicemusic.mp3", true);
mySound.start();
is what you would need to stream music..........'true' to stream 'false' to load the whole file before playing.With suitable comprssion music can be played continuously on dial up.
The link can be absolute or relative.
http://www.indogo.karoo.net/ if you want an example
regards
mike
Nicely designed and structured and the best bit is it loads quire fast as well so no hanging aroun for ages to see the first page.Quote:
Originally Posted by miles_n_diz
Good Job! :mrpimp:
A: Chris Seahorn has researched PHP for KoolMoves.Quote:
Originally Posted by negfreddy
One of his pages can be found at http://sandbox.blogdns.com/ ...
________________________
See, I can "play nice" a few times...
I like this. nice smooth movements, quick to load. very slick. Much better than i did on my first website design on koolmoves and i mean loads better.lolQuote:
Originally Posted by vanbao
I've been playing around with my site again and given it a revamp, please let me know what you think. I'm probably going to move the advertisment banners to another page as i think it looks a tad busy on the front page?? :cool:
Do I spy with my little eye another example of the power of the contentpane? ;)
Looks great Dave!
www.PlenaryCreation.com
Hehe, dunno if i did use any cool moves... :) I'm just a maniac and love to waste time doing simple things the complicated way... Btw... The links is my portofolio, but i can post some links with sites that i made when i was drunk :D Maybe thoes are better... :D
Woof woof, Romania Power :D
My names Steve! :D I did the site for my brother :)
The extreme power of the content pane is awesome!
Got a linky? :D wanna see, wanna see...Quote:
Originally Posted by thesween
yep, :) www.dpslocksmiths.co.uk
Great site btw
Nice site there :) hehe... You can try burglary... :D
So this is just my test page basically, pretty bare, but this is the main temp that i'm going with for my site
http://www.dustinkavanagh.com/flashpage.html
Not bad, but you could definitely work on the layout... And i mean work... Cheers.Quote:
Originally Posted by dustink
This is really my first time working with any sort of flash program, so i'm still learning the ropes lol.
Then don't stop here, keep it on... Practice, practice, practice... Practicing makes the master... cheers :D
Ok koolMovers let me know how you like my site. I've been KM'ing for about 6month's! This my 2nd time posting my site because I have totally changed it from the first time. The site is still under construction but the layout of all pages is pretty much done! Please let me know some things i can do better or if my site is a total wash or if I just need to start all over!! Anyway here it is www.ividpro.com
Pushplay.......Erm......excellent,brillient....soo oo professional....do carry on as you are.
I actually thought it was flash /html mix until I checked!
Will do wonders for business...
How do you get your fade ins soo smooth.mine are always jerky?
yours totally jealously
mike
Quote:
Originally Posted by indogo
Thanks for checking my site!
To get the fades in smoothly I stretched the time of the movie! Like I think I made it 5sec or so. Just play around with it! Also I added a short frame at the start and at the end!
Looks pretty good. I did notice alcoholic was misspelled in your about page.
yeah I got some other misspelling as well. Thanks for the post!
Real good... The only thing is that the site has a scroll bar and does not need it.
And my general clumsiness / expectation makes me scroll the page.
[I'm too used to scrolling a page when there is a scroll bar.]
Looks good to me. You should post again when finished.
Just a note, both GTT productions and my portfolio site have been updated...
Hi, I love KM! Here is my website http://www.sarahmicol.com
Nothing special, but I did it all myself!
Sarah
Looks great Sarah! Good luck with the new album.
Thank you very much! I hope I'll be able to release it soon. I have so many ideas, but a few time to finish the job...especially with a 15 month old boy who starts walking.... it's really hard!
Sarah
Excellent Sarah :) ...maybe incorporate the guestbook, contact form and blog next, child permitting for that totally flash experience.
One point, you can stream your samples directly with flash using
mySound = new Sound();
mySound.loadSound("yoursong.mp3", true);
mySound.start();
keeps everything neat :)..can be used to play music automatically in the background without slowing down you movie load time.
good luck
mike
I'm trying to do the thing you wrote me... but it says " Line 1 expecting a mouse event statement"
Oops forgot to mention for a button action you will need the on(release) bit ie
on(release){
mySound = new Sound();
mySound.loadSound("yoursong.mp3", true);
mySound.start();
}
The first example is for use on say the main timeline to load a song as the movie plays.
You might want to add a button to stop the music using the stop sounds function too.
Sorry for theconfusion there
regards mike