You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'djbdr248'

We found 877 matches.


<< < > >>

Viewing 1-30 of 877 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91930

1.

None

Topic: See and say AS2 app problem

Posted: 11/17/09 12:05 AM

Forum: Flash

The code is sotping the hit test from working for some reason, any ideas?


2.

None

Topic: See and say AS2 app problem

Posted: 11/14/09 07:01 PM

Forum: Flash

I tried it and it is not working right.
What am I doing wrong?


3.

None

Topic: See and say AS2 app problem

Posted: 11/14/09 03:33 PM

Forum: Flash

Did any one take a look at that?


4.

None

Topic: See and say AS2 app problem

Posted: 11/13/09 11:20 PM

Forum: Flash

Would something like this work?

On square1:
HitTest If true Var=1

On square2:
HitTest If true Var=2

On square3:
HitTest If true Var=3

On square4:
HitTest If true Var=4

On Spinner:
If ( var=1, goto and stop at frame 1)
If ( var=2, goto and stop at frame 2)
If ( var=3, goto and stop at frame 3)
If ( var=4, goto and stop at frame 4)

Would that work?


5.

Crying

Topic: See and say AS2 app problem

Posted: 11/12/09 02:25 PM

Forum: Flash

Anyone have any clue?


6.

None

Topic: See and say AS2 app problem

Posted: 11/11/09 04:47 PM

Forum: Flash

At 11/11/09 02:30 PM, Yambanshee wrote: im not exactly understanding what you want from it? if you want to check which one its pointing to cant you just check the rotation value of the spinner?

Would the graphic on the spinner change as it passes each tile that way?
I have tried it a bunch of diffrent ways but I can't get it to work right.

Basicly I need the graphic on the spinner to change for each tile it can stop on.
So can I just make the spinner a movie clip which has 5 frames w/ the diffrent graphics and have it go to a set frame for each tile it can stop on?


7.

None

Topic: See and say AS2 app problem

Posted: 11/11/09 02:10 PM

Forum: Flash

I tried giveing each square a hit test but I could not get that to work at all.


9.

Questioning

Topic: See and say AS2 app problem

Posted: 11/10/09 07:20 PM

Forum: Flash

How can I get this see and say app to change the graphic on the spinner for each place it stops on the wheel?
I've tried making each place a hit area but that did not work.
Can anyone help?
Here is the FLA.
http://spamtheweb.com/ul/upload/2109...s eeandsay8.fla


10.

None

Topic: Flash Registration Form

Posted: 10/18/09 02:02 AM

Forum: Flash

Yeah I'm doing something simmalar and I have had all kinds of problems and no one has been able to help me.

I'm trying to have it just save 5 text feilds to a txt file on my server.
Sounds simmple right?
I have not been able to pull it off.


11.

Elated

Topic: any more flash tutorial lists?

Posted: 10/18/09 01:03 AM

Forum: Flash

Come on I know there are more.


12.

None

Topic: by state poll???

Posted: 10/12/09 03:45 PM

Forum: Programming

Here is what I'm trying to do.
I have a movie and on the site for the movie I have a button for them to request the movie to come to there state.
I need them to fill out a form w/ there area code state and email address.

Somehow I need the page to save each persons form and tally up howmeny people have filled out the request form for each state so I can go back and see which state the most people requested to see the movie.

What would be the easyiest way to do this because I don't even know where to start.

Any ideas?


13.

None

Topic: Save more input text feilds?

Posted: 10/11/09 11:32 PM

Forum: Flash

Realy... no one has done this b4... Realy...?


14.

None

Topic: Save more input text feilds?

Posted: 10/11/09 03:45 PM

Forum: Flash

Has anyone had to save input text feilds b4?


15.

None

Topic: Email a friend CGI file question.

Posted: 10/11/09 01:56 AM

Forum: Programming

How do I link this to the swf?
I need to change the link in the CGI file to "email programm on server"
and I don't know where to link it to to have it work does anyone know anything about this or any CGI file programm that sends a pre wrighten email to 2 people at once?

Here is the CGI file:

