Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FLASHfreak1021

  1. FLASHfreak1021

    Stopping a function

    Okay, I don't know how to save for Flash 5 format, so I am just going to give you some instructions that worked for me. First, enter this code on the first frame under the "Control" layer: ended = false Okay, on the second frame, replace your code with this code: numEnemy = 5; if...
  2. FLASHfreak1021

    Stopping a function

    Okay, I fixed your problem by adding a couple of if statements and throwing in a couple of variables, and it worked for me! The .fla is here: http://members.lycos.co.uk/tfe1/arcadeGameFixed.fla Happy Flashing! FLASHfreak :-) Oh yeah, sorry about the fonts, they got kinda messed up on my...
  3. FLASHfreak1021

    Can't Access My Website!

    Okay, i am going to install only Apache HTTP Server 2.0.48, and not PHP/MySQL/PHPMyAdmin/mod_perl quite yet. First, lets just get down to the basics is the way I like to think of it. Lets all be optimistic. CAn I use ports such as 15172 to use Apache on if port 8080 is blocked? Havn't...
  4. FLASHfreak1021

    setting a variable and retrieving in external swf

    Well, to pass the variables to Flash, you need to append variables to the end of the movie tags. In PHP, its done like this (don't know how to do it in ASP): <PARAM NAME=movie VALUE=myMovie.swf?aa=.$aa> Where the .$aa is the variable aa. Hopefully you know how to do this in ASP, because I...
  5. FLASHfreak1021

    Why do I lose pic quality?

    Try inserting the preloader on a different scene. Organization is the key to a movie. I usually don't cram everything into one scene. This may help... Also, goto the Properties panel, goto the &quot;Publish&quot; section, and choose 100 for JPEG quality. FLASHfreak :-)...
  6. FLASHfreak1021

    Getting Started

    Thanks, been thinking about running apache on Linux, may be easier :-) FLASHfreak :-)...
  7. FLASHfreak1021

    Getting Started

    Okay, I didn't want to start a new thread, so I am going to ask it here. About how much disk space will Linux Take up? Is it like windows, and take up 1.8GB? I am going to install Linux on an older system and need to know how much space to clear. Thanks...
  8. FLASHfreak1021

    Can't Access My Website!

    Okay, I will reply to this tommorow, because I am reinstalling the phpdev4_423 thing, because I messed up the httpd.conf file be accidentally deleting it (oops :-)). So I need to reconfigure it. I will give you the parts of HTTPD.conf tomorrow...
  9. FLASHfreak1021

    Can't Access My Website!

    I'm just about to give up... 8-) FLASHfreak :-) http://www.theflashexperience.4t.com - The Flash Experience
  10. FLASHfreak1021

    Flash and PHP?!?!?!?

    Thanks a lot! I am starting a webserver, with PHP/mod_perl(CGI)/MySQL. So I am learning alot about these technologies. There really cool! The sky is really the limit when using PHP/MySQL. But I just don't get why they call it PHP when it stands for Hypertext PreProcessor. Shouldn't it be...
  11. FLASHfreak1021

    PHP Mail Problem

    Hey Everyone! I just set up a webserver w/ Apache 1.3.7, PHP 4.3.0, CGI 5.0, and MySQL. In order for PHP's mail() function to work, what program do I need on my server? FLASHfreak :-) [b]FLASH[i]freak...
  12. FLASHfreak1021

    Setting up a webserver, port problems!!!

    ok, cool. Thanks! FLASHfreak :-) http://www.theflashexperience.4t.com - The Flash Experience
  13. FLASHfreak1021

    Can a Flash movie import images to play with?

    It may look simple, but rather comlicated on the inside. Not even sure if its possible. If it is, I would have to prefer it to be with PHP and MySQL. Sorry, don't have any links for ya', mabey oldnewbie will give you some links...
  14. FLASHfreak1021

    Setting up a webserver, port problems!!!

    By the way, when I said type in, I meant type into the Port Forwarding section of my router. FLASHfreak :-)...
  15. FLASHfreak1021

    Setting up a webserver, port problems!!!

    OK, my IPS blocks port 80. If I type in 8080, will it forward the people to port 80 on my computer, or will it forward the people to port 8080 on my computer? FLASHfreak :-)...

Part and Inventory Search

Back
Top