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. mariebmk

    File Upload Issues

    Any ideas? Its become more mysterious as I found solutions to issues under SSL with firefox, which doesn't help as most these people are IE users. It seems to possibly be linked to their firewall, but I have no idea
  2. mariebmk

    File Upload Issues

    Hello! We are currently using the newer file upload features in flash 8. It works fine from most computers - but some users have issues. It appears that it just doesn't work at all - the file never gets put on the server, and therefore the code to scan, rename and move the file never gets...
  3. mariebmk

    Proxy server question

    Hello! I have a question that is causing lots of headaches for us. We just upgraded our site to flash 8, and all of a sudden users with proxy servers under IE are having problems. Not all, but enough that its not good. The site makes extensive use of flash remoting - but at least some of...
  4. mariebmk

    dynamic flashpaper

    That did the trick! Thank you!!!! Beth
  5. mariebmk

    dynamic flashpaper

    Good morning. I'm trying to work with dynamically creating flashpaper with Coldfusion 7 and am wondering if anyone knows if its possible to do this with word documents. Idea is that users can upload a document, and coldfusion will convert it to flashpaper on the fly, to store the swf instead...
  6. mariebmk

    grab jpg from flash

    Hello. I'm using Flash 8 and am trying to find a way of taking an image in my swf and saving it outside of flash. I found an example online at http://www.sephiroth.it/tutorials/flashPHP/print_screen/index.php that does it using flash and php, but sadly I don't have access to php. Does anyone...
  7. mariebmk

    IUSR_IIS Account permissions

    This is on my local machine - which is xp sp2. I'm not sure what settings could have changed - or could be different between folders that it will run in one location and not another.
  8. mariebmk

    IUSR_IIS Account permissions

    Hello. I know almost nothing about IIS and am having some odd errors. I have a folder that contains an ASP page that creates an image (using mapping software) and saves a temp image to the temp folder (in the same folder). I had this working fine on my old machine but when I brought it over...
  9. mariebmk

    flash remoting with coldfusion question

    I pass several recordsets and also strings, ints, etc back to flash by using an array. So something like <cfset arrayResult = arrayNew(1)> <cfquery name="someQuery" datasource="myDatasource"> Select * from myTable </cfquery> <cfset arrayResult[1] = someQuery> <cfquery name="someQuery2"...
  10. mariebmk

    cfcontent pdf in IE

    Hey everyone. I'm trying to use cfcontent to open up a pdf in the browser. It works perfectly in mozilla and opera, but when I do it in IE it just shows me the PDF code. <cfcontent type="application/pdf" reset="no"> <cfoutput>#form.pdfdata#</cfoutput> is my code .. .. the pdfdata is...
  11. mariebmk

    HTML in flash question

    Thanks! I'll look into that.
  12. mariebmk

    HTML in flash question

    Hey Everyone, I'm in the process of converting a page to flash and am having a few issues. We are using a component in the html version that allows users to copy and paste text from word and it will keep all the formatting (including tables, fonts, colors, etc.) We need a way for the users to...
  13. mariebmk

    argh, combobox focus

    I wish there were . . .i'm using the exact same code that I am for the checkboxes, pushbuttons and text inputs, and it works there perfectly (well, as perfectly as I can without having the comboboxes do their part). I've tried both by doing the on(focusIn), attached to the box, and...
  14. mariebmk

    argh, combobox focus

    Hello all. I'm going nuts with comboboxes. I have a flash form that loads in a scrollpane. I've made it so that the user can tab between all the items for easy data entry. I'm trying to get it so that if they tab to an item that is out of the current viewable area, the scrollpane...
  15. mariebmk

    component query returning performance

    Mostly the cold fusion. Most of the queries are really straight fowards . . . just selecting a text value and the primary key to populate combo boxes and such. Though anywhere I could speed it up would be good! :-)
  16. mariebmk

    component query returning performance

    Hello. I have a site I'm building that relies heavily on flash remoting calling cold fusion components. Each of these components really just consists of a series of queries that I return the result of back to flash. Does anyone have any tips on improving the performance of this? Right now I'm...
  17. mariebmk

    Scrollpane and IE

    lol. Mozilla is your friend! But besides that . . .the dynamic content is a variety of form materials . . . text, text inputs, comboboxes, etc. I'm using Flash MX 2004 professional, on Windows XP SP2, flash player 7. I've been having troubles with this throughout development, and got through...
  18. mariebmk

    Scrollpane and IE

    Hello. I have a site that has extensive use of scrollpanes with dynamic content. When I test it on my local machine there are no problems. I've now put it out on the web and some issues are coming up. Under Mozilla and Opera all is fine and dandy, but in IE the first time the scroll panes...
  19. mariebmk

    Excel to Database

    Hello! I'm developing an application where the user can upload an excel file, which is then inserted into a database. I have the code written that I can user the excel file as a datasource and query from it. . .the only problem being I need to know the worksheet name to do so. I have no...
  20. mariebmk

    flash remoting timing question

    Hello! I have a site running lots of flash remoting. I've been inspecting the results in the net connection debugger and find some strange things. From the time it starts running all the queries and templates and such, it only has an execution time there of about 100-150 . . .yet, total time...

Part and Inventory Search

Back
Top