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 Mike Lewis 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. mikemardon

    Saving movieclips from database for offline use

    yeah definitely would have been a handy inclusion! I managed to find a way around it though - I am wrapping my main flash movie in a .net windows app which downloads the external swf binary via the web service and saves as a file for flash to then load in, seems to work but shame it couldn't be...
  2. mikemardon

    Saving movieclips from database for offline use

    that's what I thought, but although the intellisense indicates that this is valid : import flash.filesystem.FileStream; I still get the compiler error : The class or interface 'flash.filesystem.FileStream' could not be loaded :( Looks like the filesystem library is not available in flash -...
  3. mikemardon

    Saving movieclips from database for offline use

    thanks but I need to use AS2 - if I create a new AIR application it changes to AS3 :(
  4. mikemardon

    Saving movieclips from database for offline use

    Hi There I have created a .net web service which returns swf files in binary format when called from actionscript (2.0), is it possible to somehow stream the binary back to a movieclip in actionscript so I can save it and use loadmovie to add it to the stage? The reason for doing it this way...
  5. mikemardon

    animated gif image swap in IE

    Hi There I am preloading animated gifs in javascript which replace static images on mouse over. This works fine in FF but in IE the animated gif starts playing as soon as it is preloaded in script, so when you hover the static image you either get half of the animation or just the last frame...
  6. mikemardon

    obtain session variable from remote page?

    sorry I should have made my last post clearer I need to add a single aspx page to an existing web application which is already deployed on several client sites - this application is not ours so I can't recompile/reinstall it with the page added, I am trying to make it work without the need to...
  7. mikemardon

    obtain session variable from remote page?

    Thanks for the reply - yes this does make sense.. Does anyone know if it is possible to add an aspx page to an existing application by copying it to the root folder? I guess if it is possible it will be a bit more involved than this because it was not compiled with the original project? Thanks
  8. mikemardon

    obtain session variable from remote page?

    I am developing a toolbar for outlook which needs to interact with a .net web application (not ours so i can't modify the source). The problem I am having is that I need to access a value (personid) which exists in a session variable. is this possible? I am able to screen scrape using a web...
  9. mikemardon

    is it possible to open outlook from asp.net c# intranet?

    Thanks I will give this a try
  10. mikemardon

    is it possible to open outlook from asp.net c# intranet?

    sorry - the intranet site will be opened in a terminal services session so it will be on the server Thanks
  11. mikemardon

    is it possible to open outlook from asp.net c# intranet?

    Thanks for your replies Just to clarify, I need to find a way of opening the outlook (2003) application with different default views - one being the inbox and the second the shared calendar - I don't want to create a new message!
  12. mikemardon

    is it possible to open outlook from asp.net c# intranet?

    Hi I am trying to create 2 hyperlinks, one should open outlook (2003) with the default inbox view and the other should open outlook with a view of the shared company calendar. Is this possible? Many Thanks
  13. mikemardon

    Adding information to AD

    I have managed to get a majority of my variables passed into the new user object I have created in AD (2003) but I am completely stumped on the following : Domain User Logon Name (not the pre 2000 one) Terminal Server User Profile Path Terminal Server Home Folder I have used ADSI Edit to view...
  14. mikemardon

    Adding Name

    Hi HotBob Sorry to bother you but is this code for asp.net vb? I am trying to do exactly what you have demonstrated above but some of the variables/commands are not recognised! for instance : adSearchUser.Filter and similar get underlined in my code as well as...
  15. mikemardon

    adding new user to AD

    I am trying to implement an 'add new user to active directory' feature into my intranet site. I found the example below on this forum but some of the references cannot be recognised, I am thinking that this code may not be asp.net VB compatible? Does anybody (please!) have code I could use...
  16. mikemardon

    hyperlinking to local file

    thanks that worked like a dream :)
  17. mikemardon

    hyperlinking to local file

    It is for an intranet site for a legal firm - it would be nice to have access to certain folders on the file server from the intranet! ie. they all have U: mapped to the main data store so I would like to have ie6 open the folder in a blank window so they can navigate. Hope this makes sense
  18. mikemardon

    hyperlinking to local file

    Hi there I have created a hyperlink in dreamweaver : <a href = "file://c:/temp/" target="_blank">view temp folder </a> ...which works just fine, but when I paste the code into an aspx page it does not do anything when clicked. Can anyone tell me if this method has been blocked from use? Thanks!
  19. mikemardon

    click to activate and use this control

    sorry guys I found the answer here : http://www.mix-fx.com/flash-prompt.htm I have asked about 6 questions recently but the solutions I found myself have not been relevant to other people given the context in which they occurred, I appreciate the continued help I have been given and am willing...
  20. mikemardon

    click to activate and use this control

    does anyone know of a way to show a flash object and supress this? I have 2 flash objects - one of them is in an IFrame and does not have this problem but the other cannot go in an IFrame! I wondered if putting the object inside another tag might work but no joy so far :(

Part and Inventory Search

Back
Top