Intermedia Sound in Forms

Hi
i have stored sounds in the database using ordsys.ordaudio
datatype. How can i play these sounds in Oracle Forms. The
forms item of type "Sound" expects a long raw column, but i
only can extract the data as Blob using the "getcontent" method.
Any ideas ?
Bernhard

Hello,
<p>Here is a JavaBean to play a sound within Forms<br><br>This one takes the sound files on the client machine.</p>
Francois

Similar Messages

  • How to broadcast sound in Forms

    I want to play a sound file in forms, how could I do that?
    Can the sound file store in database? and how to make it out and broadcast on the forms ?
    thanks buddy~

    1. \forms\server\formsweb.cfg
    archive_jini=frmall_jinit.jar,FormsProperties.jar
    2. regedit
    HKEY_LOCAL_MACHINE => FORMS_BUILDER_CLASSPATH
    C:\DevSuiteHome_1\forms\java\frmbld.jar;C:\DevSuiteHome_1\jlib\importer.jar;
    C:\DevSuiteHome_1\jlib\debugger.jar;C:\DevSuiteHome_1\jlib\utj.jar;
    C:\DevSuiteHome_1\jlib\dfc.jar;C:\DevSuiteHome_1\jlib\help4.jar;
    C:\DevSuiteHome_1\jlib\oracle_ice.jar;C:\DevSuiteHome_1\jlib\jewt4.jar;
    C:\DevSuiteHome_1\jlib\ewt3.jar;C:\DevSuiteHome_1\jlib\share.jar;
    C:\DevSuiteHome_1\forms\java\frmwebutil.jar;C:\DevSuiteHome_1\forms\java\frmall.jar;
    C:\DevSuiteHome_1\forms\java\FormsProperties.jar;
    3. Untuk Jdev.. include..Libraries [THE WAY I AM CREATING A BEAN..NO NEED TO READ THIS]
    ORacle Forms
    C:\DevSuiteHome_1\jdev\lib\ext\frmjdev_pjc.jar

  • How to invoke Speaker Sound from Forms 6i

    Hai friends
    I want to give some alert sound from the Builtin
    computer speaker. In Visual Basic we can make like Chr(7)
    How can i accomplish this in Forms6i. Pls reply.
    I use BELL builtin it is not working.

    And also this one:
    Problem Description
    Installed Forms 6i Rel 2 on a MS Windows machine. When trying to Import the Java
    Classes getting the errors
    PDE-UJI0001 Failed to create the JVM
    Solution Description
    You need to to install JDK 1.2.2 to run the Java Importer. And set the PATH's
    and classpath's correctly.
    Explanation
    1. Download and install the JDK 1.2.2.
    Possibly available at: http://java.sun.com/products/archive/
    2. Assuming the JDK 1.2.2 is installed in c:\jdk1.2.2 directory and the JRE in
    C:\PROGRA~1\JAVASOFT\JRE\1.2 directory; ORACLE_HOME=C:\Dev6iR2.
    Set the PATH to
    set PATH=c:\jdk1.2.2\bin;C:\PROGRA~1\JAVASOFT\JRE\1.2\bin;C:\PROGRA~1\JAVASOFT\JRE\1.2\bin\classic;%PATH%
    ( If you are using ias9i then the JDK 1.2.2 comes with the ias installtion ,
    in this case please set the PATH to
    D:\ias9i\Apache\jdk\bin;D:\ias9i\Apache\jdk\jre\bin;D:\ias9i\Apache\jdk\jre\bin\classic;%PATH% )
    3. Set the CLASSPATH to set CLASSPATH=%CLASSPATH%;C:\Dev6iR2\TOOLS\COMMON60\JAVA\IMPORTER.JAR;.
    (If you do not set the CLASSPATH correctly you will get the error
    PDE-UJI002 Unable to find the required java importer classes)
    4. Now run the Forms Builder by using the command.
    C:\Dev6iR2\bin\ifbld60.exe
    Now the Java Importer Should Run fine.
    Francois

  • How can i use Oracle intermedia with Oracle forms 9i

    Hi all,
    I have a requirment from one of our client that they want to manage a large amount of Images,by seeing the documents about the oracle interMedia we got some idea to manage this images ,but the client is alredy having a software which is been developed by Oracle forms9i and we need to develope this using oracle forms9i can anyone give us an idea that how can we make use of InterMedia through Oracle forms9i ....
    Thanks in advance....

    I am also trying to use interMedia objects with Oracle 9i forms. I've tried everything and I can't get it to work.
    So far I have a solution that loads images using WebUtil into a blob field in Forms 9i, then in a backend stored procedure I move the blob to an interMedia object. Which works, but the problem with the image item in Oracle forms is that the image format cannot be change at runtime, so the images will always be what you set at design time.
    Can someone out there please help.
    Thanks.
    Ray

  • How can i use Oracle interMedia with Oracle forms  Urgent

    Hi all,
    I have a requirment from one of our client that they want to manage a large amount of Images,by seeing the documents about the oracle interMedia we got some idea to manage this images ,but the client is alredy having a software which is been developed by Oracle forms9i and we need to develope this using oracle forms9i can anyone give us an idea that how can we make use of InterMedia through Oracle forms9i ....
    Thanks in advance....

    I will ask, but it would be good to ask in the Oracle Forms forum as well. Many tools recognize the interMedia columns and automatically handle them since they now can say "Oh, this is an image column, I know how to handle this". I am not sure where forms is in this regard.

  • Strange "camera shutter" sound on form submit and screensaver activation

    My MBP has recently starting making a sound that I can only liken to a camera shutter when my screen saver activates. It's not the sound that the photo booth shutter makes, but is strange "shhhh-TINK" sound that makes me worry about the future of my display. At first I thought it only happened when my screensaver came on while on battery power, but now I am noticing it just about any time the screensaver comes on, and over the past few days, it's been happening when I auto-fill forms using 1Password.
    Best,
    Bill

    I have created a power point with some sample images to show what I mean, slide 4 demonstrates this problem
    http://jeremyragsdale.net/jsfissues.ppt
    I think what is happening is that when the JSF Lifecycle builds the server side representation of the control tree it is for some reason duplicating these controls, I am not farmiliar enough with the Lifecycle to know exactly why???
    Any thoughts?
    Thanks
    Jeremy
    Edited by: salsipius on Feb 17, 2009 8:07 AM

  • Inserting Object into Intermedia through HTMLDB form

    Greetings,
    I'm using HTMLDB and trying to upload an image via a form into an intermedia table with the following columns
    id number
    image ORDSYS.ORDIMAGE
    The object is uploaded into www_flow_files into a BLOB datatype (I'm using an html form and browsing for the file) into wwv_flow_files. I'm trying to figure out how to copy this into my intermedia table from the wwv_flow_files table. How does one go about doing this in pl/sql. Is there a conversion from blob to ORDSYS.ORDIMAGE?
    Any help greatly appreciated.
    thx in advance,
    cliff

    at the end is an example of a procedure that will copy lobs from a table and make them image objects, it may help...
    You could load OrdImage for one blob at a time with something like:
    insert into images <YOURID>,ORDSYS.ORDImage.init()
    returning rowid, pict into thisrowid, obj;
    select b from wwv_flow_files into myblob;
    -- Set the lob locator in the object and flag it as local
    obj.source.localdata := myblob;
    obj.setLocal();
    obj.setMimeType(<MIMETYPE FROM WEB FILE POST>);
    begin
    obj.setProperties();
    Exception
    when others then
    null; -- Ignore exceptions
    end;
    create table lobs (item_id number primary key, b blob);
    create table images (item_id number primary key, pict ordsys.ordimage);
    create or replace procedure copy_blobs_to_imgobjs
    as
    obj ORDSYS.ORDImage;
    ctx raw(4000):=null;
    nxtseq number;
    thisrowid urowid;
    BEGIN
    for b_rec in (select item_id, b from lobs) loop
    insert into images (item_id,pict) values (
    b_rec.item_id,
    ORDSYS.ORDImage.init())
    returning rowid into thisrowid;
    select t.pict into obj from images t
    where rowid = thisrowid for update;
    -- Set the lob locator in the object and flag it as local
    obj.source.localdata := b_rec.b;
    obj.setLocal();
    -- Extract the properties of the image.
    obj.setproperties();
    update images t set t.pict=obj
    where rowid = thisrowid;
    commit;
    end loop;
    END;
    show errors;

  • Can i integrate intermedia with oracle forms sever?

    Hi,
    Can I integrate intermedia with forms server so that if i do a text search, i can bring up some data in my form?
    Thanks.

    Buy a book from Mark Lancester ... With title : Apex with ExtJs....something like that
    OR
    Use ExtJs framework as Apex plugin from Matt Nolan (www.theapexfreelancer.com). We use his framework for current Apex development...highly suggested!

  • New iMac...trying to set up sound recording form the internet but my microphone isn't working for facetime.  I have soundflower installed...recording into Adobe Audition. Can't seem to get them all working...any help?

    I'm just setting up my iMac, and am not very familiar as I'm just coming over from Windows.  Working on setting up my recordeing software (will most likely be Audition) and I need to be able to record from the internet as well as from a microphone.
    I've installed soundflower but now the micropohone is not working in facetime.  What is the proper way to set all this up? 
    Thank you!
    Frank

    O.K. fgonoz98
    I would do 1 thing at a time:"now the micropohone is not working in facetime"
    Here is what you can check to get your mike working in facetime:
    1. Hold down option while you click on the speaker next to time a. date,
    under input Device see if your mic is marked. If not: ✔️
    2. Click the apple top left/System Prefs./click on the Sound speaker:
    under Input highlight microphone.
    3. When you have factime on go to video above scroll and see if your mic is marked ✔️
    If that does not get it to work there is more you can check:
    (Utilities/Audio, midi setup)
    For any other audio device you do this for input and output.
    If you get stock post back

  • How to invoke Speaker Sound from Forms

    Hai friends
    I want to give some alert sound from the Builtin
    computer speaker. In Visual Basic we can make like Chr(7)
    How can i accomplish this in Forms6i. Pls reply.
    I use BELL builtin it is not working.

    how to pass parameters to crystal report, please help.This would entirely depend on crystal reports and you might find informations on crystal reports related communities more likely...I for one have seen crystal reports the last time about 12 years ago. And even back then I simply acknowledged it's existence instead of working with it.
    Maybe crystal reports can be invoked via a URL call which would make it simple as you'd need simply build an URL and show the report using web.show_document. But that's pure speculation. Also you might not be the first with this requirement, so the solution to your problem might be right under your nose and just a little google search away ;)
    cheers

  • No sound emits form my laptop for as long as I can remember

    Ever since I have started using my Probook, no sound emits from the internal speaker, my headphones when I plug them in, or any other peripheral auditory devices I plug in. I have been researching this topic for quite a while and have decided to ask on the forums now due to the lack of an answer. From what I've checked, the speakers and headphones are listed as not plugged in at all times within the 'Playback devices' when I have plugged in my headphones into the jack. Device Manager lists no errors. I am not sure if this is a driver issue or not, as I have checked different forums and websites as to which driver(s) should be installed to fix the issue, but none of them have worked. A response with a step towards fixing my problem would be much appreciated.

    Search Samsung S4 + KitKat

  • HELP HELP Sound distortion form DJ speakers

    Hello all
    I captured an event using open air mic from the camera. I had the volume levels set slightly lower but as I moved near the DJ floor speakers, vibration and distorts starts. Its not horrible but noticeable. I was wondering if there was a method to smooth out or remove the distortion.
    Thanks

    If you've flatlined the waveforms when you look at them in the viewer, you're pretty much SOL. It's a hard truth that good audio really requires a person on set responsible for capturing it.

  • I want Sound in my form

    Hi All
    Dear i want to hear sound when my form starts. Is there any way and i'm using Oracle9i IDS not Form 6and6i.
    Thanks!!
    SoftDesire

    Here is the soultion:
    Put a button sized 1,1 (to make it invisible) on your form that has the following class as an implementation class.
    and use the set_custom_property to instruct it what and when to play
    put this code in any trigger you like (this code uses the URL to access a local file on the client):
    set_custom_property('sound',1,'PLAY','file:///c:\winnt\media\rnigin.wav');
    Have fun.
    import oracle.forms.ui.VButton;
    import java.applet.AudioClip;
    import java.applet.Applet;
    import java.net.URL;
    import oracle.forms.properties.ID;
    * This PJC plays sounds in Forms on the Web.
    * To use it create a push button on your form with size 1,1
    * To play a wav file issue a command in a form trigger like:
    * set_custom_property('sound',1,'PLAY','file:///c:\winnt\media\rnigin.wav');
    * Written by : Shay Shmeltzer
    public class sound extends VButton
    public final static ID PLAY = ID.registerProperty("PLAY");
    public String sou_loc = "http://127.0.0.1:8888/forms90/java/ringin.wav";
    public sound()
    public boolean setProperty(ID p0, Object p1)
    // This is setting the URL for the wav file and plays it
    // when the PLAY propert is set.
    if (p0==PLAY)
    { try
    sou_loc = p1.toString();
    URL sou = new URL(sou_loc);
    AudioClip clip = Applet.newAudioClip(sou);
    clip.play();
    } catch (Exception ex)
    {ex.printStackTrace();}
    return super.setProperty(p0, p1);
    }

  • No sound from MacBook headphone jack until the cable is plugged in and -out

    Hey there! If I connect speakers (iPod Hi-Fi) to my shut down MacBook and then start the MacBook, there's no sound neither form the MacBook nor from the speakers.
    If I plug out the cable the sound comes from the MacBook as usual, if I plug it in again the Hi-Fi works regularly. How come?

    Hi,
    The HDMI sound may disable the other sound therefore you need to disable HDMI sound (remember put back if you wish to use it). Please check this video:
       http://www.youtube.com/watch?v=LlYXiTK05nM
    For example, in my machine I can just disable HDMI sound from this area:
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • My Sound Blaster Live 5.1 Digital won't work with Vista

    First off, I wasn't sure whether to put this in the vista or Sound Blaster form so sorry if this is the wrong place.
    Anyways. I got a new computer two days ago and just installed my old Sound Blaster li've 5. Digital (model SB0220) card into the new desktop. Vista, the operating system I'm using now tried to find the drivers but failed. Then I tried looking them up on the creative site with the drop down lists but it didn't pull up anything either.
    I plan on buying an m-audio 2496 sound card soon but for now I would like to get back to recording and the Sound Blaster card is much better than the stock motherboard audio setup.
    If anyone knows of any drivers for this card it would be extremely helpful.
    ThanksMessage Edited by 85Dave on 07-0-200707:22 AM

    hmm...thanks.
    Well its not that bad really. sound blaster cards are not made for recording audio and so I was going to get the m-audio 2496 card anyways.
    I'm just waiting for drivers on that which are supposed to come some time in the 2nd half of 2007.
    Thanks for the info.

