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!

Recent content by moleproductions

  1. moleproductions

    FLV loading progress

    Thanks - but I am really struggling here. I have tried what you suggest - and indeed it works! But now I just can't get this to work. The section ns.addEventListener(ProgressEvent.PROGRESS, handleProgress); just will not work below. Any thoughts? var videoPlayer:Video = new Video(270...
  2. moleproductions

    FLV loading progress

    Thanks kennethkawamoto - that's really useful. However, I can't seem to find how to use that - do you have some kind of example of how it is used? Whenever I try to use this, it never works. Thanks.
  3. moleproductions

    FLV loading progress

    Hi, I have been struggling with this issue for some time now. I have searched Google as well as this an other forums and haven't yet found a suitable solution. I know there is someone out there who can help as I have seen this hundreds of times before! I have a page that loads an FLV video. At...
  4. moleproductions

    Pass variables to external SWF

    Thanks - I did just find this today and it does work, to an extent! If you are just looking to talk between AS2 and AS3 - this works really well. However, I have a complication. I am trying to re-work an existing MP3 player which uses external .as files - and I'm pretty new to this. I can get...
  5. moleproductions

    Pass variables to external SWF

    Hi, I have an AS3 Flash console built in Flash CS3. I want to load an external SWF file, and send it a variable. If this was PHP (etc) then I would be using "mp3player.swf?filename=myclip.mp3" but you can't do that in Flash. To make things more complicated, the external SWF file is AS2. Any...
  6. moleproductions

    Cue points in ActionScript 3

    Hi, I am trying to synchronise an FLV video with some pictures (which change as the video plays). Some might say - "Use something like Camtasia". Well, I have done for the last 2 or 3 years and it has been great, up to a point. You can't really customise the template (only choose from 4 skins)...
  7. moleproductions

    Stop FLV video playback (AS3)

    I have been looking at thread250-1333195 - but this does not work in my situation. Possibly because I have misunderstood, or possibly because the solutions here do not work in ActionScript 3 (AS3). I have a number of FLV video files which I have imported into my Flash project (Adobe Flash CS3)...
  8. moleproductions

    Indexing Service - IIS on Windows Server 2003

    Ok - I had been trying to work this out for 2 weeks and suddenly as soon as I ask for help it is now working. A few things that seem to have helped: - I turned on "Index file with unknown extenstions" since I was using .shtml files for server side includes*** - I upload a new page, and then...
  9. moleproductions

    Indexing Service - IIS on Windows Server 2003

    I am trying to use Indexing Service within Computer Management on a Windows Server 2003 machine but am hitting a very odd problem. I cannot get the indexer to search the main www directory. I have been into Properties -> Advanced... -> ticked "For fast searching, allow indexing service to index...
  10. moleproductions

    Open PDF in Acrobat

    Many people have already discussed this topic - but I am still having problems with opening a PDF in Acrobat. My problem is this: I am using the standard baOpenFile(filepath, "maximised") command which works fine for me and everyone in my office. The problem is my client's computer tried...
  11. moleproductions

    Post variables to script, receive XML stream

    Thanks for poiting that out - I hadn't realised that was the same thing. Do you know how to read the XML stream that come back?
  12. moleproductions

    Post variables to script, receive XML stream

    I have a situation in PHP where I need to post certain variables (username and password) to an authorisation script on a 3rd party server. On receipt of those two variables the script authenticates the data and sends an XML stream back which looks like: - <xml xmlns:s="xxx" xmlns:dt="xxx"...
  13. moleproductions

    Outbound Relay Problem Domain not in list of rcpthosts

    Hi guys, I know this post is very old - but I'm having exactly the same problem with someone on a Mac. I've tried everything except I don't know how to get them to ping from a mac so presumably telnet-ing would also be difficult. They can email everyone else with the same domain name (or on...
  14. moleproductions

    Setting Up Apple on Microsoft Domain with Entourage

    Can someone tell me how to ping from a Mac? I want to ping an smtp server to check that outgoing mail access is ok from a wireless laptop which refuses to send emails. Thanks, Tim
  15. moleproductions

    Read / write to floppy disk

    We Brits are well behind you guys in technology, I'm sure! Tim

Part and Inventory Search

Back
Top