Pages

Friday, December 25, 2009

Flex embedded youtube player 1.2

I made a new version of the Flex embedded YouTube player ( For all features see the 1.1 version ). This time I use javascript with ExternalInterface instead of a php proxy script and this version will work forever because it all runs on the client side. Since april 2009 the proxy way won't work anymore. This version is based on the javascript & actionscript code of Matthew Richmond. Click here for his demo and source code.

First we need to change video.xml, url is now only the youtube id

<node id="0" category="overzicht">
<node id="0" category="2008">
<node id="0" category="Europees">
<node id="2012" category="Bauska 2008" url="c9BqEm7zxU4"/>
<node id="2011" category="Bauska 2008 2" url="BwfPfDAMnF0"/>
</node>
</node>
<node id="0" category="2007">
<node id="0" category="Europees">
<node id="421" category="Autocross Championship - Murça 1" url="8TZgXfqpd5I"/>
<node id="420" category="Autocross Championship - Murça 2" url="6Ncyu7-7UMA"/>
<node id="419" category="Autocross Murça 2007: Div.3 Campeonato" url="NLF2BGQmFrY"/>
<node id="418" category="Autocross race in Hungary" url="21wjz-tGcC4"/>
</node>
</node>
</node>

And we need to add some javascript to the html page. Here is my Adobe Flex project. Happy tubing.

4 comments:

  1. Edwin - There is a need to connect to oracle AQ JMS using Sibel CRM (version - 8.0.0.5 HORIZONTAL). I'm following white paper published by Oracle (Configuring JMS/AQ messaging
    between Oracle Siebel CRM and
    Oracle SOA Suite) but its not working.


    Have you tried it your self? Apprciate any help

    Thanks

    ReplyDelete
  2. Hi,

    This works perfectly, you can take a look at this blog

    http://biemond.blogspot.com/2009/07/using-aq-jms-text-message-in-wls-1031.html

    or you can use the aq adapter when the queue has a oracle object type or a raw payload.

    thanks Edwin

    ReplyDelete
  3. Hi Edwin,

    We have a requirement to Configure JMS/AQ messaging between Oracle Siebel CRM (8.1.1.11)and Oracle SOA Suite 10.1.3.5 (oc4j)

    Followed the document "http://www.oracle.com/technetwork/topics/nmanoharan-jms-aq-siebel-131945.pdf" but ended with below error:

    [1] Error invoking service 'EAI JMS Transport', method 'Send' at step 'Send'.(SBL-BPR-00162)
    [2] JNDI error in EAI JMS Transport: 'Exception: javax.naming.CommunicationException: Can't find SerialContextProvider; Message: Can't find SerialContextProvider'.(SBL-EAI-05102)

    Kindly help me in resolving the issue.

    Regards,
    Ashmitha.

    ReplyDelete
  4. Hi Edwin,

    We have requirement to "Configure JMS/AQ messaging between Oracle Siebel CRM (8.1.1.11) and Oracle SOA Suite 10.1.3.5 (oc4j)"

    Followed the steps mentioned in "http://www.oracle.com/technetwork/topics/nmanoharan-jms-aq-siebel-131945.pdf" but got the below error.

    [1] Error invoking service 'EAI JMS Transport', method 'Send' at step 'Send'.(SBL-BPR-00162)
    [2] JNDI error in EAI JMS Transport: 'Exception: javax.naming.CommunicationException: Can't find SerialContextProvider; Message: Can't find SerialContextProvider'.(SBL-EAI-05102)

    Kindly help me.

    Regards,
    Ashmitha.

    ReplyDelete