Maybe you are looking for

  • Strange that I can save a pdf file created in windows 8.1 to my cloud storage

    Strange that I can save a pdf file created in windows 8.1 to my cloud storage, but then I don't see it when I open my account. What is strange is that when I try again to save the file, system ask me to change the file name or over write current file

  • Problems with Maths (decimals) In java calculations

    In a normal calculator type in (27.8 / 3) * 12 = 111.2 Do this in Java and I get 111.20000000000002 This is causing a problem in my calculations, is this a known bug and how can i get around it ? Friendly Regards Steven

  • Virtual shopping cart in iweb'09?

    I would like to add a virtual shopping cart to my website-customers click on the check boxes and it adds it to a cart, the total is a quote only. I just want a simple cost calculator on my site. Is there a way to do this in iweb'09, or any html or so

  • ITunes cutting off length of podcast episodes

    Help! I am having an issue where two of my iTunes podcast episodes are being cut off and ending prematurely - about half way through. I've spent half the day trying to trouble shoot this without any luck. I am editing the files correctly in Garageban

  • IOS 6! need help!!!!!!!

    okay so i just updated my iPhone 4S to the IOS 6 and my phone isnt letting me make calls or letting people call me. im not sure whats going on but i tried shutting down my iPhone and calling again but that didnt do anything. Please help.