Twitter API help needed immediately

I have developed a twitter API in Flash Professional CS4. It works fine when it plays in the flash player locally. But when I publish the file and play it in a browser it asks for settings to be modified. Since those were the local settings I have modified them and played the file in browser and it worked fine.
Now, when I upload the file to server and embed the swf into a html file and try to play it from the server nothing happens. The API doesn't load the feeds from twitter site. The display is always blank. http://sravan313.inz.cc/home.html
Possible solutions I have tried.....
added security code in flash
1st method:
flash.system.Security.allowDomain("*");
flash.system.Security.loadPolicyFile("http://twitter.com/crossdomain.xml");
2nd method:
added the crossdomain.xml policy file from http://twitter.com/crossdomain.xml
3rd method:
followed any of the above methods along with changing the "Access network only" in publish settings.
Can anyone help me with possible solutions???
guys its very urgent!!! I need help immediately.....

Hi Peter
so, what do you really suggest? Can you help me regarding this
? I need this very badly and little bit urgently.... any suggestions
are appreciated.
and Darshan,
Thanks, a lot. Your links were very helpful. Could understand a little bit better about cross domains.

Similar Messages

  • PDFActions on xMII12. Help needed immediately???

    Good Day everyone. I face a problem when trying to deploy PDFActions.jar file in xMII 12. The procedure i followed is ,
    1) I created a file called catalog.xml from the PDFComponentCatalog.xml file which presents in xMII 11.5.
    2) Then i created the PDFActions.jar file along with the xml file.
    3) Used Custom Actions link in System Management and added PDFActions.jar file as the assembly file and iText.jar file as the dependency file. The upload was successful and i deployed without any error.
    4) When i open workbench i can see a PDF action block on the left side without images, and when i try to add it to a sequence nothing happens. It is not getting added in sequence and i am not getting any error messages
    Can anyone help me out on this?

    I guess you've been posting this issue for quite sometime now and inspite of getting hints I am not sure why you are coming up with your own steps to resolve the problem.
    SAP note 1109054 has been mentioned probably a number of times before and I would advice you to open it up and read through , carefully , with a  relaxed mind , no need to panic (read - Help needed immediately???).
    The above mentioned note is for 12.0 SP2 so make sure you are on that version and because there have been no postings/notes for SP3 I would think the note would be applicable for SP3 as well.
    If you face any issues after that then raise your doubts.

  • CIS Folder API Help needed

    I am working with UCM API to access information related to Folders component.
    ISCSSearchResponse result=null;
    ISCSSearchAPI searchApi = this.application.getUCPMAPI ().getActiveAPI ().getSearchAPI ();
    result = searchApi.search (context,strQuery, 100);
    iter = result.getResults ().iterator ();
    while (iter.hasNext ()) {
         sres = (ISCSSearchResult) iter.next ();
         folderApi = this.application.getUCPMAPI().getActiveAPI().getComponentFolderAPI();
         ISCSFolderInfoResponse folderRes = folderApi.getFolder(context, sres.getFolderID());
         ISCSFolder fold = folderRes.getFolder();
         String folderPath = fold.getFolderPath();
    I need to execute the code inside the while loop based on a condition. I need to check if the returned item from search results is a document or a folder, that is the item in *'sres'*.
    Can someone please help me with this?
    Thank you,
    Padmaja.

    To search in a case sensitive manner, if you're using an Oracle database I know you can set a variable in config.cfg -- DatabasePreserveCase. This may also work for other databases, but I am not sure.
    The available fields to filter on are all the metadata fields, whether they be UCM metadata fields or custom metadata fields.
    The query is doing a database query so you need to use the name of the column name in the database -- custom variables start with x and ucm variables start with d.
    I'm not an expert on UCM, but have been working on an implementation. I didn't really find a comprehensive guide for CIS, just used the examples from the sample code, the javadocs, some forum posts, and trial and error.

  • Please, Help NEED immediately, Radeon 9200 Ati on 23" hd cinema display??

    Hi you all expert, i definitely need some help here after searching through the site , i still couldn't find the solution. Currently i am operating an old G4 Mac 400 mhz , rage 128 pro, the salesman told me it will support the new 23" hd cinema flat panel display, which he fails me, and after checking up the system requirement the minimum should have been radeon 7500. Anyway, i am contemplating on purchasing a new ati 9200 radeon mac edition (within my budget) and would like to ask if it will support the new 23" hd display sitting in my living room. Please help, thanks a million!!!!!

    You should have no problem with this card running the 23'' Cinema. It will indeed

  • Help Needed immediately

    Hi,
    I have an text table /bic/tmaterial and an internal table ITAB.
    In a function module, i need to get the material numbers of /bic/tmaterial which are not present in ITAB-material(material is a field in internal table ITAB) and for those material no's i need to make an entry in the structure ZSTRUCTURE(which also contains a material no field).
    Help me in this abap code to make the above functionality possible.
    Please help as soon as possible
    Thanks & Regards,
    Pra

    Hi,
    take one temp. internal table  which is having the structure like
    */bic/tmaterial *
    DATA : BEGIN OF i_itab OCCURS o.
                 INCLUDE STRUCTURE /bic/tmaterial .
    DATA :     END OF i_itab.
    select required fields into i_itab from /bic/tmaterial.
    LOOP AT  i_itab.
      READ TABLE  ITAB  WITH KEY material  = i_itab-material.
        IF sy-subrc NE  0.         
         MOVE   i_itab-values to your structure ZSTRUCTURE.
       ENDIF.
    ENDLOOP.
    CLEAR : i_itab.
    FREE i_itab.
    Note: you have given that ,moving fields to structure.Structure means
      it will hold only one record at a time.

  • Security API help needed / howto list user in group

    Hi there,
    i have tried all example programs of the hyperion security api. hard work to correct the errors in these scripts.
    now i can create native groups an users and can create groups on groups or put users in native groups.
    i have read the java doc / reference for the security api too but its not possible for me to list users of a group (group reference by name).
    is there anybody who can help with a code sample to list users of a group like "testgroup" ?
    something like (...getGroups(context,"testgroup")...) ??
    Best Regards
    Kai

    Please don't cross-post. It is considered very rude to do that here:
    http://forum.java.sun.com/thread.jspa?threadID=5233033&messageID=9953169#9953169

  • Java Preferences API - Help needed

    Hi,
    I have to create a file which contains all the properties of my application using Preferences class.
    The properties file should look like:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE preferences SYSTEM "http://java.sun.com/dtd/preferences.dtd">
    <preferences EXTERNAL_XML_VERSION="1.0">
    <root type="user">
    <map/>
    <node name="Service1">
    <map>
    <entry key="ssw" value="ggggg"/>
    <entry key="vfr" value="hhhhhhhh"/>
    <entry key="cfe" value="lkjhgg"/>
    <entry key="sdx" value="uytreww"/>
    <entry key="dsc" value="qqqqqqq"/>
    </map>
    </node>
    <node name="Service2">
    <map>
    <entry key="34" value="acd"/>
    <entry key="ert" value="sss"/>
    <entry key="frd" value="wed"/>
    <entry key="dvf" value="cf"/>
    <entry key="cfg" value="gvss"/>
    </map>
    </node>
    </root>
    </preferences>
    Thats means what I am trying to do is create a separate node for each of the services in my application.
    But when I try to add 2nd node after adding the 1st node the, the 1st node is overwritten and the properties file has only 2nd node information in it.
    Please see the snapshot of the code being used by me.
    public void setConfiguration(final Dictionary properties,
                   final String service) {
              Preferences pref = Preferences.userRoot().node(service);
              FileOutputStream output = null;
              FileLock lock = null;
              try {
                   output = new FileOutputStream(FILE_NAME);
                   lock = output.getChannel().lock();
                   Preferences.userRoot().flush();
                   if (null != lock) {
                        final Enumeration<?> pnen = ((Properties) properties)
                                  .propertyNames();
                        String propKey;
                        String propValue;
                        while (pnen.hasMoreElements()) {
                             propKey = (String) pnen.nextElement();
                             propValue = (String) properties.get(propKey);
                             pref.put(propKey, propValue);
                        pref.exportSubtree(output);
                   } else {
                        throw new Exception();
                   String message = "Write operation completed successfully.";
                   LOGGER_INSTANCE.info(message);
              } catch (Exception e) {
                   throw new ConfigurationServiceCommonException(
                             ConfigurationServiceExceptionConstants.FILE_NOT_FOUND, e
                                       .getCause());
              } finally {
                   try {
                        if (null != lock && lock.isValid()) {
                             lock.release();
                        if (null != output) {
                             output.close();
                   } catch (IOException e) {
              return;
    Please help me in resolving this issue.
    Java Rules :)
    Thanks
    Sameer

    SAMEERRITU wrote:
    ..I have to create a file which contains all the properties of my application using Preferences class.
    The properties file should look like:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE preferences SYSTEM "http://java.sun.com/dtd/preferences.dtd">
    <preferences EXTERNAL_XML_VERSION="1.0">
      <root type="user">
        <map/>
        <node name="Service1">
          <map>
            <entry key="ssw" value="ggggg"/>
            <entry key="vfr" value="hhhhhhhh"/>
            <entry key="cfe" value="lkjhgg"/>
            <entry key="sdx" value="uytreww"/>
            <entry key="dsc" value="qqqqqqq"/>
          </map>
        </node>
        <node name="Service2">
          <map>
            <entry key="34" value="acd"/>
            <entry key="ert" value="sss"/>
            <entry key="frd" value="wed"/>
            <entry key="dvf" value="cf"/>
            <entry key="cfg" value="gvss"/>
          </map>
        </node>
      </root>
    </preferences>
    Thats means what I am trying to do is create a separate node for each of the services in my application.
    But when I try to add 2nd node after adding the 1st node the, the 1st node is overwritten and the properties file has only 2nd node information in it.
    Please see the snapshot of the code being used by me.
    public void setConfiguration(final Dictionary properties,
                   final String service)  {
              Preferences pref = Preferences.userRoot().node(service);
              FileOutputStream output = null;
              FileLock lock = null;
              try {
                   output = new FileOutputStream(FILE_NAME);
                   lock = output.getChannel().lock();
                   Preferences.userRoot().flush();
                   if (null != lock) {
                        final Enumeration<?> pnen = ((Properties) properties)
                                  .propertyNames();
                        String propKey;
                        String propValue;
                        while (pnen.hasMoreElements()) {
                             propKey = (String) pnen.nextElement();
                             propValue = (String) properties.get(propKey);
                             pref.put(propKey, propValue);
                        pref.exportSubtree(output);
                   } else {
                        throw new Exception();
                   String message = "Write operation completed successfully.";
                   LOGGER_INSTANCE.info(message);
              } catch (Exception e) {
                   throw new ConfigurationServiceCommonException(
                             ConfigurationServiceExceptionConstants.FILE_NOT_FOUND, e
                                       .getCause());
              }  finally {
                   try {
                        if (null != lock && lock.isValid()) {
                             lock.release();
                        if (null != output) {
                             output.close();
                   } catch (IOException e) {
              return;
    Please help me in resolving this issue.When posting code, code snippets, HTML/XML or input/output, please use the code tags. The code tags help retain the indentation and formatting of the sample. To use the code tags, select the code and click the CODE button.
    Some other points, now I can actually view the source without it making me go cross-eyed.
                   } catch (IOException e) {
                   }Never [swallow exceptions|http://pscode.org/javafaq.html#stacktrace] *(<- link),* especially in broken code!
    Note that for better help, sooner, post an SSCCE *(<- link),* rather than uncompilable code snippets.

  • NO Display on BOOT ? HELP NEEDED IMMEDIATELY

    Im having a problem on boot as nothing seems to appear once i turn on the system !
    I was previously running a 3.0 P4 HT on the same board i.e 875P Neo FIS2R and now i got a new board  so i deciced to make a new spare machine so i used the 875P board on the specs below :-
    P4 1.8
    seagate 40 GB HDD
    Ti4200 GPU
    Kingston 512 333Mhz Ram
    CD rom
    The problem now is that nothing appears as i power up the system !
    The processor fan is running, the D Bracket shows all 4 green lights, the GPU fan is running ! NB fan is running ! all system fans r running but no display ! :S
    I tried another GPU and still nothing happened!! I tried another set of RAMS ! Still nothing.
    Could some1 pls tell me what the problem might be cause i tried the CMOS jumper issue but still nothing happeneed !
    My PSU rails are mentioned in the SIG as im using the same casing !!! but that shouldnt be an issue cause my previous system was consuming more power as it was running smoothlyy!
    I would appreciate if some1 could tell me ASAP what i can do to fix this problem!

    the SAME thing happened to an ASUS mobo i had, i rma'd it once and the 2nd board did the same thing, i tried all sorts of ram, 4 different video cards, and all sorts of configurations.
    ive never fixed it and that asus P4T board sits in a box until i can find time to mess with it.
    hhmm what does the D-bracket show ?
    also did you move the J1 jumper over and turn the system on, it says not to but ive found the bios is only cleared when the system is powered on, but you may want to simply move the jumper over,, let it sit for 10 sec, then move the jumper back,  if nothing happens, move the jumper to reset,, turn on the system and see what happens.
    if THAT dont work,
    can you put your old system all back together and make it work ?
    no video,, no post/bios beeps.  nothing at all.
    make VERY sure the cpu is in all the way. make VERY sure the back of the mobo is not touching the backside of the case as this will short out the mobo and generally make it go poof.
    unplug all devices and only have video card and ram and cpu in.
    no mouse no keyboard.
    if you get video, add the mouse,, then the keyboard, 1 device at a time until you get the system to stop booting, you will then know whats causing the problem.
    alternately you can pull out the video card and you SHOULD get bios beeps, or the D-Bracket should show that there is no video card.
    if nothing happens , no beeps no dbracket when you pull out the video card then the system is crashing prior to video start, which puts you back to cpu, ram, or a power issue. or a blown motherboard.
    its also possible that when you did the switch you may have electrostaticlly zapped the mobo, and that my friend is going to require you to RMA the mobo.

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • I need to call some privileged APIs and need some help on this.

    First the Basics:
    This program auto-launches each time a user logs in. It is an authentication type of program. Only users with this app running will be allowed to use a secure network.
    I need to be able to read and write from the route / arp tables, and possibly be able to 'reset' a network adapter. These are the privileged APIs I need to call. I have only found "UNIX" APIs to do this, no apple APIs although I am sure they would have the same restrictions.
    Anyway, what I don't want is that elevate privileges prompt each time a user logs in. I am sure this would become very annoying.
    Possible solutions (I have no idea how to do these):
    1. The installer sets it up to run with admin / privileged access when it starts. I only know how to get a program to start with user privileges (the one that logged in).
    2. The installer flags / registers something that this app can make those API calls. IE: The App is trusted.
    3. The program is split in to two parts and uses Interprocess communication to talk to the privileged part. This still leaves problem #1, how do you get an app to launch as privileged.
    Any other ideas and suggestions would be welcomed.

    What you normally do in this case is write a kernel extension that does all the work and then have a user interface that the user runs. What you are describing sounds very much like a VPN. This is exactly how the Cisco VPN software works, for example.

  • Help needed on CD740 ???

    Help needed on CD740 ? My CD740 is GREAT , well , it was great !!? The sound and general performance are wonderful , but , it now has a fault !!? Shock Horror !!
    What can it be ?!!? Well , the display illumination has failed , as in , there isn't any !!? Have to use a torch to read it !!? Not good. Now , here's the thing , I want a phone number (UK zone) ?to talk to an actual human and I cannot find one !!? That is soooooo annoying !!? The unit is out of warranty so I want to repair this myself , no worries , I once worked for Philips in their pro studio equipment repair workshop so I know my way around black boxes !! I would like a service manual though so that I can get the case apart without damage. So , can anyone help me with a phone number , pretty please ?!!
    Thanx.

    I tried compling servlet, but it is raising error
    that coul not find package javax.servletWhat I did not mention... you need to add those JARs in the Classpath explicitly. You will find them in %TOMCAT_HOME%\common\lib. You atleast need to add servlet-api.jar to your Classpath. :)

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • Urgent help needed on deployment facts

    Hi
    I had completed a Java Web based application using JApplet, which in turn uses Java Media Framework and Java Communications APIs. So when i deploy this application and let the clients use this application. I need to dump some jar files and properties files into the clients JRE so that all the APIs will work properly. Without any installations. I tried doing this manually by copying these files into client machines So is there a direct method for performing the task. Or i need to add some additional code to my applet so as to find the clients current JRE version and place the required files under using FTP? Can i write a setup routine or something which does all these operations once the client access the applet?
    Help needed in the above issues
    Thanks in advance
    Swaraj

    What you will want to do is look into JNLP and Java WebStart. They allow you to write a setup for your product that makes installation as easy as InstallShield&trade; does for the Windows&trade; platform (ie: it allows customers who cannot tell Java from Perl to install your product).

  • Help needed on Servlets and JSTL

    Hi
    I am using tomcat 5.5 and JDK 1.5. What are the softwares I have to download for compiling servlets and creating JSTL ?. Help needed.
    Thanks
    IndyaRaja

    I tried compling servlet, but it is raising error
    that coul not find package javax.servletWhat I did not mention... you need to add those JARs in the Classpath explicitly. You will find them in %TOMCAT_HOME%\common\lib. You atleast need to add servlet-api.jar to your Classpath. :)

  • Help Needed - My BB 8520 Curve has this message-CRTranRec::GetLinkedRecordID:Invalid linked record id while sychronisation using the desktop software

    Hi!
    Need some help with the same:
    Help Needed - My BB 8520 Curve has this message-CRTranRec::GetLinkedRecordID:Invalid linked record id while sychronisation using the desktop software

    Hi sameer197301 and welcome to the BlackBerry Support Community Forums!
    To clarify, are you seeing this message displayed on your BlackBerry® smartphone or on your computer?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Can we get Adobe InDesign CS6 and use CS5?

    Hi There, We currently have 4 license of InDesign CS5 that comes with Adobe Creative Suite CS5. Also an Adobe Product Premium CS5.5. We now need to get an extra license for InDesign CS5 for the Adobe Product Premium CS5.5 machine. I noticed Adobe now

  • Business document execution request interface

    Hi experts,                   business document execution request interface is a predeined interface in XI. Can anybody explain how can we make use of it or in which scenarios we can use it. Reyaz Hussain.G

  • [svn] 4051: copy the TextLayout swcs to temp directory before the RSLs get built.

    Revision: 4051 Author: [email protected] Date: 2008-11-07 08:57:45 -0800 (Fri, 07 Nov 2008) Log Message: copy the TextLayout swcs to temp directory before the RSLs get built. The RSL process will use the swcs from temp as opposed to the libs director

  • Audio / Video Connection Setup

    hello all. I'm not sure if i'm in the right forum or if i should post in Logic, but I'm going to be working with iMovie most of the time. Here's what I want to do: record a live band performance with my camcorder (audio and video), and also record th

  • Inline scripting and turning off the default chrome flex 4 (flashbuilder 4.5)

    With the release of Flashbuilder 4.5 -flex 4 got some changes to the way coding was done. My questions are: Inline scripting - How is this done? for example: If this condition is met show button x as enabeled - else  - disabled. Default chrome - sett