Plzzzz Help..urgent Flash Guide Needed
Plzzzz Help..urgent flash guide needed I need to do a flash just like from this website.. http://www.majaathefilm.com/ gallery section this is the only example i could find.. plz have a look ..the flash im supposed to do is bout cars when i click on different cars..the car will appear on the left sight just like from that site any tutorial or help for this would be highly appreciated i need to do this for my assignment
FlashKit > Flash Help > Flash MX
Posted on: 11-06-2005, 01:56 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
I'm New To Flash, Plzzzz Help
Hi everyone, I'm new to Flash, so I don't know much about it. I'm trying to make the picture moving; however, the picture keeps moving over and over again. It won't stop.
Could someone plz take a look at my file, and tell me how to make the picture play once only. Thanks a lot http://www.geocities.com/chuvesau2000/flash.html
kennethtran2k@yahoo.com
Flash Website Help Plzzzz
hi,
i was making a flash website i also have made a slideshow with thumbnails when i link my the slideshow swf to a button on my naviagtion bar thw slide show ones up but when u try an press any of the thumbnails or the left and right scroll buttons they just dont do anything all that happens is when the mouse is over the scroll or the thumbnails the mouse arrow turns into a hand i am confused cos the slideshow should work. i hope someone can help plz i need to figure it out very soon.
p.s if u need to see the files just give me ur address i will send it if that will help thank u.
Motion Guide Help Needed
Hello,
I would really appreciate some advice...
I have designed a flower petal falling off a branch, I want the petal to go all over the screen doing loop the loops etc. I have worked out how to do the motion guide, however I think my guide was too complicated because it just didn't work. So what I decided to do (I think this is the easiest way) is to do a few motion guides, the petal does follow them this time. However, the next problem is that when one motion guide finnishes, it loops and even though I want the petal to keep going around the screen, I want the other motion guides to finnish first before the first one starts again... I hope I haven't lost you lol. Is there anyway to like delay the motion guide for a few frames before it loops?
Anyway, I would really appreciate any help
Many thanks,
Helen
Motion Guide Help Needed
Hello,
I would really appreciate some advice...
I have designed a flower petal falling off a branch, I want the petal to go all over the screen doing loop the loops etc. I have worked out how to do the motion guide, however I think my guide was too complicated because it just didn't work. So what I decided to do (I think this is the easiest way) is to do a few motion guides, the petal does follow them this time. However, the next problem is that when one motion guide finnishes, it loops and even though I want the petal to keep going around the screen, I want the other motion guides to finnish first before the first one starts again... I hope I haven't lost you lol. Is there anyway to like delay the motion guide for a few frames before it loops?
Anyway, I would really appreciate any help
Many thanks,
Helen
Plzzzz HELP
Hi.. i want to know how to remove the scroll lines from the browser IF i make the movie not only in the center of the browser ... but in the whole browser , and whenever you restore the browser and make it smaller , the movie getting small also , and if i changed the screen display from 800x600 to 1024x768 the movie get bigger as it was befor ... what i mean that there is no changing whatever the browser look like ... and if you want to see what i mean .. check out this site ( http://www.eye4u.com ) and THEN CLICK (( Click here to enter our site )) ... inside you will see what i mean , hope you can help me with this, thank you very much.
Is Anyone Out There? Help Me Plzzzz
Hey Guys.
I really really need help. I'm making a site for a company and I want to use a menu like the one here...
http://www.sonyericsson.com/walkmanphone/mainpage.aspx
The problem is, i can't get my head around the action script. I looked on Flash Kit and there is nothing which is similar.
If anyone can make me up a quick FLA file, that would be great. It's a simple menu.
Thanks Guys
Ouz.
How To Save .. Plzzzz
How to save the page that has flash in it..!!!!
I mean if the page in the net has Flash programe.. How could i save that flash in my document..
Actulley I can't save it by Save picture as becouse it's Flash not picture..
and i can't save it as Save Target as becouse i tryied it and it's not working..
so could anyone plzzzz help me on how to do it...
I would like to learn that.. that's why..
URGENT Plzzzz
Hi,
i've been doing a webiste and with the help of the web developer we made an order form on frontpage, i could link the ASP form to my flash link ..
the question is :
i need to specify the width and hieght of that ASP window when i call it ,
so shall i make a loadmovie or geturl?
and what is the variable i must use to make it the size i need?
Plz let me know urgently
at aqatato@kasha.cc
thanx
mido
Button Targets? Help PlZZZZ :)
Ok here is basically what im trying to do. I am creating a portfolio site kinda like whoswe has (with the scrollable buttons that hold each project).
Anyways, I created a scrollpane to scroll the buttons. Because I have to use a symbol holding all my buttons for the scrollpane, how would I go about coding the buttons to gotoandstop at a certain frame in the main scene (called Scene1)?
I tried this but it did not work at all.
on (release) {
gotoAndStop("Scene1", 131);
}
Any suggestions would be very helpful. Thanks.
Desperately Seeking Help, Condition Not Met, Plzzzz Help
I seriously need help on this guys.
I have a skill entry question and checking to see if the answered question was 17 or not, by the user, is not working.
Plus after clicking on submit, where would I put a GotoAndPlay frame 45?
My code:
on (release) {
if (age eq "") { info = "Please enter your Age"; }
else if (age <= 8) { info = "You are not applicable"; }
else if (age <= 13) { info = "Parental consent form"; }
else if (fname eq "") { info = "Please add your first name"; }
else if (lname eq "") { info = "Please add your last name"; }
else if (Address eq "") { info = "Please enter your adrress"; }
else if (city eq "") { info = "Please enter your City"; }
else if (acode eq "") { info = "Please enter your area code"; }
else if (prnumber eq "") { info = "Please enter your phone number"; }
else if (ponumber eq "") { info = "Please complete your phone number"; }
else if (zip eq "") { info = "Please enter your Zip or Postal Code"; }
else if (answer eq "") { info = "Please enter your skill testing question"; }
else if (answer != "17") { info = "wrong answer, please try again"; }
stateprov = state_cb.getValue();
if (stateprov == "Choose a State/Province") {
info = "Please enter your State/Province";
}
country = country_cb.getValue();
if (country == "Choose a Country") {
info = "Please enter your country";
}
n="1";
if (n==1) {
if (n==1) {
state = state_cb.getValue();
url_string = "?fname=" add fname add "&lname=" add lname add "&age=" add age add "&address=" add address add "&city=" add city add "&acode=" add acode add "&prnumber=" add prnumber add "&ponumber=" add ponumber add "&state=" add state;
u_length = length(url_string);
num = "1";
url_full = "";
while (Number(num)<=Number(u_length)) {
if (Number(ord(substring(url_string, num, 1))) == 32) {
url_full = url_full add "+";
} else if (Number(ord(substring(url_string, num, 1))) == 7 or Number(ord(substring(url_string, num, 1))) == 10 or Number(ord(substring(url_string, num, 1))) == 11 or Number(ord(substring(url_string, num, 1))) == 13) {
url_full = url_full add "%0D%0A";
} else {
url_full = url_full add substring ( url_string, num, 1 );
}
num = Number(num)+1;
}
loadVariablesNum("postdata.php" add url_full, 0);
}
}
ok1 = "0";
ok2 = "0";
ok3 = "0";
ok4 = "0";
}
Ok, so for some reason, this: else if (answer != "17") { info = "wrong answer, please try again"; }
Never ever gets processed, anyone know why?
The user should be able to continue if he doesn't answer 17 in the skill entry question.
If anyone has any ideas, I would really apreciate any help given or offered.
Thanks
MK
Infinit Menu HELP ASAP PLZZZZ
Cheez209 is my aim, i need help with this fla i have to get it finished by wed!! if you guys could msg me on there i would send the fla, the problem is the infinite menu, (moving when you click buttons) i had it working fine, then when i went inside the pagesMC and moved it over, to edit a certain page, it starts up on that page, even when i moved it back to normla... soiunds complicated but its not, if somone could PLEEEASE MSG me !!!!
i have msn too eckostylez@hotmail.com
or if u wanna email me
info@tek-labs.com thnx so much guys!!
Simple Multiplayer Shooting Game Plzzzz
Plzzz can some one help me im quite new to flash and I need to make my first game.
The game has to be like a tank game, (going across the screen trying to shoot the other player).
I need to make this a two player game.
CAN SOMEONE GIVE ME SOME HELP PLZZZZZ
Flash Guide
Where can i get a Flash Guide that will tell me how to use this program? please give me direct link
Best Flash Mx Guide ?
More for actionscript then anything but whats the best book or guide out for flash mx ????? i have the flash bible but i guess it doesnt have enough pictures for me WHAT HAPPEN TO THE DAYS WHEN MACROMEDIA DID A GOOD HELP SECTION IN FLASH ?????? REMEBER THE HAND MOVING AROUND AND SHOWING YOU EVERYTHING LIKE A TEACHER IN PERSON
I Need A Guide... Not Someone To Do The Work For Me.. To Guide Me...
You'll have to have one of the most popular messengers (ICQ, Yahoo, AIM, or MSN). If you want to guide me through making my first flash home page then post your username to any of the messengers above! You don't know how much I'd apprciate it if you could help me through it!
Whats The Best Guide To Flash 5?
My friend just just got me flash for my birthday which is great but its giving me a headache trying to figure it out. I have Visual quickstart for flash 4 but I have 5 and I hate how the book was put together. There has to be something better tell me what do most people use?
What Is Flash? The Dummy's Guide
Hi
I have to write a very simple paper on what Flash is, and how to use it, including some of it's main, basic features.
I work for a localisation company, so we get websites to localise (translate)which more often than not conatin some kind of Flash animation. We ask for the editable fla files then strip out any text for translation, then put it back in.
The paper is aimed at Production Project Managers who have to run the project, but don't have to do any of the Flash work (we have a DTP dept to do that!). It's just so that they can have a clue about what it is that they are dealing with.
I'd be really grateful if anyone could offer me a simple definition with some pointers as to where to go to find simple information - blinding people with science is *not* the aim here...!
I have Flash 5 installed and have been running through the lessons, but am lacking a simple description to introduce the whole thing. Like advantages, what it's used for, what you can do with it, etc, etc...
By the way, I also have to do the same sort of thing for Director, so if you know anything about that too then all info would be gratefully received...!
Thanks in advance!
Katster
ActionScript For Flash MX: Def. Guide
Hello, maybe I’m in the wrong forum, but still I want to know;
Can I use the book; ActionScript for Flash MX: Def. Guide of Colin Moock when Im learning and working with Flash Mx2004.
Witch book can I buy, I’ve past the beginning level, about actionscripting.
thank you
Wanted: CD For Flash Guide
This is the only place I could think of to look for this because the manufacturer ceased production. I'm looking for a copy of the CD that comes with the book:
"Macromedia Flash 5 Developer's Guide" by P.S. Woods
If anyone has this I'll gladly pay for it and shipping costs because the book is worthless without it.
ActionScript For Flash MX: Def. Guide
Hello, maybe I’m in the wrong forum, but still I want to know;
Can I use the book; ActionScript for Flash MX: Def. Guide of Colin Moock when Im learning and working with Flash Mx2004.
Witch book can I buy, I’ve past the beginning level, about actionscripting.
thank you
Using Flash MX Guide Bar Feature
I am using the Flash MX Guide bar feature to animate objects along a specified path. I have no problem making that work, however, when I draw a path line for my objects (using the Smooth setting option) Flash still seems only to draw a jagged line, resulting in jerky moving objects on the screen. Am I missing some setting or feature that allows me to create a smooth line for my objects to follow?
Get Certified Flash 5 Study Guide +
Certificate for 15% off Certification Exam.
<A href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2017214374&r=0 &t=0&showTutorial=0&ed=1019077800& indexURL=0&rd=1">Certified Flash 5 Study Guide on Ebay</A>
Flash Best Practice Development Guide
Hi all,
Does anyone have or know where to find guides on subjects such as
Flash MX 'Best practice' and so on.
I am about to embark on a fairly hefty project and need some sort of overview as to how this should be handled. I am fairly new to flash but will nee to consider areas such as.....
1. Security.
2. Structure.
3. FIle locations.
4. Use of remote or local classes.
I need to create a very very secure front end that is to integrate into a coldfusion server that in turn will speak via EJB's and the like to the back end systems, hence i need to ensure the most stable, efficient and secure front end possible.
Cheers in advance.
Pat
Is There Any Auto-guide To Scripting In Flash MX?
I just started to use Flash MX and find that it is very difficult to script because unlike Flash 5 there isnt any "auto-guides" in Flash MX. There is no Basic Action or Action, Operators section etc
I cant find simple commands like loadmovie or if_else scripts and will end up typing errors.
is there a way i can write simple scripts easier without errors? Is there any way I can find simple commands like loadmovie, gotoandplay, stop etc ?
How To Import A Motion Guide Into Flash?
Hi there
i want to make a text scroller on my website. That i know i can do in flash.
i like to get the text to scroll on a specific path that i decide. that i can also do in flash with a motion guide.
But what if i create this path in another program as a gif or some other format. How can i import this "path" into a flash motion guide and use it for my text scroller to make a swf file for my html-document.
Please help my out here - i have been working a long time om this project.
Greetings and a good day to you all.
Guide How To Make A Flash Website?
how do i make a flash website i really need it cuz i have an incoming project that is due next week maybe just maybe could someone help me or make a guide for me that i could follow?
thanks
Typo In Flash Detection Kit Guide?
I was reading about ActionScript detection method of detecting Flash versions, and I came across this bit that doesn't seem to make sense. Should that last sentence be a bullet point of the previous list, so it would in effect read: "Avoid using ActionScript detection when you would prefer to display alternate content inline rather than directing end users to the Flash Player installation page" ?
Screenshot
The Idiot's Guide To Creating And Using Forms In Flash 4+
http://www.flashkit.com/tutorials/Ge...31/index.shtml
im going to apologize first off if you have seen this post before, i tried to post it earlier but it didnt show up...
anyway, has anyone been able to get this to work?
i tried it in flash 5, and changed all the actionscript accordingly.. or at least i hope i did, ive double checked everything but cant find anything wrong..
i used the .asp file he posted and put it all on my webserver, (members.home.com)...
any help would be greatly appreciated..
-ChRiS
Guide To Build Snow Effect In Flash
My name is Steven and i'm new in learning flash, recently i saw a flash posted "http://www.flashkit.com/movies/Effects/Mouse_Trailers/Snow_Mou-Drew_Pan-7470/index.php" which have the effect of snow flakes coming out of the mouse cursor, however the action script maybe too hard for me to understand and i am unable to see truly how the flash was build.
I wish to implement the technique into my flash and hope that anyone can give me some step by step guide in how to build that effect in flash.
I'm currently using flash mx 2004 to build my flash, your help on this is greatly appreciated. Thx.
ActionScript For Flash MX: The Definitive Guide - Still Relevant ?
Hello : i was about to lay down the payment for this book, when i realised its based on Flash MX, not 2004, and it reportadly thin on AS2 and more slanted towards AS1.
so, a quick question really : is it still worth the $35 Amazon wants , or is there a more up to date book anyone recommends ?
much appreciated.
(i did get Moock's 'Essential Actionscript 2' but its taking me too long to absorb it, so i figured i needed to go back ka step)
Complete Basic Flash Website Guide
Has anyone made on of these before? and if so where can I find one - I've been through textbooks and excersizes and individual tutorials, and I can do basic animations, and drawing.
However - what I'd really like to read - is a comprehensive article/ebook that goes through animation - buttons - drawing - preloaders, and then subsequently, how to put these things together and make them into the final product. Ideally a full set of instructions to make a simple flash-site start to finish. One could then expand on the base design completed and go on to make something more complex...
Any feedback much appreciated.
Beginners Guide To Integrating Flash Media Server 2?
I'm a newbit to Flasha dn flash media server and need some help with integrating the two products. We've just purchased Flash Media Server 2 to stream user created videos to a website. Idealy we would like to use the FlvPlayBack component placed on the stage to display the FLV file from the media server, but cannont get the component to access the FLV file.
Media Server Configuration:
On the Media Server we created an application (testapp) with an default instance (_definst_). The directory path for the Appliation looks like this W:MediaApps estappstreams\_definst_
The name of the server is MediaServer
The application and instance are appearing in the Media Server Admin manager.
I've placed an FLV file (Movie.flv) In the _devinst_ directory.
Flash FLA file
Placed FLVPlayback component on the stage
Set contentpath= rtmp:\MediaServer estapp\_definst_Movie
Set islive=true
When I test publish the file, the video does not display?
Does anyone have any guidance on what I need to do? There seems to be a lack of documentation on integrating the media server. I looked a sample app called "SimplePB" that works, but does not use the FLVPlayback component.
Any help would be appreciated.
Thank you,
John Wallwork
[Noob] Full Flash Site Like Guide Not Workign Somehow
First of all u can get the fla file at www.choller.cistron.nl/site.zip
Incredibly i've been busy with this for 6 hours straight, withouth no help coz either someone is avoiding answering the questions or somebody is answering the questions with questions and it's very frustrating. First of all, i'm a hardcore newbie.
I followed two guides (including http://www.kirupa.com/developer/mx/full_site.htm ) but somehow when i click on my button my swf file is not being showed.
WHo can help me out. I cannot get it to work. 5 hours into this and typing this question to several people who's acting smart but won't give a solution has really got me frustrated at the moment.
Please.
[Noob] Full Flash Site Like Guide Not Workign Somehow
First of all u can get the fla file at www.choller.cistron.nl/site.zip
Incredibly i've been busy with this for 6 hours straight, withouth no help coz either someone is avoiding answering the questions or somebody is answering the questions with questions and it's very frustrating. First of all, i'm a hardcore newbie.
I followed two guides (including http://www.kirupa.com/developer/mx/full_site.htm ) but somehow when i click on my button my swf file is not being showed.
WHo can help me out. I cannot get it to work. 5 hours into this and typing this question to several people who's acting smart but won't give a solution has really got me frustrated at the moment.
Please.
Flash-2004MX- Can Anybody Guide Me To A Good Video-tutorial?
Hi all!
For years I've been delaying myself to learn flash. I have the old version of powerbook and it doesnt allow me to install the later versions of Flash.
Regardless, I still have the -04 version and I'm very eager to learn how to make websites complitely in flash.
I know I'm way way behind but I don't want to give up on flash and I'm looking forward to learn..
I would sincerely appreciate if anybody could guide me to a good beginners video tutorial for MX-2004..
My new years promise is to learn this program and develop further.
Thanks you all for your time and happy new year!
// Alee
I Want To Create A Flash Intro ..something Like A Flash Guide
there is going to be 7 scenes
first scene will be logo with some text
second scene will have 5 images then some text describing these five images is step by step guide
then following 5 scenes will be describing ..the diffrent steps of the guide..
anyone have any idea on how to do this?
or can point me to any nicely done flash intro ?
so i can grasp a bit of idea?
New To Flash, Not HTML - Template Customization Pointers And General Guide Required
Greetings all
Taking my first foray into the world of Flash and I've purchased this template and have a few Qs regarding making it my own.
How much of what do I have to learn in order to be able to customize the template and include my own content
My experience with Flash is limited (running Flash 8) so I'm starting from scratch but I know my way around HTML quite well.
In relation to the template:
How do I make the hyperlink buttons actually link to something?
How do I create scroll bars for text content?
Hyperlinked popop windows with pic/text content?
Thanks
Using Shortcuts In Flash Made "guide"
Hi,
I have just made an "e-learning" guide for a software. It simulates the software for training purposes, with guides, speak and instructions.
At one point the user has to press "ctrl" + "n" to simulate making a new entry in the sotware.
This works fine locally and in Firefox, but if the guide is viewed in internet explorer, the expolorer opens a new explorer window when the user presses ctrl+N - this is ofcourse the correct responce from the IE, but I would like to override that function for this guide.
(for some reason Firefox does not react to the shortcut ctrl+N when running the guide)
- how can i do that??? or is it at all possible??
How-to Guide?
Hey all,
As I am totally new with flash media server, I have some questions.
Are there some good how-to guides (not the manual, but really guides that explain step by step on how-to make an appliaction and make it work to)?
Cuz I need to create an application, that can stream video on demand, and I have a hard time doing it,... :(
Gig Guide... XML?
Hello,.. I'm probably out of my depth here, as I always tend to be. I try working it out for myself, then resort to looking at kirupa.com for help, then end up on the forum becasue im too impatient and end up getting nowhere at all.
Anywho!
My objective...
I wish to create a banner displaying upcoming gigs for my band on which I will put up on our bands myspace.
Basically, I want 2 bits of information in text form, fading in and out on my banner. The Date and Location. But I want the information to change each time the text fades out so once it fades back in, the text displayed will be different... Let me try and explain this so a Mule can understand:
TEXT IS FADED (INVISIBLE, CANT BE SEEN)
Text is loaded from an external source, with the information:
Date: 31st Feb Location: Superdome, Kansas City
THIS TEXT FADES IN AND IS DISPLAYED FOR A WHILE THEN FADES OUT
Then new Text is loaded and the process is repeated.
I hope this is explained well enough, please reply if you can help, or need further explanation. Any help is much appriciated!
Can Anyone Guide Me To Get Some Help With This?
I would like to create something like this:
http://www.toyotaneverquit.com/toyotaneverquit/
I basically have a Map with a legend. Once the user click on an icon/number on the legend, I want the map to scroll to the area on the map that corresponds to the item the user clicked on the legend (much like the site above).
Does anyone have links, tips, tutorials, help on this?
Thanks in advance.
Guide Me
Hi
I would like to know how does this animation or script created.
http://www.lt2.fr/
Please guide me
Milind
Motion Guide Help
Well I have just begun to understand animation but have a quick question. Is it possible to create a motion guide from another program, fireworks, freehand, and than use it in flash.
I have tried drawing a spiral in Freehand, copying it, and than pasting it into the motion guide layer in flash, but the object does not seem to follow that path. If I draw the path in Flash it works fine. Any ideas, thanks for the help.
Erik
Reshaping A Guide
hi there...
i have a white dot going round and round a circle guide on screen, but i what i want to happen is when i hold down a button the cirlce guide slow turns into the shape of a heart.
how could i do this?????
hope u can help
Is It Possible To Add A Guide To A Mask?
Hello,
I was wondering if it was possible for me to add in a mask and at the same time add a guide to it .. so I can control the movement of the mask? Is it possible? Thanks
|