#!/usr/bin/perl


#--------  Adjust the variables below according to your server and info

#This is the path for your mail program on your server
$mailprog = '/usr/sbin/sendmail'; 

#These are the 2 signature strings, to be addet at the end of the message
#leave the cuotes impact.
$sign1 = '_____________________________________________________';
$sign2 = 'Take a look at http://www.stickitindetroit.com';

#--------  End of adjustable block

##################################################

print "Content-type: text/html\n\n";
print "varok=";


   read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
   @pairs = split(/&/, $buffer);
   foreach $pair (@pairs) {
   ($name, $value) = split(/=/, $pair);
   $value =~ tr/+/ /;
   $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
   $FORM{$name} = $value;
   }

$mailto = $FORM{'mailto'};

&an_error("Invalid E-Mail") if ($mailto !~ /.*\@.*\..*/);

open (MAIL, "|$mailprog -t") || die "Can't open $mailprog!\n";
print MAIL "To: $mailto\n";
print MAIL "From: $FORM{'mailfrom'} ($FORM{'fromname'})\n";
print MAIL "Subject: $FORM{'subject'}\n\n";
print MAIL "$FORM{'emailtext'}\n";
print MAIL "$sign1\n";
print MAIL "$sign2\n";

close(MAIL); ## Finish e-mail to user webmaster

print "Succesfuly sent....";

sub an_error {
	local($msg) = @_;
	print "!:$msg";
	exit;
}


##################################################################

16.

None

Topic: what kind of code is this?

Posted: 10/10/09 01:52 PM

Forum: Programming

If you are hosted through someone and they don't offer it you'll likely not get it.

I'm using godaddy, how do I set it up w/ godaddy?


17.

None

Topic: Save more input text feilds?

Posted: 10/10/09 01:24 PM

Forum: Flash

I have tried everything to get this to work.
All I want to do is have users save 5 input text feilds like Name, email, and such to a text file on my server but nothing I try works.

This is a fairly common thing you see everywhere why doesno one know anything about it?

I have tried using this tutorial but I can not get it to save more than one input text.
http://www.video-animation.com/dbase002.
shtml

I am stumped broken and bloody can anyone help?


18.

None

Topic: what kind of code is this?

Posted: 10/10/09 01:18 PM

Forum: Programming

