Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User elshorbagy76's Avatar
    Join Date
    Nov 2008
    Location
    Egypt
    Posts
    122
    hello,

    I'm developing an online Radio application using Flashlite 3. Here is my code
    System.security.allowDomain("http://217.139.39.167:88");
    stream = new Sound();
    //http://217.139.39.167:88/broadwavehigh.mp3?src=1
    stream.loadSound ("http://217.139.39.167:88/broadwavehigh.mp3?src=1", true); //http://152.2.63.68:8000
    _root.stream.start()
    function pause(){
    play ();
    clearInterval(timer);
    } // End of the function
    stop ();
    timer = setInterval(pause, 5000);
    When I run this code on my pc it works, but when I run on the emulator or on my E71 it does not work. Please help

  2. #2
    Nokia Developer Moderator Risalmin's Avatar
    Join Date
    May 2007
    Location
    Finland
    Posts
    134
    There's no audio streaming for MP3 on Flash Lite 3.

Similar Threads

  1. Using data from Bluetooth stream in QML code
    By Infms in forum [Archived] Qt Quick
    Replies: 2
    Last Post: 2011-10-18, 08:53
  2. modify S60InternetRadio source code to stream remote mp3
    By kuddy_abc in forum Symbian Media (Closed)
    Replies: 6
    Last Post: 2011-10-17, 18:46
  3. Limitation/Difference between standlone flashlite app & Webpage embedded flashlite ap
    By msathiskumar in forum [Archived] Flash Lite on Nokia Devices
    Replies: 7
    Last Post: 2009-03-16, 17:20
  4. could i use this code to stream voice via bluetooth
    By fevos in forum Mobile Java Media (Graphics & Sounds)
    Replies: 0
    Last Post: 2008-11-24, 17:02
  5. Replies: 3
    Last Post: 2003-07-17, 04:11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved