Can't Find The "cool Sites Area"
yo what do you think of this site: still it's a BETA version.... www.melvin-lardenoye.com
sorry, not 1 day, 1 year, 1 course of academy of arts or anything, just my own "creativity"...... greetz melvin lardenoye
FlashKit > Flash Help > Flash General Help
Posted on: 03-14-2003, 10:35 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Cool Sites
Please give some links of cool flash made sites from where i can steal some ideas....
Regards,
http://www.inwww.ltd.uk
Cool Flash Sites... How Do They Do It?
I'm just starting to learn flash, and whenever I see really cool flash movies/sites I always wonder "How do they do that?!" I'm a self taught web designer and learned by looking at source codes and ripping them apart.. I'd love to do that with flash movies and fla files.. any one know where/some good ones to download?
Need Examples Of Cool Photographer Sites For Design Help
Could anyone post any cool photographer sites that display images in a unique way. (Not the usual sliding left and right bar of images).
I'm designing one with around a hundred images so it needs to show a lot of images in a unique way. Thanks for your help!
Where Can I Find Some Fla's With Some Cool Zooming
I am trying to create an effect of zooming into a picture, and am curious to know if you know of any cool effects or sites that do it well.
I have a main image on the home page, and when you click on different parts of the image, you zoom into it close up. But I'd like to have it come in with a smooth, elegant way, perhaps following a motion guide so that it curves a bit.
Any advice would be really appreciated.
Thanks.
Where Can I Find Some Fla's With Some Cool Zooming
I am trying to create an effect of zooming into a picture, and am curious to know if you know of any cool effects or sites that do it well.
I have a main image on the home page, and when you click on different parts of the image, you zoom into it close up. But I'd like to have it come in with a smooth, elegant way, perhaps following a motion guide so that it curves a bit.
Any advice would be really appreciated.
Thanks.
Getting Search Engines To Find Flash Sites
I'm not sure if this issue has been addressed in quite the same way...
As I understand it, when search engines go looking for hits, they're combing through a website, looking for the most relevant examples of the search criteria. That's easily done with an html site, nearly impossible with a Flash site.
But since a full Flash site still has to reside within an html page, couldn't you place the words you think would be found by a search engine in the html header, or something?
Building Flash Web Sites: Where Can I Find Tutorials?
I have been searching the web all morning for tutorials to help me build a flash based web site to display my photography portfolio. I have been building web sites for years and I'm comfortable with html, php, mysql, etc. I use Dreamweaver UltraDev and have also created Flash movies, but I don't know how to create a entire Flash based web site.
I have checked out all the usual suspects including flashkit, macromedia, dmxzone, etc, but all I can find are tutorials for individual flash components.
Where can I go for information that will help me build an entire flash based photography portfolio site?
Thanks,
Andrew
Where Can I Find Some Fla's With Some Cool Zooming Effects?
I am trying to create an effect of zooming into a picture, and am curious to know if you know of any cool effects or sites that do it well.
I have a main image on the home page, and when you click on different parts of the image, you zoom into it close up. But I'd like to have it come in with a smooth, elegant way, perhaps following a motion guide so that it curves a bit.
Any advice would be really appreciated.
Thanks.
Where Can I Find Some Fla's With Some Cool Zooming Effects?
I am trying to create an effect of zooming into a picture, and am curious to know if you know of any cool effects or sites that do it well.
I have a main image on the home page, and when you click on different parts of the image, you zoom into it close up. But I'd like to have it come in with a smooth, elegant way, perhaps following a motion guide so that it curves a bit.
Any advice would be really appreciated.
Thanks.
Where Can I Find Some Cool Screen Savers?
I didn't know where else to post this question.
Does anyone of some good places to download some cool screen savers? The people can find the better.
This will be for my computer at work so it would need to be appropiate.
Any help would be great!
Help Me To Find The Source For This Cool Type Trick
hi guys,
i got this from flashkit movie section 4-5 years ago.
link
I lost the original file, and I couldn't find it on their website.
do any of you know where I can find the flash file on this? I really love this trick and i would love to make a little home intro with this. please help me out!
thanks in advance!
Joe
Function To Find And Area
Hi friends,
Write a function to find and area of rectangle. Inputs, which will be given to the function will be rectangle's width and height.
plz help me how i do.
thanx
flash4lover
Text Area Value, Such A Simple Question, Why Can I Not Find An Aswer
Hi,
All I am trying to do is have an empty text area where the user types a message, the user then presses a button which prints it out. How would I go about doing this? I am still at the stage that I do not know how to get the message that has been typed. I am trying to get the message to display in frame 2 in a dynamic text box. Would this be right if I would do it?
I have this:
var my_ta:mx.controls.TextArea;
var taListener:Object = new Object();
taListener.focusOut = function(evt_obj:Object) {
if (my_ta.length < 1) {
trace("Please enter a comment");
}
};
my_ta.addEventListener("focusOut", taListener);
ta_text = my_ta.text;
button.onPress=function(){
gotoAndPlay(2);
trace(ta_text);
}
Thanks
Bex
Full Screen Sites / Scalable Sites ... How?
Hi, these sites:
http://www.bogdanmebel.bg/bogdan-mebel-en.php
That are fullscreen and scales to fit the user browser window are very trendy these days. Anyone has an idea how they do that?
He'p Loading Web Sites Into Flash Sites
Hey, all--
I'm trying to find a way to load an external website directly into a specific area of a Flash movie/site, without opening up a new window or replacing all of the movie's contents in the current browser window. My movie is built around a designed frame (not .html frame, but a graphic that frames the content) with a nav bar along the left side of the frame and a big hole in the center where most of the content lives. Is there a way I can load sites directly into that hole, keeping the graphic frame and nav bar where they are, around it? Or would it require rebuilding the page using .html frames, cutting up the graphics around the hole and making each of those chunks its own .html frame?
Thanks for any help!
Cool Site.....tv Snow Is Pretty Cool..
http://www20.brinkster.com/jhdp/site.htm
wondering if anyone know how this tv snow effect was done for the transitions. this site is cool, i think it is a member's. i love how it is different and not too extreme.
Load External Swf Into A Specific Area And Confine Interactivity To That Area... ?
Hello again,
I have a problem I've been trying to solve below.
I have a file that loads external swf files onto the screen, but I need these swfs to load into a specific 1024x644 area in the main movie.
I need the external swfs to maintain their interactivity while the mouse is over their area, but not when the mouse is over other parts of the screen (I need other buttons to still be accessible outside the area of the loaded swf.
As it is now, the mouse properties of the loaded swf take over the entire movie and render the buttons useless.
Below is some code I'm using. Can anyone provide examples of code that positions an external swf into a specific area and contains its interactivity?
I'm still very new to AS, so it's difficult for me to understand how to do things without specific code examples to look at. Also, if my code is inefficient or sloppy, please let me know.
Thanks.
var loader:Loader = new Loader();
function buttonPush1(event:MouseEvent):void {
var url:URLRequest = new URLRequest("mousetrail_644.swf");
loader.load(url);
this.addChild(loader);
}
Btn1.addEventListener(MouseEvent.CLICK, buttonPush1);
function buttonPush2(event:MouseEvent):void {
var url:URLRequest = new URLRequest("magnify2.swf");
loader.load(url);
this.addChild(loader);
}
Btn2.addEventListener(MouseEvent.CLICK, buttonPush2);
function buttonPush3(event:MouseEvent):void {
var url:URLRequest = new URLRequest("mapcursor_644_2.swf");
loader.load(url);
this.addChild(loader);
}
Btn3.addEventListener(MouseEvent.CLICK, buttonPush3);
function accessDenied(event:MouseEvent):void {
gotoAndPlay("scanner_denied");
}
Btn4.addEventListener(MouseEvent.CLICK, accessDenied);
My 'find' Won't Find Empty Lines And } Now
on 750 buttons I'm trying to go from:
{
Sound01
}
}
}
to:
{Sound01}
by deleting the empty lines and these } using find & replace - and when I hit replace all - it says none found, even though I copy directly from button code...
Is possible this happened by earlier having copied code from AS window - pasting it onto main stage to hold it while busy doing something else - then later double-clicking it and copying it into the find/replace window - which strangely puts little squares in wherever there was a carriage return??? Help please.
Document Area And The Area Outside It.
I have movie clips outside of my document area. So if my movie size is 1000 X 1000 with a white background I've got things in the grey area to the left, top, right & bottom that get tweened in at some point during the movie.
When I test the movie though, parts of the elements outside of the actual doc size show. Isn't there someway I can force them out of the test?
I've tried playing with the publish settings and view magnification sizes but it only distorts and or crops my other elements. Why wouldn't it just be the document contents shown?
Any help is much appreciated.
Working Area? Not The Stage Size....but The Working Area Lol
You know how there is a little white square that represents the stage size? And then, if you zoom out all the way, you have only a certain amount of working area and stuff dissapears. Is there a way to make this area larger? I have huge movie clips I need to work with...thanks!
Increasing Work Area Outside Of Work Area
I'm trying to create a layout pan with flash, and I need a larger area to work in. I don't mean the work area, since you just change that with modify>document, but the grey area surrounding it. help?
2 Sites
Hi there I have nearly finished two sites and would appreciate some feedback:
http://www.e-sume.co.uk/sensesonic
I posted this the other day but got no feedback, basically have a look at the demo as well, but ignore the soundbites as they were not of my choosing
http://www.e-sume.co.uk/cyprotex
Only had a wekk to do this so its not that good, but some feedback would be appreciated
Thanks
Pete
New At Web-Sites
I'm just working on my first ever web-site, and was wondering how exactly buttons work when you click on then, is it a tell target? Does i go to a new screen? Or what? Basically i have a basic layout for my site. When i click on the buttons, i want it so there is a transition period of a second or two then the info shows in the middle of the layout in a certain way. If anyone needs clarification, let me know.
Jason
Sites
try http://www.funtronics.net this is all flash
and http://www.intelicom.com
I've Seen It On Sites, But I Don't Know How : (
okay heres my problem: theres two flash movies, totally seperated but on the same site page. if i press a button on movie A, how do i make a movie play on movie B. so what im trying to do is is have movie B react to what people click on movie A. how would i do that? or have a speperate movie playing right on top of that. its kind of confusing, and i know i can do it i just don't know how. the site im talking about is at http://www.jasonx.com look at their menu and see how clicking the options loads another flash movie right on top of it. please help...im confused. thanks a gajillion!
Sites
I am a total newbie, and i have swish 2.0 (my friend said it is easier for everything, and the others are WAY too advanced)
but, i play a online game, and im in a clan
our tag is:
[mode] no meaning, just we are THE REBEL UNIT
I wanted to make a website made TOTALLY out of flash, can anyone help me get started and stuff?
Sites
Guys do u know any sites that have non-linear flash movies that is a site that just go right through.
Thanx!
Other Sites
are there any other good sites like this one where u can download
and see how other people have created things on flash and that also have q and a forums?
Sites In MX 04?
I have Flash MX 04, and I want to be able to create a website using the product. What is the best way of doing so? Also, how do you use gradients in flash? thx
Sites
Where are the bestest sites what have great flash tutorials?
SVF Dl From Web Sites
Hi,
I want to dl some flash movies I found on the net to my computer, and sometimes I can save them with firefox add-on program, and sometimes I cannot. Do you know if there is any program, or solution to dl all swf (like, when you cannot save a picture from a website, you can print screen and paste it to photoshop). Is there some way to save every flash movie?
Kind regards
A
Best Web Sites
my folder size is 59 mgb --- my comcast storage is 25 mgb --- any recommendations? .mac's limit is 35 mgb --- are freebies worth nothing?
ISO '3D' Sites
Hi Guys,
Not sure if this is in the right place so feel free to move the post to a more relevant section.
I'm after a third party piece of software or some really nice tutorials to produce a template similar to the following:
http://www.isointeractive.com/produc...io/demo_01.htm
The example above exports to Shockwave, not flash. Im specifiaclly after Flash, doesnt matter which version.
Thanks in advance.
Phil.
Sites
Hi anybody out there know of some really cool flash sites that have free tutorials, free fla's and other free resources to do with flash. Please assist
Classes/Sites?
Hey all,
I live in a nothing-happening part of the country and am busy teaching myself ActionScript. Problem is I'm a hands-on type of person and just reading about this stuff doesn't quite do it for me. Can anyone suggest a website where (preferably) free classes dealing with ActionScript are given (in an A-Z kind of format)? I would appreciate any suggestions!
Thanks so much!
Ben
Preloaders Sites?
I'm just looking for a few good places to help me out with preloaders. I need to know how to do them badly.. Extra special thanks goes out to everyone who helps people out in this place because without you I would be completly lost. I just figured most of you don't get the thanks you deserve. So thanks again everyone!
Flash Over Sites
I saw these on the maximonline.com website. A planet of the apes, and a nissan truck advertisement. What it is, is a flah animation that moves across the website you are viewing, kind of like its floating infront of the viewers eyes! anyone have an idea what im talking about? please email me and let me know how it can be done. It will be helpful to send me something i can get a sample of..thanks, mike
all_out@go.com
Linking To Web Sites
So i have some text converted to a "button" on the site i am constructing. I want to link the button so when they click on it, it opens a new window and brings them to a completely different site, say http://www.flashkit.com.....
but when i try it, it always brings them to:
http://www.mysite.com/www.flashkit.com
and this is obviously incorrect and displays a blank screen. Help please!!!!!!!!
|