Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




David Stiller Please Read



Hello Mr StillerI have just ordered your book. May I ask you to assure me that it is in fact written for complete beginners to 'Flash,' as I am way before the 'beginner' stage? I realise this question is a bit late now, but..................!regardsfrancois27



Adobe > Flash General Discussion
Posted on: 12/13/2008 07:55:27 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Confused About AS3 Buttons (did Read David Stiller's Blog)
I'm trying to convert an AS2 file over to AS3 and I can't get the buttons to work. They do not want to gotoAndStop at certain frames in specific scenes. In the following code, if you click on a button it works fine, but when you attemp to change to a new Scene, it breaks and both buttons won't work thereafter. I've tried everything for almost a day now and cannot get this to work and cannot find any reference to the problem. Is AS3 buttons not able to go to a new scene as it suggests in the Help files?:










Attach Code

one_btn.addEventListener(MouseEvent.MOUSE_UP, goOne);

function goOne(evt:MouseEvent):void {
trace(evt.target.name);
gotoAndStop("two", "Scene2");
}

two_btn.addEventListener(MouseEvent.MOUSE_UP, goTwo);

function goTwo(evt:MouseEvent):void {
trace(evt.target.name);
gotoAndStop("one", "Scene1");

}

ATTN: David Stiller
BTW, I created the website in Flash 8. Here is the code again that you sent. I clicked onto the SUBMIT button and it goes nowhere. No Thank you page comes. So something is wrong somewhere with the script. Please HELP me. I cannot stand all day long working on this scripting and getting nowhere. I need to have the Thank You page to appear and the typed form information to come to my email. Both are not working. WHY? Perhaps, there should be a period after the top lv ? on the line after release. Also, should there be two brackets on near bottom after the url line? Please HELP me solve situation..
Mary Alice







Attach Code

on (release) {
my_lv = new LoadVariables();
my_lv.household = _parent.household_txt.text;
my_lv.water = _parent.water_txt.text;
my_lv.soft = _parent.soft_txt.text;
my_lv.bottle = _parent.bottle_txt.text;
my_lv.comments = _parent.comments_txt.text;
my_lv.namebus = _parent.namebus_txt.text;
my_lv.address1 = _parent.address1_txt.text;
my_lv.address2 = _parent.address2_txt.text;
my_lv.phone = _parent.phone_txt.text;
my_lv.email = _parent.email_txt.text;
re_lv.onLoad = function(success) {
if (success) {
getURL("http://www.ecowaterpb.com/thanks.html");
}
}
my_lv.sendAndLoad("analysisformphp.php", re_lv, "POST");
}

Attn: David Stiller
Keith Glad suggested that I send a link to the form file and have done so but have not heard anything yet regarding such. Just emailed Chris Beech with the url.

http://www.ecowaterpb.com/fla%2c%20php.zip

Stuff I need help on: Thank you page should open and it does not now. The typed information should come to email and it does not only the word undefined next to titles. The title household does not show in the email.

Here is what is showing in email:

water supply: undefined
softener: undefined
bottled water: undefined
comments: undefined
name/business: undefined
street: undefined
city, state, zip: undefined
phone: undefinedemail: undefined

From: <undefined>
Reply-To: undefined
Return-Path: undefined

Global Volume Slider- Stiller
Dave,

I got the slider component, do you have a script that will make it work as a global volume controller?

Steve
http://www.avistarmedia.com/mcclure.html

David Khen Is Here And He Need's Some Halp From You
hi
i am a new in this forum ... and after i have tried to get answer for my question , here is a last my chance. . .
i have to swf files , (also with fla)...
(a) swf is a movie , (b) swf is a main site
so...
(a) swf is a movie with percent preloader and start / stop buttons...
(b) swf is a flash site , and i want to load (a) swf in (b) swf ,
ok ???
cool
please give me a link or halp me with this shi*... i don't sleep 2 day's because of it ...
Best Regards
David K.

and now i will tell you what is my problem with it ...
when i load movie in my main site , it's load , but without preloader's , and buttons that i gave them _root actions , not working
i thing you understand me , and please , i want to go to sleep today
thank's my friends

DAVID DA G33K Z0R3
D4V1D W1LLY 15 D4 B1G G33K Z0R3

David Morris' Book
I'm trying to work through David Morris' book, "Creating a Web Site with Flash CS3 Professional" It was going great until about page 38 when istarted to seem that I was missing steps. BUT, I couldn't find any thing that I had missed doing. Now, I'm o page fifty. (After eight frustrating hours) and I'm either going to start over at page one or throw this book into the wood stove.

If anybody understands this book could you please contact me, I'm sure I'm just missing something simple.

Dear David Re: LoadURL Help
david, thanks so much for the repley.

i am studying the thread you told me to see, but didn't quite get it to work yet.

this is what i am trying to do, in detail....

i have a original fla movie, A, which is embedded in a html page. within A, i created button C to have another fla movie, B appear in a new window(chromless javascript window). that wasn't a problem.
but i am having trouble to make the button C go to a specific frame label in B. i also want to make another button, D inside A, which goes to a different frame label within B.

is this simular to your previous posting?

David I Got A Ray Of Light Prob
hey i have been working away at the ray of light tutorial as i need a new text effect for my site but i got to the bit where u fill the linear gradients in and it wont fill i have made it so they are all touching something and it still wont fill any ideas i have postd the fla have a look i am stumped. i know why u sed only use a small word first im using Typhoon Extensions which is rather large and it does take ages


thanks
Tom

David Petley...Unjusfied & Partial Censorship
Title says it all!

http://www.flashkit.com/board/showth...hreadid=598570

In over 3 years, it's the first time I've noticed YOU locking up some thread in this particular forum... And for no legitimate and apparent reasons... Are you experiencing a "moderator rage"?

Cross-posts? Give me a break! I deal with them daily here on FK!

David Khundiashvili PHP-Flash Mailer Problem
Hi experts,
I used David Khundiashvili PHP-Flash mailer many times and it worked very good if I run it in a separte movie.
Now I have a main movie (index.swf) that loads a
second movie (ind.swf) on level 2. The second movie
loads a third movie (contact.swf) that contains the
PHP Mailer form on the "_root" level. The second and the
third movie are loaded using:

loadMovieNum("ind.swf", 2); //to load the second movie into the first movie
loadMovieNum("contact.swf", 1); //to load the third movie into the second movie

Please tell me how to modify the code. I think the
problem is how to address the "answer"
variable in "mailform.php" file:

$sendresult = "Thank you....";
$send_answer = "answer="; //I think here is the problem
$send_answer .= rawurlencode($sendresult);
echo "$send_answer";

Any help is very important to me.
Thank you.

David.masterson>>>how About A Dynamic Variable For Scrolling An Object?
hey David....I was thinking that if I could create a variable that holds an increasing value, maybe I could get it to scroll with out the hidden button(tracker)?... all I need to do is make the value output to the variable increase every time to a max value... easy eh?...jajajaj
x = function()
y = function()

//makes sure its within the clip dimenison
if (( _root._ymouse>200)and(_root._ymouse<400)) {

//evaluates where the mouse is in respect to the center

if (_root._xmouse>400 ){

setProperty(_root.object,_x,x);//x generated by a function

} else {
setProperty( _root.object,_x,y);//y generated by a function
}
}

...brb again

Bought CS3 But Haven't Read My MX Actionscript, MX2004, Books. Should I Read Them?
I just bought CS3 and I am now debating whether I should read my Flash MX Actionscript bible, Flash 2004 Bible. I should have read them, but It's just hard to fit the time in.

Would I benefit from reading these books when CS3 is Actionscript 3? How much functionality is lost when scripting in Actionsript 2 and 1 as compared to Actionscript 3.

Would it be wiser for me to just learn Actionscript 3 properly and get a book on Actionscript 3 than waste my time on reading old scripting and technology?

Also is MC tween compatible on CS3, actionscript 3.

READ Mc.hitTest(mc2) Needed Please Read And Help
I've looked and looked but can't find one tutorial that works for hit tests.
player = g
box = box
I need a script for when "g" hits "box" "g" reboundes a bit
thx

see attachment if you are questioned about my stuff
DON'T LAUGH AT THE GRAPHICS! I'LL CHANGE THEM LATER!

Ok I Have Read And Read, But I Am Getting No Where. Please For The Love Of God Help
Ok I have developed an interactive map, by which the user clicks a button and information pops up into the dynamic box taking this from nodes in my XML file.

The client has requested the availability in typing information into the dynamic box (area), so really I need to change this into an input box, fine.

But then to click a save button, for the xml file to be passed the information, thus next time the information is presented on click of a button, as many buttons are applied to many nodes in the xml tree, i.e cw1, cw2, cw3 and so on.

I CANNOT DO IT!

I stress this because I am at my end, its taking me ages to get the data into a flash window from each node, and there are many. But now I am attempting to undertake the impossible. I have looked at tutorials from sencular, who really does know his stuff, but cannot do it.

It would be really kind if someone could help me for a simple approach dispite it not being simple as I dont have much time, and I am rushed.

So I am in desperate need right about now, so please help me.

So my aim is for the client to input data into the area after clicking a button, as currently I just have bogus text in each field, but they will be able to overwrite this in real time.

I am sure that asp, xml and flash are required to achieve this, thats fine, but I need help.

Tell me with it being an internal thing could we pass the information in holding into a secondr swf file.?

This is not for the internet, but an internal intra net.

Kindest regards for anyone willing to reply

READ THIS
Hi everybody!
I'm looking for this program called URL Action Editor 2.0 it's develloped by http://www.buraks.com and if anybody have it i can exchange by another one from the same company called ASV
Action Script Viewer 2.0 please contact me at miguel@webout.pt

Best Regards,

Miguel Carvalho

I'm also looking for the source code .fla of this swf file
http://www.webout.pt/miguel.swf
the host of this file is here http://www.oddcast.com

Best Regards,

Miguel Carvalho

Swf In To Another Swf, HELP READ
Hi, I need to insert a swf into a swf like in this page http://www.2advanced.com/flashindex.htm and I need the same, press a button and load a preloader to charge the other swf.... PLEASE HELP. I don´t know how to insert the other movie and do it works

Hey Sem (Please Read)
Hey Sem, I was wondering if you would be able to make my name in the same format you have in your signature. That little movie is awesome! I would love to have that on my online business card! Don't worry, I don't wany any source, or credit! I just think it looks awesome!

Plz Read This...i Need Ur Help....can U Help Me?
Hi...thanks for reading this post
well..i need help in something
let me describe my delimma
I have a couple of pictures that are symbolized as MC's..okey?
let's say they are 3 & all of em are on frame 1- they are separated by the way- i mean i can move each one seperately

the problem is
when i click on frame 10-for example- & press F6 they all somehow get grouped...!!!
I WANT them to be seperated...coz i still need to play around with their places...how can i do this???????????
plz...help me
ur help is highly appreciated it..
thanks

Which To Use? Please Read
Which program am I better off with for creating little stick figure cartoon movies? flash or director 8.5?
or neither, plz help me out here, I know nothing about any of the programs, so It won't hurt if i need to change programs, currently I have dloaded flash 5 and director 8.5, but any suggestions would help a lot

How I Do This?, Please Read
i've a navigation bar, and i want to actualizate with a simple .txt, I want to change the name of a button and his hiperlink.
How i do this????

TxS.. nicolacho

How To Do That?, Please Read
i've a navigation bar, and i want to actualizate with a simple .txt, I want to change the name of a button and his hiperlink.
How i do this????

TxS.. nicolacho

Don't Read This
gotcha, now please help me out.

is it possible to play a sound file and use loadMovie to run an external swf simultaneously.

ex. i want file.swf to call up and run http://www.somewhere.com/otherfile.swf and at the same time play mysong.mp3

help?

Read URL...
I am doing this news ticker....and i intend to make read an URL .....eg. when i click on the news 1, it reads & opens the cnn news.......
not pop up....but it reads and opens it...
whats the script for it...To read and open an URL....
muz it need a backend scripts for it...such as XML or PHP....??

i did it in javasccript....but its heavy...thus i intend to use Flash...

Can anybody help me out??

I Need To Know How This Is Done Get In And Read This
Hi,

I want to learn how to do a nav bar that slides in a certain direction as you point... eerh... this is hard to explain... maybe you would be so kind to go at http://www.mypetskeleton.com/
and tell me how this is done. Just enter the "gallery" section and see that bar with the pictures sliding?... that is what I´m talking about.
Can you tell me about a good tutorial that explains how that is done??
By the way... that is a FANTASTIC site, so it wont be a complete waste of your time...

THANKS!

Please Read This,Need Your Help......
Hi,i would like to insert one movie inside another,i ope u can help me.....Example: i have a small sized movie clip maded already...and i have another but in a bigger size.....and i would like to insert the small movie clip inside the big one on the center or the top of the big movie clip...and when i click a button on the big movie clip a different movie clip that i have loads in place of the one i had(the small one)...
How can i do this????


PLEASE TRY TO UNDERSTAND CUZ I RELLY NEED TO KNOW THIS ANSWER...

THX ALOT MAN!!....

FLASHKIT IS GREAT!!

Read XML In ASP
Hi,

I send some xml to a server in order to save it in a file from there. Like this:

var text = new XML("<test>dirk</test>");
text.send("http://localhost/log.asp");

How can I read this xml-object in ASP? I know how to read variables with Request.QueryString and Request.Form but they don't seem to work here.

Thanks,

Dirk-Jan

Please Read
I have to have this done before tommorow, and I am having a strange problem that I can't overcome....

I have a slider:

-----------------------
O X X X X X X X X X X
-----------------------

here 0 represents the slider. When I click on one of the Xs, say the 6th one, the slider glides over to that X. At that point the entire navigation lifts up. The problem is, when it lifts up, the glider returns to the original state instead of staying over the 6th X. There is no actionscript that is making this happen. It returns on the first frame of the motion tween, to the spot that it is at in the MC (if that makes sense?). Anyway, is there a property or something to stop this from happening??

Thanks alot for any help

Please Read
Ok I forgot a action script and I can't figure it out please help me

on (press) {
mysound.loadSound("http://deadlyaccuracy.recongamer.com/music/blade.mp3", true);
}


But I need to activate the "mysound" action if you know it please post it... It goes right before the loadsound action. If you know it it should be a quike fix thx.

DON'T READ
unless you want to waste your time... i'me just checking my new signature. THANKS SID!!!!

Read From C: ?
Hi!
How can one read a variable from a file on the local drive like c:, into a flash movie.
loadvariables takes only URL ?! :-(
Thanks
Mav

Please Read
Hi,

how do i get a button in Flash to link to a file or directory on the user's computer? I don't care if i have to use Javascript, etc. or anything! I'm desperate

please help
Thanks

stealth_space@hotmail.com

Read This
Hi
How can i make lynes move 'n **** like that


G

Read .PHP
Helo flashkitter,

My problem :

The php page below works as type of database, how can I get it to read and write into a flash textbox ?

http://www.justamortgage.com/feeds/bestbuys.php


The out come of this database as a .php page look like the link below.

http://www.justamortgage.com/best_buys.php?s=000002


I've researched into this problem without a result. Does anyone know a good tutorial or a file that can help me. Is it possiable without variables ? or anything

HELP :-)

Thanks in Advance

Dihan

Read And Help If U Can
Ok i have this great idea for this monopoly type game and i was trying to get some input on how i should go about this I have flash mx fireworks swift 3d and swish so you know what i'm working with my first problem is creating the board this is my first flash project and i feel overwhelmed

Read This
im designing my site in flash mx and im just setting it up in dreamweaver to get going and i need to define my site but i dont know what to do when it asks what server technology do i want to use such as coldfusion,......
do i have to select one of these if have flash content

thanks in advance

Need Some Help- Please Read-
Hi... I am just starting the Flash MX and would like to know where the fill panel is. I cant find it under windows? maybe u ppl mite have an idea. My email is jdepratti@yahoo.com and i use aol instant messanger: HotLaJake. I am trying to make text glint- maybe u can give some help about that too. I think i can get it if i know where the fill panel is. Any help would be great. Thx

DarkAvenger

WoW-READ ALL
Hello. I found a web hosting place that is affordable and dependent in every way. This place is the bomb. Here check it out.
http://www.undergroundhosting.net/company.htm
its tight stuff. I got a site www.my-name.net for 5- 13 bux a month. depending on your site. They will also make sites for you complete with a flash intro and awesome html sites. ALSO VERY CHEAP Go to the site to see it all. contact and see what they can do for u.
Jake

WoW-ALL SHOULD READ
[edit]please do not spam the messageboards

Im Sorry All -plz Read
Im sorry for spamming so much. Where is a greta place to send these kind of things? Plz if u can plz tell where were i can put these and people will really be interested? Thx Pass it on

Can I Read The URL?
Hi I wanted to know if swf (embeded in browser) read the URL it came from?

i.e. if I visit a site say macromedia.com, can I read "http://macromedia.com" from the browser ?

I have a feeling I might need javascript. What do you think guys?

Thanks
Mav

Read This
As this is the last day to sign, I thought it was worth another post on the subject. Hopefuly this is explained in a way that will be clear to every visitor to this forum today who hasn't read the other threads (moderators, please excuse the deleberate crosspost on this important issue)
----------------------------------------------------------------------
Let’s say you drive a car. You’ve been driving for years. Then one day a letter comes through the post telling you that you have to take your car into the nearest garage and have the brake pedal removed. What?!

Well, as it turns out, some small company in America owns a patent on the break peddle. They’ve just won court case to prove it, and now they won’t let any manufacturers use them any more.

Your car still works, but it’s flawed – because you can’t stop! There are alternatives. You could buy a bike. Yet whatever alternative you choose has its downsides; and what about the people who make their living from driving cars? Who would want to get into a taxi or on a bus that has no brakes? So there would be an awful lot of people out of work too. This means even more people claiming benefits, and that will result in higher taxes, not to mention the cost to car manufacturers all over the world, who will need to come up with alternatives. Who do you think they’ll pass those costs on to?

Now, if this scenario sounds stupid and outrageous to you, perhaps you may want to sign the patent petition at eurolinux.org (closing date today!), because it’s far from fiction. Okay, it has nothing to do with cars, granted, but if passed, the new European patent laws relating to software can and will have knock on effects that you’ll notice.

A lot of the free software that you can currently download will disappear (licenses cost money!). Functionality in your favourite applications like Word, PowerPoint and Excel may very well also disappear someimte in the near future too. The games you play online and the funny attachments you send to friends in emails are already under serious threat due to a current court case which has been won, and is now under appeal. This is what’s happening now.

The court case I refer to is Microsoft verses Eolas (a company with one employee).
Eolas have won their case, and unless successfully appealed, they will be able to stop ALL BROWSERS from using the “embed” tag (the one that allows many of your favourite games, cartoons streaming video/audio AND FLASH to be embedded in the web pages you view). This has happened because these ridiculous software patent laws have already been passed in America, so let’s stop them from affecting Europe too.
“So what” you may say. “I hate Microsoft”. Well, the embed tag allows content from other manufacturers to be displayed in your browser. If the appeal fails then third party manufacturers won’t be able to continue doing this and you will be reliant on Microsoft to provide alternatives.
Java, Flash and RealPlayer and more could all be affected in this current court case. “So what, I hate embedded technologies”. Well, the embedded technologies court case is out of our hands anyway. All we want to do is stop patent law doing damage to software companies in Europe. Today it’s someone laying claim to the embed tag, but what about tomorrow?
The petition is here: http://petition.eurolinux.org/index_html
Please sign it, wherever you're from.
-------------------------------------------------------------------------------

There is plenty of information on the web about this.
Start here: http://www.zdnet.com.au/newstech/eb...20278616,00.htm

Please Read
I am making a navigation for my site and I have this little space for it so I decided to make the buttons move...


Okay what I have is two buttons...
---One button has on.rollover play on rollout stop...


My question is how would I make the other button go back in reverse order...kind of like rewind from the spot it stopped?


Anyone know?

Thanks

Hello Plz Read This
hey everyone,
I am really sorry that I didn't take permission from he administration for this, but I tried several times, I don't know I might've had mistaken something, I have developped this forum, and it bearly has 7 or 8 members on it and I really have to make it more alive, It has nothing to do with this forum and nothing to do with flash either, it's about computer hardware and software, like games, graphic designs and stuff like that, so if you really want to help me make this forum more... alive plz register,and if you don't want to help I am really sorry for that, and if this forum brings members to mine, I will put a link to this site that it really helped me, and new registrations will get high ranks, the forum name is www.hackershdc.com, administration I am really sorry and I know that you feel that I'm Pathetic and again sorry and help

thx in adcance

Please Read
Need partner for flash movies and games. Thanks

Read Out URL
is there any possibility to for a flashMX.swf to read out the URL (that means those GETvars after the questionmark: www.somethi.ng?id=334 ) of the html-file on which my flashMX.swf was called?

i am working with flashmx

thanks for any answers

Pls Read N Help..
if i want to have a 2 level game how am suppose to code in flash mx??

Css Cannot Be Read
Hi there,

I'm trying to use an existing css-file (used for the html part of the app) within flash, but it seems that there are some lines in the css that are not accepted by flash, and worse: the whole file is rejected. When I delete these lines everything works fine.

code:

.menu a:hover{
font bla bla bla
}


Does anybody know a solution or a workaround? Deleting these lines is not an option.

thnx, mark

Read In .xml's
I'm using flash 7.0 pro and i want my .swf to read in a line from a xml-file, ad then stream sound from the URL that is readed. Is that posible?

Copyright © 2005-08 www.BigResource.com, All rights reserved