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 SkipVought 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. NoviceFlashUser

    "spaces" missing when writing to Ms Access

    When writing to MS Acess with Aurthorware 6 using PostURL functions with PHP scripts, all the strings written to the database have all the "spaces" missing. Is this normal or some error going on? Can anyone enlighten?
  2. NoviceFlashUser

    authorware quiz

    Thanks alot for your advice
  3. NoviceFlashUser

    authorware quiz

    hi I am a teacher. I like to use authorware to create a quiz to be used in a lan enviroment so that the results will be captured in a MS database. What is the simplest way to implement it? Please advise
  4. NoviceFlashUser

    filename is keyword - "receive"

    thanks for yr help. ok this is my one of the code which is giving me headaches: $test = fopen ("E:\testing\receive.txt", "w"); If i replace the "receive.txt" with any filename eg. file.log - it works fine but not with the "receive.txt"
  5. NoviceFlashUser

    filename is keyword - "receive"

    hi, I am trying to open the following: 1) write to a file called "receive.txt" However, I think the filename is a keyword of PHP and therefore the script cannot write the file successfully. Please advise on how to read/write a file with the name "receive.txt"
  6. NoviceFlashUser

    Streaming for Pocket PC

    hi all, Is it possible for a flash player to stream mp3 for a pocket pc device? mirage
  7. NoviceFlashUser

    Dynamically create list of filenames off server

    hi Bill, I have downloaded yr application on listing filenames from a particular folder. However I can't get it to work. Is it becos I am using IIS and does not support PHP or are there any modifications I need to make. Please advise and thanks alot. Also I am trying to create a streaming MP3...
  8. NoviceFlashUser

    Dynamically create list of filenames off server

    hi billwatson, Do you think you can email me the .fla for the ability to list file names as the link above is not working. my email is mirage@singnet.com.sg thanks mirage
  9. NoviceFlashUser

    closing ie browser with getURL action from flash swf

    hi oldnewbie, testing within the application thanks mirage
  10. NoviceFlashUser

    closing ie browser with getURL action from flash swf

    hi, Well I am not able to help but in fact like to ask what is the command that you issue to close the browser. I have tried but the getURL(javascript:window.close()) did was actually open up my intenet temp folder. mirage
  11. NoviceFlashUser

    Closing a Browser

    hi all, I am using the command geturl to launch IE to activate send SMS using a SMS software. However, I want to be able to close the browser after every launch. Am I able to do it?
  12. NoviceFlashUser

    Allow loaded movie to get variable from main flash program

    hi oldnewbie, Thanks. didn't know there is such an easy way to do it. thanks a zillion again and to those who reply. regards mirage
  13. NoviceFlashUser

    Allow loaded movie to get variable from main flash program

    hi oldnewbie, Thanks. My program actually requires the main movie to pass some variables to other swf for displaying purposes. It will be loading a swf each time and I need it to pass some value to it. regards mirage
  14. NoviceFlashUser

    Allow loaded movie to get variable from main flash program

    hi, thanks. but i can't derive much from the link. i tried using the code: loadmovie("text.swf?testing=90",holder); but it is doing the other way which is passing variable from a swf to the main. how must i code to pass variable from main to a movie - swf. thanks regards mirage
  15. NoviceFlashUser

    Loading swf into swf and passing variables

    hi, I am very interested in this thread. I tried your coding on loadmovie("next.swf?myvar=whatever you want to pass",holder); but the error is some url error (unable to find file). I am also trying to pass some variable to the .swf i am calling in my main program. can someone...
  16. NoviceFlashUser

    Allow loaded movie to get variable from main flash program

    hi all, I need to load a .swf movie into my flash program. how can i at the same time also pass some variables to the .swf movie so that the .swf movie can manipulate the variable. thanks
  17. NoviceFlashUser

    Using a log filr to start a flash movie

    hi Bill, Thanks, the code works. btw, how can i write the code in such a way that it will not just read once but constantly reading and anticipating the contents of the file to change. regards
  18. NoviceFlashUser

    Using a log filr to start a flash movie

    hi billwatson, Thanks for your code and I ll try it out. You are so helpful and efficient and btw our labour day (Singapore) is on May 1st.
  19. NoviceFlashUser

    Using a log filr to start a flash movie

    Yes, that's what I am trying to do. Just that the external file is of a .log extension and has the file structure that has data separated by commas. It is actually a log file generated by a sms gateway and i am using it to trigger a flash movie. And i don't think the log file structure can be...
  20. NoviceFlashUser

    Using a log filr to start a flash movie

    hi Thanks for your prompt reply. I needed to code some actionscript to read in an external log file (eg. data.log) generated from some other applicaition and if after parsing the log file and able to find for example the word "start" , the code will trigger a flash movie. It's like...

Part and Inventory Search

Back
Top