Jump to content

astralaaron

Members
  • Posts

    1,254
  • Joined

  • Last visited

Everything posted by astralaaron

  1. ah okay, was just wondering, thought you were looking to purchase it.MX works too!
  2. no disrespectThanks for the post - appreciate it anyway, CSS can make a nicer looking site.I will start learning it also.
  3. thank you very much for taking the time to make that post, you seem like you know what you are talking about.alot of good information!thanks again-Aaron
  4. THanks! ___I should have added if there is any tutorials that have information how to use phpMyAdmin with MySQLI have a book that shows just MySQL and how to use the "executable" where you type the SQL code by hand, But I have a site hosted by yahoo and I do not know how to use the MySQL executable with it.(but they have phpMyAdmin already installed for me)
  5. DId i say yours looks hard? I did not even view it. and of course there is more than one method and that is why I will post my own.
  6. I was asking the poster, not you. whats with you anyway?and by the way poster you can get an Education version of flash 8 (professional) for around 240 which is not high priced for flash.also I know adobe owns rights to flash now.by the way flash 8 and flash 8 professional are 2 different programs.
  7. Okay, but I am still going to post one I use, that is very easy.
  8. if you look at the times of the "2 posts in a row" there is a time period inbetween. I thought about the second post while I was BBQing my dinner. I really dont apreciate your aditude it would have been better if you did not reply at all.and of course there is information on CSS and I have read and even experimented with some of it. I was asking that poster who told me because it was a little weird that he would say learn "CSS" when I was asking about doing things you would need to use databases and server language for.
  9. If anyone knows a good book or website with tutorials on how to get started using MySQL I would appreciate the info.thanks.
  10. Make a flash file, go to file > publish preview > htmlwhen the page opens right click and go to view source - copy and paste the <object> code all the way to the </object> and paste it on your page.
  11. yes it is a very basic flash animation. first get a flash program 8) learn how to do tween motion and you will be able to do that.
  12. I will post how to make a preloader for you soon, I am not on the right computer right now. I cannot view my flash files.but I had a question, did you make your seperate pages as different scenes? or are you loading movies for each link?
  13. okay I am home.here is the working php file. (my form had name / message /and email fields.<html><head> <title>Untitled</title></head><body><? $to = "email@domain.com"; $subject = "subject"; $msg = "name\n$name\n\n\n\n"; $msg .= "message\n$message\n\n\n\n"; $msg .= "email\n$email\n\n\n\n"; mail($to, $subject, $msg);?></body></html>(By the way the \n's in that php file mean nothing more than a <br> tag in html. it is just a breakline, if you dont know what <br> is its just like pushing enter and going to the next line when you are typeing in a text file.)--------in flash give your textfields variable namesand on your submit button add this actionScript:on (release) { loadVariablesNum("phpfilename.php", 0, "POST");}also either "GET" or "POST" will work.hope this helps! -AstralAaron
  14. it is very simple actually, I will post a working php program to go with the flash forms(when I get home). I just recently learned to do the exact same thing you are doing.alot of the tutorials on the internet you will find have errors and will just fustrate you.
  15. use movie clips instead of button symbols(movie clips can work as buttons also). at the end frame of the sound use an actionscript to load the next page.
  16. Just wondering, why not go with flash 8 professional? over flashMX
  17. thanks for the reply, what can CSS do for me? Also, I did not expect to be able to do all of this right away obveously. I was asking what direction I need to work towards to do all of this.
  18. Hello everyone First what I have learned is of course HTML, and I am in a class at the local community college learning Flash 8. But I would like to get into more advanced website design and be able to create shopping areas where people can use their credit card directly from my websites to purchase items, or to become members of the website and have access to member areas. I would like to be able to create forums like this one we are all typeing on also. and have webcamsThere are so many different languages and people are all telling me different things. some people are telling me learn php/mySQL - and others tell me mySQL is terrible and to learn microsoft access then from there go to SQL - some tell me dont use PHP and instead use ASP and ive heard about some program called PHPNUKE - then someone tells me to use JAVA APPS instead of writeing my own code..(I would really like to understand the code I am useing and would want to be able to write it myself) all this different information makes it so I do not know who to believe and which direction to work toward.I came across this website and It looks like there are alot of very smart people that post here and i would really appreciate your opinions! thank you-Aaron
  19. Hello, I am Aaron. Just introducing myself!
×
×
  • Create New...