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




Thankyou



Thanks for helping out. I think I have a grasp on it now. Things are starting to work in my file.

thanks again



FlashKit > Flash Help > Flash ActionScript
Posted on: 09-21-2001, 01:58 PM


View Complete Forum Thread with Replies

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

Thankyou
i just figured out how to load an external swf onto my main swf i am sooooo happy !!

this.digitalbutton.onRelease = function() {
loadMovieNum("Digital.swf", [1] )
}

i am trying to make another button to Unload that movie i guess i can do another swf on level 2? how do make that button unload itself and my level 1 movie???

ill be trying to solve this ..i can see lots of people on the net struggle with this load movie stuff.

cheers loadMovieNum!

i made an error on a post why cant you delete your own posts.. oh well

If Youhelpme Then Thankyou
I have a problem with variables and if statements.

Frame 1:

Button 1:

on(press) {
_global.select = "pain"
gotoAndPlay(2); }

Button 2:

on(press) {
_global.select = "painjr"
gotoAndPlay(2); }


Frame 2:

"Action" movieclip:

onClipEvent(enterFrame) {
if(_global.select == "pain") {
pb.text = "Pain" }
if(_global.select == "painjr") {
pb.text = "Pain Jr" }

pb is a dynamic text box... anyone have any clue what I should do?

Thankyou Shipstern
Just wanted to say thankyou very much to Shipstern for this script. I know this thread happened a while ago but i stumbled across it after searching for a suitable solution to the loading JPEGs with preloader problem. I've adapted this script to suit my own needs and it works a treat. I'm not sure why it didn't work for others but it did for me so thanks again.

Thankyou Flashkit
I know this is probably in the wrong section but this is where i got most of my information from and now my website has quite a few visitors and is not blacklisted on google anymore! (blacklist is where the site cant be found because its too new of not enough traffic.)
so thanks to these people whove helped me get the hang of flash:
Alien_landscape
corky§urprise
tonypa
ray beez
WilloughbyJackson

hope moderators dont mind me saying thanks.

Im not leaving forums either im just chuffed the site is on goole


im such a noob lol

Make _level0.thankyou Go Away
I am using the following code to post dynamic text on button release.

_root.thankyou = "Thank You.";

Before anyone submits any comments, the dynamic text box that eventually will display "Thank You." says _level0.thankyou

Is there a way to get rid of this? Also, is there a way to clear the comments they eneter in the form and also clear the thankyou meassage after a certain amount of time? Or is there a better way to do it?

Form Not Forwarding To Thankyou Page
Hi I'm not sure if anyone can help but i own http://nrpromotions.com and on the "consult" page the request form is working and forwarding the appropriate information to my email but after hitting the submit button it is not going to the thankyou frame. The current code i have on the form is :

onClipEvent(data){
// show welcome screen
_root.main.rec.request.appl.form.nextFrame();
}

however this doesn't seem to be working
Does anyone have any ideas that could help please!
Thanks, Angel

I'd Like To Announce The Joy Of GIMP Thankyou Flash Kit
Today I finished my first truly great applicaton it is truly an awesome RIA well in my world it is AWESOME ....It took 1 year and 1 month to build this application I thank everybody here at flash kit that was patient and came to my aid when I was in need. I could not have completed this application without all of you ....I thank god for flash kit....

special thanks to the silent weed although he never said anything he often wrote useful script for me.

special thanks to gparis whom kicked my butt when i needed it.

special thanks to kortex whom among other things wrote a useful OOP thread which helped me with this project.

special thanks nunomira for giving me insight into the flash player and making my testing a whole lot easier.

I'm sure there are other people whom I haven't mentioned ....so again thanks everyone.



Code:
I've come to work I've come to play think I'll die another day.

Some Formatting Questions, Lash And Php - And Thankyou
Hey everyone,

Thanks to the forums here and Senocular's tutorial I finally have a working flash and php mail form (and I mean finally, took me awhile)! Yay!

I have a couple of formatting questions though if anyone has some free time to answer. I'm sure they're pretty straightforward, but I don't know how to fix them.

Firstly, how do I format the background and stroke colours of input textboxes (that's potenially a very silly question!)

Also, how do I reference variable names? For example my clear button (www.japanese-acupuncture.com.au) currently doesn't work because I don't know how to tell it to set the variables to "". I tried adding instance names because I know how to reference it that way, but they did something funny to the fields and populated them.

This would be my actionscript on the clear button if it had instance names:

on (release)
{
name.text = ''
email.text = ''
message.text = ''
}

And is there a way to block the send button if someone has not filled out all the fields?

Finally, when the email sends it doesn't pick up the text in the Name field, it uses the first section of the email address.

The php I'm using is here:

<?php

$sendTo = "japaneseacupuncture181@gmail.com";
$subject = "Enquiry from japanese-acupuncture.com.au";
$headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" . $_POST["email"] .">
";
$headers .= "Reply-To: " . $_POST["email"] . "
";
$headers .= "Return-path: " . $_POST["email"];

$message = $_POST["message"];

mail($sendTo, $subject, $message, $headers);

?>



If anyone could shed some light on my problems I'd really appreciate it!

Thanks very much in advance,
David

Email Form Thankyou Page Probs
Hello!

Im a complete n00b at Flash etc so i followed the tutorial on how to make the flash form.

All went really well, the email send sno problem and i recieve it. The problem is that the thank you page never shows. I have also tryed using the file provided on the tutorial but with the same problem.

Thanks!

Email Form Thankyou Page Probs
Hello!

Im a complete n00b at Flash etc so i followed the tutorial on how to make the flash form.

All went really well, the email send sno problem and i recieve it. The problem is that the thank you page never shows. I have also tryed using the file provided on the tutorial but with the same problem.

Thanks!

My Property Is Your Property.thankyou.
im trying to create a drag and drop where you drag the image to the left of the screen and if dropped more than half way across the stage the image has a word,but once dropped can also be dragged back to how it was originally. I was thinking its something to do with getting thexproperty(as its all horizontal)

I'm new to flash so would really appreciate anyones help,
ta.

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