how to please help
Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: how to please help

  1. #1
    Join Date
    Aug 2003
    Location
    no
    Posts
    117

    how to please help

    can anyone help me on this

    how would you create an online cd burning program

    which lang is best to wite it in

    4 burning pictures
    music

    thx
    Just cause it's expensive dont mean it's good

  2. #2
    Join Date
    Jul 2001
    Location
    Chicago
    Posts
    1,107
    Whoa, you mean a program like Nero, but web-based? I don't want to say it's impossible, but if you did it, you'd either need to pass a dozen OS security checks or use some backdoor programming. The level of system access you'd need would be too great. On Windows Server OSes, you can't even burn a CD unless you're logged in as Admin.
    ___________________________________________

    I'm a cinematographer and director of photography in Milwaukee.
    I use Windows, OSX, and 40 TB of storage to tell stories with my
    Sony FS7 | Panasonic GH4 | 5D mark III
    Find me on Google + | Facebook | Twitter

  3. #3
    Join Date
    Jun 2001
    Location
    Albuquerque, NM USA
    Posts
    14,686
    "Create" or put an already created burn program on the web? For the latter, among other things, you will need a website.
    There are lots of good, free CD burn programs already available. For example, Deep Burner.
    http://www.deepburner.com/

    What advantage do you see in having the program web-based versus available for download from the web?

    Language? I suspect English is the best way of reaching the most people. But when you create in another language, if the program is a good one, you should be able to find others to translate into many languages.
    And, if your program is good, you may want to look into copyrighting it (before disclosing it) so you can become a rich person, if you are not already.
    Jim
    WIN7 Ultimate SP1 64bit, IE 11, NTFS,
    cable, MS Security Essentials, Windows 7 firewall

  4. #4
    Join Date
    Aug 2003
    Location
    no
    Posts
    117
    yes im talking about creating an online burner rather than paying for recording programs
    Just cause it's expensive dont mean it's good

  5. #5
    Join Date
    Jun 2001
    Location
    Albuquerque, NM USA
    Posts
    14,686
    zombienation--I think you mean you want to know how to download music from the web for free. (Unless you mean you want to allow free downloads from your own website for others to use.)
    Someone else will have to help you. Most of the free sites and peer-to-peer swapping sites are now out of business.
    http://www.google.com/search?sourcei...usic+downloads
    Jim
    WIN7 Ultimate SP1 64bit, IE 11, NTFS,
    cable, MS Security Essentials, Windows 7 firewall

  6. #6
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    If you are saying that you want to write your own burning app, then you would almost certainly want to write it in unmanaged C++. I can't find anything in the .NET Framework that would make it easy to do.

    You'd probably be better off asking about this at our sister site:

    www.codeguru.com
    Nick.

  7. #7
    Join Date
    Aug 2003
    Location
    no
    Posts
    117
    back again
    i have written a burner program a simple one.
    just would like to know if it is possible
    to get an online version of it to work via
    the internet to burn music files and text documents.
    ONLINE to cd. any examples available

    if so what programming lang would i use to be able to
    achieve this.

    thank you for your time

    NO their own music from their computer
    Just cause it's expensive dont mean it's good

  8. #8
    Join Date
    Apr 2000
    Location
    Friern Barnet, London, England
    Posts
    46,565
    I'm afraid I don't really understand the question If the files are online then all you do is download them to the PC in the normal way then burn them. You can then delete the downloaded files afterwards if you wish. Or were you meaning something different?
    Nick.

  9. #9
    Join Date
    Aug 2003
    Location
    no
    Posts
    117
    the files or music would be on the THEiR computer.

    the prog i want to have it web based to burn cd and like.

    I have written an app to burn cds etc but need to run it online everytime i go to run it it downloads the file what im i doing wrong
    Just cause it's expensive dont mean it's good

  10. #10
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391
    In order for it to work, it has to be on their computer, hense the download.

    Check out the free onlne av scanners and see how they do it.

    Please do an online virus scan with at least two of the below site:


    Housecall at TrendMicro
    http://housecall.trendmicro.com/hou.../start_corp.asp
    Make sure you tick Auto Clean

    BitDefender Free Online Virus Scan
    http://www.bitdefender.com/scan/licence.php
    Make sure you tick AutoClean under Scan Options

    Panda ActiveScan
    http://www.pandasoftware.com/active...n_principal.htm
    Make sure you tick Disinfect automatically under Scan Options

    eTrust Antivirus Web Scanner
    http://www3.ca.com/securityadvisor/virusinfo/scan.aspx

  11. #11
    Join Date
    Aug 2003
    Location
    no
    Posts
    117
    so what your saying the cd burning program i wrote how do i acheive to get it in web format
    cause its an .exe file eveytime it wants to download to the pc, not run how do i achieve this

    DONT want nero etc i would like my program on the internet to run not download

    thank you
    Just cause it's expensive dont mean it's good

  12. #12
    Join Date
    May 2004
    Location
    The Great White North
    Posts
    506
    I agree with Train that at the burning stage, the software or the disk image must be on the pc. Your idea would work fine if the dvd compilation was made on the Internet and then downloaded to the pc for compiling the disk image or directly burning.

    Even though current burners have decent sized buffers, they still need a steady stream of data that must not be interrupted. The Internet is fairly reliable if you have cable but you can expect some burn failures due to interruptions (like a Windows or Norton update coming through at that time). Even when I burn dvds on my pc, I disconnect from the Internet because NAV live updates have caused burn failures.

    Starman*
    ~
    ~ if all else fails, read the instructions

  13. #13
    Join Date
    Jul 2001
    Location
    Chicago
    Posts
    1,107
    I think he's trying to run the APP as a browser plug-in (like javascript or something), with the DATA that is held locally. Right now he has an EXE file and he wants a file that will download transparently to the user and run within IE or some other browser.
    Again, I doubt many browsers would loosen security enough to make this possible. In windows, writing to a CD is a pretty low-level process.
    I'm no programmer, but if any language is leading in that direction, it's .NET.
    ___________________________________________

    I'm a cinematographer and director of photography in Milwaukee.
    I use Windows, OSX, and 40 TB of storage to tell stories with my
    Sony FS7 | Panasonic GH4 | 5D mark III
    Find me on Google + | Facebook | Twitter

  14. #14
    Join Date
    Aug 2003
    Location
    no
    Posts
    117
    (I think he's trying to run the APP as a browser plug-in (like javascript or something), with the DATA that is held locally. Right now he has an EXE file and he wants a file that will download transparently to the user and run within IE or some other browser.)

    correct as a plug in type burner
    Just cause it's expensive dont mean it's good

  15. #15
    Join Date
    May 2004
    Location
    The Great White North
    Posts
    506
    Some of the online virus scanners that Train mentioned use ActiveX. Security on the pc can be got around and will allow access/delete capability to all files. However, it raises the question of whether people are willing to allow that for this sort of application. The application needs to be bullet-proof to prevent hacking. It's a portal to your entire pc.

    I just don't see burning as being an online activity. As I mentioned, for many people it means disconnecting from the Internet to stop interruptions from various programs and updates. That rather defeats the purpose of an online burning program. If you stay online and there is some unexpected activity, what do you do? Any intervention may ruin the burn. You only have to look through forums like this to see there are enough dvd burning problems already without having to be concerned with the Internet.

    I'm not helping at all with the original question but I think the practicalities should be examined.

    Starman*
    ~
    ~ if all else fails, read the instructions

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •