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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. infernoapbts

    flash movie with no browser header!!!

    If someone could help me figure this out, I would be much abliged. I cannot seem to get the effect where you have an html file with out the browser window. In the publish settings, I set the dimensions to 100% x 100%, the window mode to windowless, I tried the scale set to no border, exact...
  2. infernoapbts

    advise creating realistic looking smoke

    Billwatson, That would be great! Thanks
  3. infernoapbts

    advise creating realistic looking smoke

    Hello, I am looking for some advise on creating realistic looking animated smoke. Any help would be greatly appreciated. Thanks in advance INFERNO
  4. infernoapbts

    creating a multi-page form

    I am trying to create a flash form on a website that is on several pages. The form is too big too fit on one page, so I added a continue button. It says goto and play (the frame that the next page is on). The problem is, When you go to the next page, the data inputed in the previous page is...
  5. infernoapbts

    transparent scroll pane

    Thanks oldnewbie! You guys are great. got all kinds of ideas. Why didn't I think of that???!???
  6. infernoapbts

    transparent scroll pane

    Thanks a million bill
  7. infernoapbts

    transparent scroll pane

    I am trying to use the component "scroll pane" to scroll a mc but inside the scroll pane is white and I cannot seem to get it transparent. Ant help would be greatly appreciated. INFERNOAPBTS
  8. infernoapbts

    Never ending menu

    www.infernoapbts.com/menu.fla onClipEvent (load) { xcenter = 375; speed = 1/10; } onClipEvent (enterFrame) { var distance = _root._xmouse-xcenter; _x += (distance*speed); } onClipEvent (enterFrame) { var distance = _root._xmouse-xcenter; _x += (distance*speed); if...
  9. infernoapbts

    Never ending menu

    I am trying to make a menu that scrolls left when the mouse is to the left of center, and right when it is right of center. The menu is a movie clip that is 1000 px wied by 90px high. I duplicated the movie and placed the second one at the end of the first, then made it one larger movie. here...
  10. infernoapbts

    help with flash form to php

    I am trying to send mail from myflash form to php mail. this is the code on the submit button on (release) { if (realname = "") { gotoAndStop(40); } else if (email = "") { gotoAndStop(40); } else if (comments = "") {...
  11. infernoapbts

    help with a flash form with php

    I am trying to send mail from myflash form to php mail. this is the code on the submit button on (release) { if (realname = "") { gotoAndStop(40); } else if (email = "") { gotoAndStop(40); } else if (comments = "") {...
  12. infernoapbts

    flash form for pgpmail

    I am trying to create a flash form to send e-mail from my website. I have been around the world and back looking for help. desparately seeking answers! any help would be greatly appreciated infernoapbts
  13. infernoapbts

    need help with a mail form!

    No that is'nt working either. Thank you for your assistance infernoapbts
  14. infernoapbts

    need help with a mail form!

    alright, been bustin my hump tryin to get aroud this thing and I think i might be on to something! (I hope so anyway) What I did was create a pgp key pair. I copied the public key onto my server, and in the form i named the recipient, the keyname, and the username as variables. now the mail...
  15. infernoapbts

    need help with a mail form!

    Woul it be possible to call the cgi script on my server directly? Soething like : Get URL{"/cgi-bin/formmail.pl",vars=GET ??? Then would i have to configure the CGI script so that it can receive and send data originating from the Flash movie? Many thanks infernoapbts
  16. infernoapbts

    need help with a mail form!

    no I got a blank page! There is no other way besides using a third party php or asp? infernoapbts
  17. infernoapbts

    need help with a mail form!

    I'm not sure On my server's menu I have Anonymos ftp, and pgp. thanks again INFERNOAPBTS
  18. infernoapbts

    need help with a mail form!

    I would like to create a form with flash mx for e-mail. ive created the form, but have no idea how to get the input text to my site's e-mail! if any one can help i would be much abliged. thanx infernoapbts
  19. infernoapbts

    help with a load movie clip using "which pic"

    no, I used a different script, temporarily. I can't keep my site with that problem occuring. Try http://www.infernoapbts.com/load_faith.swf thanks
  20. infernoapbts

    help with a load movie clip using "which pic"

    Hello, I am fairly new to flash, and need a bit of advice. In the designing of my own website, I have run into the following problem: I am trying to create a picture box, if you will, that lets visitors browse pictures by clicking on arrow buttons located on the "picture box". The...

Part and Inventory Search

Back
Top