Jump to content

funkyjunky

Members
  • Posts

    129
  • Joined

  • Last visited

Everything posted by funkyjunky

  1. lol.I think i answered my own question though.I am using XP (obviosuly...) and i dont one of the commands is recognised in XP.Maybe i should dig up my old Win 95 :)Anyway i still need help!!!Thanks.ed x
  2. Hey Guys,Firstly I am sorry that this is in the wrong board but i didnt know where to put it! (There isnt a batch files board )I guess I put it in Java as the people that read this must be quite clever :)AND i have no idea what programming language its in?Anyway, Im sure all you guys remember batch files.I thought i would make one to scare my brother... @echo offECHO 1. Learn More...ECHO 2. Go to Internet. (default)ECHO 3. Version.ECHO 4. Quit.CHOICE /C:1234 /N /T:2,5 Please choose a menu option.IF ERRORLEVEL == 4 GOTO QUIT_MENUIF ERRORLEVEL == 3 GOTO VERIF ERRORLEVEL == 2 GOTO RUN_INTIF ERRORLEVEL == 1 GOTO LEARN:LEARNECHO Websense Co. MS-DOS Parental ControlECHO UK EditionECHO To uninstall please contact adminastrator:RUN_INTSTART /MAX iexplore:VERECHO Version 3.12 - Updated on 09/03/07:QUIT_MENUECHO It is now safe to exit this program But it doesnt work when i open it...I cant tell whats up...al the other batch files i have made have worked perfectly...thanks for your time!Ed x
  3. funkyjunky

    Web Cam

    Ahhh newgrounds http://www.newgrounds.com/portal/view/326194 - very simple tutorialhttp://www.newgrounds.com/portal/view/364528 - better tutorial
  4. Do wou want to pop-up a website or a flash movie?
  5. Change the sounds setting to Start instead of Stream Infact i think that might just work
  6. funkyjunky

    Flash Tutorial

    Yep!! But there not...to great...to be honest
  7. ummm..I have an exaple but im not sure its right!I saw a music player made in flash which loaded songs using xml and then did something eith PHP but i forget
  8. I was on when it went down, replying to a post
  9. If choose the symbol (movie clip) and place that in the place of the bitmap, sniffy's method will work.E xAs your new too flash...i will give you a helping hand =]So you cant get it wrong!! and therefore...you will learn =]Ok so first.Import the Bitmap to stage!File>Import>Import to stageClick on the image and press f8 and convert it into a movie clipAdd a keyframe somewhere along the timeline!Click on the keyframe. Now go to the properties box (Ctrl+F3) and select the little "color" drop down box.Select tint.Now select color and alpha (how transparent it is) using the drag control and drop down palleteRight click on the time line and create a motion tween!And thats it!
  10. Somebody will have mentioned this...But the "LATEST HIGHLIGHTS" box's text doesnt fit in the box and the rounded corner images still arent aligned! (for me anyway!!)Otherwise its decent =]
  11. funkyjunky

    Signatures

    As my mental age is about 4 years old, my sigs have NO THOUGHT WHAT SO EVER INVOLVED not that thats a good thing!
  12. ^ UMMMM!!! rude word.lol not really!IE7 doesnt display my favicons correctly either.not to worry!
  13. I agree totally.Flash is becoming a tool lots of people would like to learn!I would like too see more flash tutorials on w3schools!
  14. HA! I did that once with one of my sites!I checked everything except that!
  15. Ok.Php file im using: <?php/***************************************************\ * PHP 4.1.0+ version of email script. For more * information on the mail() function for PHP, see * [url="http://www.php.net/manual/en/function.mail.php"]http://www.php.net/manual/en/function.mail.php[/url]\***************************************************/// First, set up some variables to serve you in// getting an email. This includes the email this is// sent to (yours) and what the subject of this email// should be. It's a good idea to choose your own// subject instead of allowing the user to. This will// help prevent spam filters from snatching this email// out from under your nose when something unusual is put.$sendTo = "esm@hotmail.com";$subject = "Mailing List";// variables are sent to this PHP page through// the POST method. $_POST is a global associative array// of variables passed through this method. From that, we// can get the values sent to this page from Flash and// assign them to appropriate variables which can be used// in the PHP mail() function.// header information not including sendTo and Subject// these all go in one variable. First, include From:$headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" . $_POST["email"] .">\r\n";// next include a replyto$headers .= "Reply-To: " . $_POST["email"] . "\r\n";// often email servers won't allow emails to be sent to// domains other than their own. The return path here will// often lift that restriction so, for instance, you could send// email to a hotmail account. (hosting provider settings may vary)// technically bounced email is supposed to go to the return-path email$headers .= "Return-path: " . $_POST["email"];// now we can add the content of the message to a body variable$message = $_POST["message"];// once the variables have been defined, they can be included// in the mail function call which will send you an emailmail($sendTo, $subject, $message, $headers);?> Fla file: http://www.pulse-games.co.uk/home.flaCan some one help????E x x
  16. Thanks for the help.But i really still cant do it...Will someone write the code for me Im REALLY sorry!E xxx
  17. I went on another forum! But what should the php file say?
  18. I would check if IE is using the latest flash player plug-in.http://www.adobe.com/shockwave/download/do...=ShockwaveFlashIts good to be up to date
  19. Whats with all the gradients?and the pink?Its a good site but it looks like its been made with no real thought into the design.If Miniclip was Pink...i doubt it would get hits.You just need to think about the target audience. In your case gamers.How many gamers would choose to go to a pink badly designed website over minclip (used as an example).Think.Good luck =]Ed
  20. No problem. Here to help!!(OMG I SOLVED SOMEONES PROBLEM!)
  21. I have NO knowledge in either of those!!Plus i dont have a host yet!Sugestions??Ed
  22. Taken from: http://en.wikipedia.org/wiki/3D_computer_g..._to_3D_softwareMore Info can be found there!
×
×
  • Create New...