I'm curious as to what reason you want to set up perl on your server to run this code though? You didn't know what it was, so I'm assuming you don't actually know what the code does? (I don't mean the eventual outcome, I mean line by line).

Yes I do it is the code for people to be able to send an email w/ a link to my web site to there friend from a swf.

Unless you have an easier way to do it.


19.

None

Topic: Hide site url?

Posted: 10/09/09 05:05 PM

Forum: Programming

I found my old code, works great.


20.

None

Topic: what kind of code is this?

Posted: 10/09/09 05:04 PM

Forum: Programming

At 10/9/09 12:03 PM, RevNation wrote:
At 10/8/09 10:20 PM, Scyllinice wrote: That would be PERL
so if you want to use that code, your going to need mod_perl (fastcgi) with your webserver.

How can I set that up on my website?


21.

None

Topic: why won't buttonsWork when embeded?

Posted: 10/09/09 12:51 AM

Forum: Flash

My buttons will not work when I embed the swf can you guys download the flas and see if you can get it to work when it is embeded?

Files
http://www.mediafire.com/download.php?2d zxhktgznz


22.

None

Topic: what kind of code is this?

Posted: 10/08/09 09:41 PM

Forum: Programming

What kind of code is this PHP or CGI?
If its CGI how do I use it on my server?

#This is the path for your mail program on your server
$mailprog = '/usr/sbin/sendmail'; 

#These are the 2 signature strings, to be addet at the end of the message
#leave the cuotes impact.
$sign1 = '_____________________________________________________';
$sign2 = 'Take a look at http://www.stickitindetroit.com';

#--------  End of adjustable block

##################################################

print "Content-type: text/html\n\n";
print "varok=";


   read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
   @pairs = split(/&/, $buffer);
   foreach $pair (@pairs) {
   ($name, $value) = split(/=/, $pair);
   $value =~ tr/+/ /;
   $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
   $FORM{$name} = $value;
   }

$mailto = $FORM{'mailto'};

&an_error("Invalid E-Mail") if ($mailto !~ /.*\@.*\..*/);

open (MAIL, "|$mailprog -t") || die "Can't open $mailprog!\n";
print MAIL "To: $mailto\n";
print MAIL "From: $FORM{'mailfrom'} ($FORM{'fromname'})\n";
print MAIL "Subject: $FORM{'subject'}\n\n";
print MAIL "$FORM{'emailtext'}\n";
print MAIL "$sign1\n";
print MAIL "$sign2\n";

close(MAIL); ## Finish e-mail to user webmaster

print "Succesfuly sent....";

sub an_error {
	local($msg) = @_;
	print "!:$msg";
	exit;
}


##################################################################

23.

None

Topic: buttons don't work on embeded swf

Posted: 10/08/09 05:41 PM

Forum: Flash

At 10/8/09 02:31 AM, knugen wrote: I can't imagine the buttons stops working because it's embedded, it's much more likely that the other .swf's aren't loaded correctly.

If you don't beleave me here try it your seld.
Here is an example of the site I'm making.
try to embed it and get the buttons to work.

http://www.mediafire.com/download.php?mz n2zitd1hm


24.

None

Topic: Hide site url?

Posted: 10/08/09 05:33 PM

Forum: Programming

I've done it w/ java b4 I just don't remember how.


25.

None

Topic: Hide site url?

Posted: 10/08/09 03:07 PM

Forum: Programming

How can I mask the url of my site so that where ever they go on my site the url allways reads just http://www.mysite.com .
no extentions or and thing just that.

How can I do this?


26.

None

Topic: swf file as site index page?

Posted: 10/08/09 02:24 PM

Forum: Programming

At 10/8/09 04:48 AM, henke37 wrote: Set the server to serve the swf file when someone requests the resource "/". This way, you don't even have any url hiding issues to worry about, because the visible url is the real url.

Just remember to send the correct content type for swf files, whatever that is.

I've seen that done b4.How do you hide the url?


27.

None

Topic: swf file as site index page?

Posted: 10/07/09 10:03 PM

Forum: Programming

Here is more on that problem
http://www.newgrounds.com/bbs/topic/1111 721

But is there a way to make a swf file my index file for a site?


28.

None

Topic: swf file as site index page?

Posted: 10/07/09 10:01 PM

Forum: Programming

At 10/7/09 09:46 PM, Jessii wrote: It should work. You may have coded the buttons wrong.

No everythibg works untill i embed it.


29.

None

Topic: buttons don't work on embeded swf

Posted: 10/07/09 10:00 PM

Forum: Flash

For some reason when I use embeding code to bring in my swf the buttons don't work.
Does anyone know of a way to fix this?
The swf inports other swfs as pages but it won't work when I embed it.

Here is the code on my buttons.

on (release) {
	if (_root.currMovie == undefined) {
		_root.currMovie = "section2";
		container.loadMovie("section2.swf");
	} else if (_root.currMovie != "section2") {
		if (container._currentframe>= container.midframe) {
			_root.currMovie = "section2";
			container.play();
		}
	}
}

here are the flas if you think you can get it to work when its embeded.
http://www.mediafire.com/?sharekey=92772 19916756993c2b435915e8821d7720dd852f5045 895bf1b77d2eb488dac

or here is where the swf is if you want to try diffrent embeding code.
http://www.hotflashtoons.com/try/mainmov ie2004.swf


30.

None

Topic: swf file as site index page?

Posted: 10/07/09 09:38 PM

Forum: Programming

At 10/7/09 09:35 PM, Radshift wrote: You could simply have the index page forward to the .swf, or embed the .swf into the index page.

I need the url to still say www.stickitindetroit.com and I cant use embeding code because when I embed the swf my buttons don't work.


All times are Eastern Standard Time (GMT -5) | Current Time: 11:53 PM

<< < > >>

Viewing 1-30 of 877 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91930