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 Chriss Miller 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. crazybeans128

    Flash audio cache

    I'm developing a flash app that can stream audio, but the problem is the platforms it's targeted for don't have a lot of cache space possible. Does anyone know of a way to clear the streamed audio once it has already passed?
  2. crazybeans128

    Include footer

    I read once somewhere that apache can be configured to include a file at the start or end of all pages. I was wondering how this can be configured and if it can be done through an htaccess file.
  3. crazybeans128

    GIF Animates slowly

    I have a site I am designing and on this site there a few animated GIF images. Firefox does just fine displaying the images, however when viewed in IE their speed is much slower, 10/100 of a second instead of the 5/100 I designed them with. Here is an example of the images on a site...
  4. crazybeans128

    IMAP mail reading

    I have a project where my PHP script has to open emails and sort through them trying to find some general information. I'm experimenting with the IMAP protocols to do this, as I cannot edit the configuration on ther server. I quickly figured out how to work the protocols, however if I want to...
  5. crazybeans128

    invert some text

    So I have this form people fill out, and when I write it into the file, I want the content of a text box to be inversed. To be more specific, you have, for instance, 3 lines. Line 1 Line 2 Line 3 I want to then invert these into Line 3 Line 2 Line 1 and then I will write them into the file.
  6. crazybeans128

    Hovering DIV content

    I am trying to create page where a DIV item will remain in say the top left corner wherever you scroll, covering whatever content shows up beneath it. If there is a way i can do this without javascript, that would be nice.
  7. crazybeans128

    Hue and saturation

    In Flash 8 there are now filters to modify color and the like. One of them is a hue and saturation tool. I find stuff in the Flash 8 documentation saying this filter can be applied and modified, but I cannot figure out the action script for it. Anyone got any ideas?
  8. crazybeans128

    Getting variable from page

    I am writing a flash program that sets a cookie and can retrieve that data. I already have made it write cookies, but I am unable to find a non-php way of gathering the data from the cookie i have created. I am simply looking for a way for flash to look into the html file it is embedded into and...
  9. crazybeans128

    Submitting date along with form

    I have a form, and I want to submit it. Easy enough, right? Well before it submits, i want the button to gather the date and send it along. I currently have a text field in the form with a button next to it that updates the date. Then i can click the submit button and it will send those all...
  10. crazybeans128

    Refreshing PHP

    I am having a problem getting the PHP on a page to be refreshed every time it comes back to the users computer. I go to the page and it just reloads what was already sitting on the computer from visiting before, so i have to refresh the page to see the new information. How come this keeps...
  11. crazybeans128

    Help on date

    I have a form and when i click the submit button, i want to send the current date and time through along with the other information. Suggestions?
  12. crazybeans128

    Problem with fopen() command

    Okay, here is the syntax i am using. $fp=fopen($gbfile,'r+'); fwrite($fp, "Yo\n*****\nDude"); fclose($fp); Everytime time I try to write to the file, it will simply overwrite what was there, if i have more than that, it won't write it. From what I've been reading, it should add that to...
  13. crazybeans128

    HTML in FLash

    How can i load an HTML page into flash? I've tried things like MovieClip.loadMovie("page.html") and that of course didn't work, but something along those lines would be nice, so i can just edit the HTML instead of the file itself.
  14. crazybeans128

    Font Integration

    I am trying to create a movie with dynamic text, but Ican't make the movie look like Iwant on a computer other than mine because they don't have a font installed. Is there a way Ican integrate a font into the movie so it will function corretly? Any help would be nice. Thanks in advance.
  15. crazybeans128

    Reading and Writing Cookies

    Is there any way i can write and read a cookie to a users pc that contains certain variables used in the movie. I am trying to set up a way to save preferences from my site by using a cookie to store certain variables. Any help would be greatly apreciated even if it has to be through HTML or...
  16. crazybeans128

    chat room

    I'm creating a chat room, and i've figured out alot of it. But the problem is that everytime i enter a line of text, i can't figure out how to put a space between the previous line and the new line. help!! please!!!
  17. crazybeans128

    database communication

    I am making a database using flash and php. I already have the flash codes, but i don't know how to make the php communicate with the database. any help from anyone?
  18. crazybeans128

    Flash Database

    Alright, I need to be able to fill out a form in Flash and have it export to a spreadsheet for later reference. Does anyone know how to do this? Thanks in advance
  19. crazybeans128

    Form without CGI

    How can I create a form in FlashMX that sends straight to my e-mail without using CGI or opening the default mail client? Any help would be apreciated. Every Time I Look At Myself, I Still Can't Believe How Awesome I Am

Part and Inventory Search

Back
Top