Jump to content

funkyjunky

Members
  • Posts

    129
  • Joined

  • Last visited

Posts 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. Well... I JUST found out is possible. Anyone done this? Or at least have an example (a site...not necessarly yours) of this?
    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 :)
  4. Sorry for the slow reply, but I am still attempting this(once again). I tried the method you mentioned but I cannot seem to get it. I did notice however that the frames in question have both a bitmap image and a symbol that are identical in the Library.
    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 =]waffles01.pngOk so first.Import the Bitmap to stage!File>Import>Import to stagewaffles02.pngClick on the image and press f8 and convert it into a movie clipwaffles03.pngAdd a keyframe somewhere along the timeline!waffles04.pngClick on the keyframe. Now go to the properties box (Ctrl+F3) and select the little "color" drop down box.Select tint.waffles05.pngNow select color and alpha (how transparent it is) using the drag control and drop down palletewaffles06.pngRight click on the time line and create a motion tween!And thats it! :)
  5. are you pasting your code into the validator or are you entering the URL to the page?I kicked my self in the arse all night one time with this same problem. I had forgotten that I had debugging turned on and that extra information in the footer killed my validation.(just a thought)
    HA! I did that once with one of my sites!I checked everything except that!
  6. 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

  7. I went on another forum!

    -- Sorry if this is a bit long winded, but since you said you have no idea how to do it, I thought I'd go overkill and explain it step by step. --Well, there's several steps to this. Yes, you'll need access to a server with a script to send emails based on imput in the url. The most typical language to do it in would be php, and the server would need an SMTP application.As far as flash goes, you can use a component for the input box.Inside of Flash 8, go to Window/Components.Inside of that window, go to User Interface/TextInput.You can drag-and-drop it to create an instance of it, and you can edit it through both the Properties and Parameters window. (WIndow/Properties/Properties Window/Properties/Parameter)Most importantly, under Properties, is the <Instance Name> box. This is what the input box will be reffered to as inside of actionscript.The input box alone will allow users to type text into it, but will not submit anything as is. You will need to either make a button to submit, or add a listener to Key.isDown. To access the data inside of the input box, refference it, and use its .text property.If this makes sense, great. If not, I'll go into an example.Example-Place an input box. Inside of properties, give it an instance name of "email." Make a movie clip to serve as your button; name it whatever you want. Select your button, and give it the actionscript:
    on(press) {var userInput:String;userEmail = _parent.email.text;this.loadVariables("Location_of_Script.php?Em ail_Variable=" + userEmail);_parent.email.text = " ";}

    But what should the php file say?
  8. 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

  9. The only other way is to have your flash form post to a page on your server that can process the request - something liek asp, php, or coldfusion.
    I have NO knowledge in either of those!!Plus i dont have a host yet!Sugestions??Ed
  10. Swift3D is a package for transforming models in Lightwave or 3DS Max into Flash animations. Match moving software is commonly used to match live video with computer-generated video, keeping the two in sync as the camera moves. Poser is the most popular program for modeling people. After producing video, studios then edit or composite the video using programs such as Adobe Premiere or Apple Final Cut at the low end, or Autodesk Combustion or Apple Shake at the high end. MetaCreations Detailer and Painter 3D are discontinued software applications specifically for painting texture maps on 3-D Models. Any raster graphic editor software may be used to touch up rendered 3D still images from any 3D software application
    Taken from: http://en.wikipedia.org/wiki/3D_computer_g..._to_3D_softwareMore Info can be found there!
×
×
  • Create New...