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 Shaun E 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: *

  • Users: mariebmk
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. mariebmk

    textarea sending 32K

    Hello, we're trying to have users send a massive amount of data over textareas to a database (using coldfusion). The textareas seem to only send 32K of data and then just stop. I read somewhere that this is just a function of the browser and there isn't much one can do about it. Does anyone...
  14. mariebmk

    datefield not work in browser

    Has anyone else had this problem? I'm using the datefield component from flash professional, and it works fine when I preview it from within flash, but doesn't work from the browser. I click on it any nothe happens. Any ideas? THanks Beth
  15. mariebmk

    calling actionscript problems

    I'm going insane with an external actionscript file I've written. I'm trying to create dynamic forms and so have writen functions to add text fields, move components, etc to create the form layout. Sometimes it just doesn't seem to call the functions right. For example I have...
  16. mariebmk

    long text entered through text field

    I have a textarea on a webpage where users copy and paste html code. The html I've been using to test this is about 30,000 characters. It goes into a database that tries to store it as a type ntext. From what i've read this should be able to store well beyond 30,000 characters, yet the text...
  17. mariebmk

    dealing with word documents over web

    I'm working on a site where users are required to enter a chunk of data. Our problem is allowing them to format it. The users don't want to have to enter text in HTML or convert a Word Document to HTML and cut and paste the resulting code into the text area we provide. We're thinking along...
  18. mariebmk

    Printing from scrollpane

    I have a site that is composed of forms that the users can fill out. Its navigated by a tabbed interface at the top. If the user clicks on a tab for a form they've already filled out they see the data they entered. I'm trying to allow them to print this data. I have all the data in a...
  19. mariebmk

    Symbols within Symbols

    I'm trying to make dynamic buttons that I can create through code and change the text on them. Right now I just have a graphic with a dynamic text field on it, but i can't access the text field through the action script. Any suggestions? Thanks. Beth
  20. mariebmk

    scrollpane that is imported having issues

    I'm trying to use the scrollpane component that is exported for sharing from a different clip. When I view that scrollpane the content shows up at about 50% the width and height of the scrollpane, and then scrolls up out of the border of the scrollpane. Its fine if I use the actual scrollpane...

Part and Inventory Search

Back
Top