Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to play sound from URL adress by code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to play sound from URL adress by code

    Hello Ninjas

    I would like to provide my customers a special alerts sounds.
    O need to play sounds from a specific URL adress, for example, now I use this code:
    PlaySound(NinjaTrader.Core.Globals.InstallDir + @"sounds\Alert4.wav");
    I need to play like this:
    PlaySound("http://ninjaconnectbrasil.com/wp-content/uploads/2022/07/Activated-shutdown-system-after-closing-position.wav");

    This simple way is not working, and dont show any message, do you have some code idea to help me??

    Thanks

    #2
    Hello MarceloF,

    Thanks for your post.

    A URL address cannot be passed into the PlaySound() method. The PlaySound() method requires a local file to be used.

    You would need to download the sound file and then use the local path of that file when calling the PlaySound() method.

    Note that the underlying framework used to play the sound requires the audio file to be in PCM .wav format.

    See this help guide page for more information and sample code: https://ninjatrader.com/support/help.../playsound.htm

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    231 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    149 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    161 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    243 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X