Plz help i m new in Application express

HI anyone,
i have confusion what is mean of
1.)<Location /pls/apex>
2.)and where should i put apex folder
3.)now i have kept it in my F drive and i run all apex confrigration .sql files from here
<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlDatabaseConnectString narendra:1521:sipl
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword siplapex
Allow from all
</Location>

HI,
thanks
i have installed oracle 10g realese(10.1.0)
and oracle http server from campanion cd ..
after this i installed Application Express Release 3.0
but i m getting error in Last this
..create null.sql
timing for: Grants
Elapsed: 00:00:00.02
VI. I N S T A L L F L O W S
define "^" (hex 5e)
...design time flows
APPLICATION 4411 - APEX - System Messages
Set Credentials...
begin
ERROR at line 1:
ORA-04063: package body "FLOWS_030000.WWV_FLOW_API" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 4
Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options
F:\apex>
after this i try to access apex than this give error
The requested URL /pls/apex/apex was not found on this server.
entry in dads file..
<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlDatabaseConnectString narendra:1521:sipl ServiceNameFormat
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword sipl123
Allow from all
</Location>
now what should i do

Similar Messages

  • New to Application Express

    Hi All,
    I am new to to application express. I am a DBA and i need to develop few small application to store and report data to my management using Application express.
    Not sure from where to start. Need your guidance .
    Thanks,
    http://gssdba.wordpress.com

    gottikere wrote:
    I am new to to application express. I am a DBA and i need to develop few small application to store and report data to my management using Application express.
    Not sure from where to start. Need your guidance
    Start with the Oracle® Database 2 Day + Application Express Developer's Guide tutorial in order to understand basic APEX techniques and terminology. Creating a Form on a Table with Report is the best way to get basic data retrieval and maintenance up and running.
    Further APEX tutorials are available in the Oracle Learning Library.
    Installing the database sample app and other demo apps and reviewing the techniques they use will also be instructive.
    When you post to this forum you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    Full APEX version
    Full DB/version/edition/host OS
    Web server architecture (EPG, OHS or APEX listener/host OS)Browser(s) and version(s) used
    Theme
    Template(s)
    Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.

  • I have instoled new window on my computer and dowen load new itune when i soncranized my iphone whith itune loost applecation plz help my to get my application back

    i have formate my comouter and instoled new window window 7 and i down load itune during soncranized my iphne whith itune lost all my aplaction and i dont  know how to get my appliction back.

    https://discussions.apple.com/docs/DOC-3141 (All credit goes to wjosten)

  • New to Application Express - Drill down report question

    Good evening group. I'm new to this Application and DB but can't find quite the correct answer.
    QUESTION 1 - I have found and successfully used the "Drill down report example". However, I am only able to do it from a brand new application. That doesn't seem quite right though.
    QUESTION 2 - I dropped a column while cleaning/correcting my data but I can't seem to get rid of it from a couple of simple HTML reports. I can't find out how to remove the column (granted I am looking for the gui tool). I would use the "query source" under the "report attributes" tab but the lower section (I believe they are the joins) have me perplexed.
    Any thoughts, help would be greatly appreciated.
    -Dave

    Hi Dave,
    >> QUESTION 1 - I have found and successfully used the "Drill down report example". However, I am only able to do it from a brand new application. That doesn't seem quite right though.
    I'm not being a smart alec, but I don't see the question in this.
    >> QUESTION 2 - I dropped a column while cleaning/correcting my data but I can't seem to get rid of it from a couple of simple HTML reports. I can't find out how to remove the column (granted I am looking for the gui tool). I would use the "query source" under the "report attributes" tab but the lower section (I believe they are the joins) have me perplexed.
    For now, don't worry about the WHERE clause of the SQL query unless the column you dropped is in the WHERE clause as well. Beginning with SELECT and up until FROM in the query statement, if you see your column, remove it from there.
    If you post your query and the column to be removed, we can help further.
    Joel

  • From tiger to leopard.. plz help me.. new imac tomorrow

    so for 3 years i always used my ibook with tiger.. tomorrow my new imac will be delivered... i need any help u can give or links to previous topics regarding how to transfer everything such as settings.. emails... music.. calendar..everything..especially now that i there will be two operating systems (different) involved. thanks

    Migration Assis. *****.
    I've seen alot of issues when people use it. Back up all you'r info (http://docs.info.apple.com/article.html?artnum=301239) you can also try (http://docs.info.apple.com/article.html?artnum=58583) Firewire, But that doesn't save any preferences, Try the Migration Assis. But a backup is always best just in case.

  • Plz help me out new to jsp

    package abc;
    class UserDetails
    // i have used this class basically for declaration of variables.
    public class BulkSmsFunctions
    BulkSmsFunctions()
    {// constructor}
    // in this class i have 5-6 functions      
    public static void amin(String args[])
    // i have left my psvm as empty.
    }BulkSmsFunctions uses objects of UserDetails to assign various variables.
    now i have a jsp page which has to create an object of BulkSmsFunctions and call the various functions.
    i have the following code for the jsp page:
    <%@ page import = "java.util.*"%>
    <%@ page import = "java.lang.*"%>
    <%@ page import = "java.io.*"%>
    <%@ page import = "abc.*"%>//importing the package
    <html>
    <body>
    <%
    String PROVISIONING_LOG_PATH="C:\\bulksmsfolder";
    String USERS_ACTIVE_DETAILS_FILE="CountDetails";
    String USERS_PACKAGE_SUBSCRIPTION_LOGS_FILE="ServiceLog";
    String SERVICE_SUBSCRIPTION_PACKAGES_MASTER_FILE="PacksMasterFile";
    BulkSmsFunctions objBulkSms= new BulkSmsFunctions();
    try
    boolean SmsCountFlag = objBulkSms.processSmsCountDetails(PROVISIONING_MODULE_LOG_PATH,USERS_ACTIVE_SMSCOUNT_DETAILS_FILE);
    if(SmsCountFlag == false)
            out.println(" No file contents");
         catch (Exception e)
         out.println(" Exception in main     :" + e.toString());
    %>
    </body>
    </html>i am getting the following error.
    An error occurred at line: 7 in the jsp file: /jsp/natasha/hello.jsp
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\jakarta-tomcat-4.1.31\work\Standalone\localhost\examples\jsp\natasha\hello_jsp.java:56: tcs.BulkSmsFunctions is not public in tcs; cannot be accessed from outside package
         BulkSmsFunctions objBulkSms= new BulkSmsFunctions();
    ^
    An error occurred at line: 7 in the jsp file: /jsp/natasha/hello.jsp
    Generated servlet error:
    C:\jakarta-tomcat-4.1.31\work\Standalone\localhost\examples\jsp\natasha\hello_jsp.java:56: tcs.BulkSmsFunctions is not public in tcs; cannot be accessed from outside package
         BulkSmsFunctions objBulkSms= new BulkSmsFunctions();
    ^
    An error occurred at line: 7 in the jsp file: /jsp/natasha/hello.jsp
    Generated servlet error:
    C:\jakarta-tomcat-4.1.31\work\Standalone\localhost\examples\jsp\natasha\hello_jsp.java:56: BulkSmsFunctions() is not public in tcs.BulkSmsFunctions; cannot be accessed from outside package
         BulkSmsFunctions objBulkSms= new BulkSmsFunctions();
    ^
    An error occurred at line: 7 in the jsp file: /jsp/natasha/hello.jsp
    Generated servlet error:
    C:\jakarta-tomcat-4.1.31\work\Standalone\localhost\examples\jsp\natasha\hello_jsp.java:60: processSmsCountDetails(java.lang.String,java.lang.String) is not public in tcs.BulkSmsFunctions; cannot be accessed from outside package
              boolean SmsCountFlag = objBulkSms.processSmsCountDetails(PROVISIONING_MODULE_LOG_PATH,USERS_ACTIVE_SMSCOUNT_DETAILS_FILE);
    ^
    4 errors

    try
    modify constructor of BulkSmsFunctions to public as in
    public BulkSmsFunctions() { etc etc                                                                                                                                                                                           

  • HELP - with the new Photos application on Mac

    I was working on getting the photos ready and now I have a lot of pics to the new Photos and now have many duplicates, how can I remove them without having to purchase additional software ? Thanks I also need to get this right ASAP

    ok Thank you but one other question have you updated your iPhoto to the New Photos? if you did then in settings how do you have yours so a copy of a picture deleted but you don't want it to come back because iI have deleted a lot of pictures and now they are back what the heck is up with that? and Here is what I mean by settings this first pic is the General settings
    this second picture is iCloud in settings
    so how do I make it so if I already have the picture deleted it doesn't come back in for duplicates or whatever happened! thanks Also I forgot to tell you I did not migrate the pictures from iPhoto to Photos was I suppose to do that?

  • N73 PLZ HELP ME ABOUT NEW fw 4.050.31.2.1

    I WANT TO DOWNLOAD THE NEW FW 4.0750.31.2.1 BUT I DONT KNOW WHAT CODE FOR MY PHONE
    ATTENTION>>>>> MY PHONE (N73 NORMAL) BUT I WAS DOWNLOAD IN CARE NOKIA (SOFTWARE MUSIC EDITION)
    IS IT MUST ME ENTER CODE MUSIC EDITION OR CODE MY PHONE UNDER MY BATTERY SHOW

    since your phone was normal and you updated to music edition so in future if you do a update it will resume back to normal.enter the code behind the battery.kindly check the software version in phone and available on NSU.
    Message Edited by navigator on 28-Jan-2008 06:57 AM
    tongue is too confused on what to speak

  • Plz help using ms access as database,i want to create a login page in java

    hye frnz... plz help me m new to java
    m using ms access as database and try to create a login page where user type username and pw
    i had enter valid user entries in database i checked connectivity is working i want as user login the main window must open after checking username and pw field to database but
    now there is an error class not found exception sun:jdbc...... error
    plz help me i had stuck frm 4 days */
    import java.sql.DriverManager;
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Login extends JFrame
    //Component Declarations
    JLabel jlb1,jlb2;
         JTextField jtf1;
         JPasswordField jpf1;
         JButton jb1,jb2;
         //Constructor
         Login()
         //frame settings
              setTitle("Login Dialog");
              setLayout(new GridBagLayout());
              GridBagConstraints gbc = new GridBagConstraints();
              setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
              Dimension d= Toolkit.getDefaultToolkit().getScreenSize();
              setBounds(d.width/2-175,d.height/2-100,350,200);
              gbc.insets=new Insets(7,7,7,7);
         //adding components
              jlb1=new JLabel("User ID");
              gbc.gridx=0;
              gbc.gridy=0;
              add(jlb1,gbc);
              jlb2=new JLabel("Password");
              gbc.gridx=0;
              gbc.gridy=1;
              add(jlb2,gbc);
              jtf1=new JTextField(10);
              gbc.gridx=1;
              gbc.gridy=0;
              add(jtf1,gbc);
              jpf1=new JPasswordField(10);
              gbc.gridx=1;
              gbc.gridy=1;
              add(jpf1,gbc);
              jb1=new JButton("Login");
              gbc.gridx=0;
              gbc.gridy=2;
              add(jb1,gbc);
              jb1.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent ae)
                   Connection conn=null;
                        Statement stmt=null;
                        boolean found=false;
                   try
                             Class.forName("sun.jdbc.driver.JdbcOdbcDriver");
                             String dataSourceName = "Inventory";
                             String dbURL = "jdbc:odbc:" + dataSourceName;
                             conn=DriverManager.getConnection(dbURL, "","");
                             stmt=conn.createStatement();
                             ResultSet rst=stmt.executeQuery("Select * from User");
                             System.out.println(jtf1.getText()+"/t"+jpf1.getPassword());
                             while(rst.next())
                                  System.out.println( rst.getString(1) +"/t"+ rst.getString(2));
              if(jtf1.getText().equals(rst.getString(1).trim()) && new String(jpf1.getPassword()).equals(rst.getString(2).trim()))
                                       found=true;
                                       rst.close();
                                       dispose();
                                       MainWindow mw= new MainWindow();     /*created min window object created to be opend after login but not working*/     
                                       break;
                             rst.close();
                             stmt.close();
                             conn.close();                    
                        catch(ClassNotFoundException e){System.out.print(e);}
                        catch(Exception e){System.out.print(e);}
                        if(found==false) /*this portion is executing and dialog box appears invalid name and pw with class not found exception sun:jdbc.......on console */
                             JOptionPane.showMessageDialog(null,"Invalid username or password",
                                  "Error Message",JOptionPane.ERROR_MESSAGE);
              jb2=new JButton("Clear");
              gbc.gridx=1;
              gbc.gridy=2;
              add(jb2,gbc);
              jb2.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent ae)
                        jtf1.setText("");
                        jpf1.setText("");
                        jtf1.requestFocus();
              setSize(350,200);
              setVisible(true);
              jtf1.requestFocus();
         public static void main(String args[])
    Login l=new Login();
    Edited by: 795772 on Sep 19, 2010 4:44 AM

    795772 wrote:
    hye frnz... plz help me m new to java
    m using ms access as database and try to create a login page where user type username and pw
    i had enter valid user entries in database i checked connectivity is working i want as user login the main window must open after checking username and pw field to database but
    now there is an error class not found exception sun:jdbc...... error
    plz help me i had stuck frm 4 days */
    <snip>The subject of this forum is Oracle databases. How does your problem relate to that subject?
    Two bits of advice:
    1) Make sure you ask questions in a forum related to your problem.
    2) If you want to be taken seriously as a professional, drop the MS IM Speak and use the language of the forum. In this forum it is English, which is successfully used by many people for whom English is far from their native language.

  • Application Express Tutorials

    Hi ,
    I am new to Application Express and trying to learn it . Can you please guide me what are all i need to know to learn it and good materials and also what other skills need to know to develop apps using this.
    Thanks
    Raghav

    You can read the oracle documents for APEX4.2, use the below link
    Oracle Application Express - Documentation&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;Oracle Application…
    2 Day + Developer's Guide
    Application Builder User's Guide
    SQL Workshop Guide
    API Reference
    These are very useful documents for developers. Also there are so much books available for oracle APEX.
    Thanks
    Lakshmi

  • Application Express password expiration

    I am new to application express and doing some testing and I noticed that my developer/administrator account keeps on expireing. So you if navagate to the account control: account availiablility is unlocked, but the developer/administrator password is expired.
    Not sure why this keeps on happening? I have logged into everywhere I can think of, read about, everything says either disabled or No, such as the user account expiration and locking, account locking, etc....
    This is happening with several other accounts I have created as well...
    any insight. Thanks

    Took me a bit to track it down.
    Log in to the APEX Admin site.
    Go to Manage Service
    Go to Security
    Scroll down until you see Account Login Control. Here you can set the password retention (in days), retries before account lockout, and whether or not to require a retention policy.

  • Is it possible to execute a stored procedure from application express?

    I have created a pl/sql application now I would like to give it a front end, I am new to application express.
    My application depends on running a couple of pl/sql procedures that modify data.
    What I need is my user to be able to execute the procedures from the application in a browser, is it possible to run a pl/sql procedure from an application express application in a browser?
    how would I go about doing this?
    thank you very much.
    Ramiro

    You sure can.
    If you want to run a PL/SQL procedure/package/function from the URL, create a specific DAD entry just for that (Oracle) user, and give that user EXECUTE permissions on the procedure. Then just use the new DAD with the procedure name, like http://myserver.somewhere.com/MyNewDAD/Schema_Owner.MyPackage.MyProcedure?InParameter=MyParameter)
    Of course, the above line will need heavy modification on your end, but I do this in my app, but I actaully pass it through a javascript attached to a button which then opens it in a new window.
    If instead, all you want to do is execute a procedure with ApEx as part of a validation or process or something, select the PL/SQL 'Region' (or process, whatever it is you want to do), and then write it as an anonymous block:
    begin
    MyProcedure;
    end;
    Bill Ferguson

  • Hi when i open my application folder, all the application is shown in trash folder. when i click the application it says this app is in trash first move it out. and when i try to open through finder go it says this file doesn't exist. can some1 plz help?

    hi when i open my application folder, all the application is shown in trash folder. when i click the application it says this app is in trash first move it out. and when i try to open through finder> go it says this file doesn't exist. can some1 plz help? how can i put all my application through application folder?

    Something really odd is going on. In your first screen shot, I noticed that the Applications folder does not have the proper icon displayed in the side bar. Also, in the title bar it lists it as Applications 08-59-29-909.
    Not sure where it's picking up that odd name, unless it's because it's still truly within the Trash folder.
    Try this. In the Finder > Preferences > General > turn on "Always open folders in a new window". (I have a feeling you have the default setting with this off).
    Now, in Finder > Go > move down and open the Applications Folder from there. Now open the folder where you see all your applications that you show in your screen shot, select all, and move them to this true appliactions folder.
    This is what you should properly seeing (but with different apps listed):
    See how the Applications folder has the icon of the letter A shaped with a pencil, ruler & pen.

  • JSP Send Mail Application, plz help

    Hi,
    I have written a jsp send mail application, but it is giving error that NoSuchProviderException. What to do? Plz help. I m sending the code as below:
    <%@ page import="java.util.*, javax.mail.*,javax.mail.internet.*" %>
    <html>
    <head>
    <title>E-Mail Us</title>
    </head>
    <body bgcolor="white" text="#003399" >
    <%
    if(request.getMethod().equals("POST") )
    boolean status = true;
    String mailServer ="SMTP_HOST";
    String fnm = request.getParameter("fnm");
    String lnm = request.getParameter("lnm");
    String facility = request.getParameter("facility");
    String subject = request.getParameter("select");
    String fromEmail = "[email protected]";
    String toEmail = "[email protected]";
    String bccEmail = "[email protected]";
    String contact =request.getParameter("select2");
    String way =request.getParameter("way");
    String messageEnter = request.getParameter("message");
    try
    Properties props = new Properties();
         props.put("mail.smtp.host", mailServer);
    props.put("mail.smtp.auth", "true");
    Session s = Session.getInstance(props,null);
    MimeMessage message = new MimeMessage(s);
    InternetAddress from = new InternetAddress(fromEmail);
    message.setFrom(from);
    InternetAddress to = new InternetAddress(toEmail);
         InternetAddress bcc = new InternetAddress(bccEmail);
         message.addRecipient(Message.RecipientType.TO, to);
    message.addRecipient(Message.RecipientType.BCC, bcc);
    message.setSubject(subject);
         message.setSentDate(new Date());
    message.setText(messageEnter);
         message.setText(way);
         message.setText(contact);
         message.setText(facility);
         message.setText(fnm);
         message.setText(lnm);
         Transport transport = s.getTransport(mailServer);
    transport.connect(mailServer, "USER", "PASSWORD");
    transport.sendMessage(message, message.getAllRecipients());
    transport.close();
    catch(NullPointerException n)
    System.out.println(n.getMessage() );
         out.println(n.getMessage());
    out.println("<br><br><br><br><center><b>"+"ERROR!!!"+"</b></center>");//you need to enter a message"+"</b></center>");
         out.println("<br><br><center><b>"+"You need to Enter a message"+"</b></center>");
    status = false;
    catch (Exception e)
    System.out.println(e.getMessage() );
         out.println("<br><br><br><br><center><b>"+"ERROR!!!"+"</b></center>");
    out.println("<br><br><center><b>"+"Your Message to " + toEmail +" and "+ bccEmail+ " failed, reason is: " + e);
    status = false;
    if (status == true)
    out.println("<br><br><center><b>"+"Your message to " + toEmail +" and "+ bccEmail+ " was sent successfully!"+"</b></center>");
    else
    %>
    <center>
    <h1>Contact Us</h1>
    <form method="post" name="mail" action="mail.jsp">
    <table border="0">
    <tr>
    <td><b>First Name :</b></td>
    <td><input type="text" name="fnm" size=24></td>
    </tr>
    <tr>
    <td><b>Last Name :</b></td>
    <td><input type="text" name="lnm" size=24></td>
    </tr>
    <tr>
    <td><b>Facility :</b></td>
    <td><input type="text" name="facility" size=24></td>
    </tr>
    <tr>
    <td><b>Subject :</b></td>
    <td> <select name="select">
              <option>-------------------------------</option>
    <option>Missing File</option>
    <option>Correction Issue</option>
    <option>Refer Us</option>
    <option>Miscellaneous</option>
    </select></td>
    </tr>
    <p>
    <tr>
    <td><b>Comments :</b></td>
    <td><textarea name="message" rows = "10" cols="50"></textarea></td>
    </tr>
    <tr>
    <td><b>Best way to contact :</b></td>
    <td>
    <select name="select2">
              <option>--------------</option>
              <option>Phone</option>
    <option>Email</option>
    <option>Fax</option>
    </select>
    <input type="text" name="way" size=24></td>
    </tr>
    </table>
    <p>
    <font face="Helvetica"><input type="submit"
    value="Submit" name="Command">
    </font>
    </form></center>
    <%
    %>
    </body>
    </html>

    Ur messaging server will not be up..
    regards
    shanu

  • Not getting the chat  application?Plz Help

    Hai,
    Plz help me to solve this...This is my code:
    Correct me
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                import mx.messaging.channels.NetConnectionChannel;
                private const sAddress:String = "rtmfp://stratus.adobe.com";
                private const dKey:String = "Developer Key" ;
                private var nc:NetConnection;
                private var myPeerID:string;
                private var farPeerID:String;
                private var sendStream:NetStream;
                private var recvStream:NetStream;
                private function initConnection():void
                    if(t1.text)
                        farpeerID = t1.text;
                    nc = new NetConnection;
                    nc.addEventListener(NetstatusEvent.NET_STATUS,ncStatus);
                    nc.connect(sAddress+dKey);
                private function ncStatus(event:NetStatusEvent):void
                    trace(event.info.code);
                    myPeerID = nc.nearID;
                    t1.text = myPeerID;
                private function initSendstream():void
                    trace("initSendstream");
                    sendStream = new Netstream(nc,NetStream.DIRECT_CONNECTIONS);
                    sendStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                    sendstream.publish("media");
                    var sendStreamClient:Object = new Object();
                    sendstreamClient.onPeerConnect = function(callerns:Netstream):Boolean
                        farPeerID = callerns.farID;
                        trace("onPeerConnect "+farPeerID);
                        return true;
                    sendStream.client = sendstreamClient;
                private function initReceiveStream():void
                    recvStream = new NetStream(nc,farPeerID);
                    recvstream.addEventListener(NetStatus.NET_STATUS,netStatusHandler);
                    recvstream.play("media");
                    recvStream.client = this;
                public function receiveSomeData(str:string):void
                    t3.text = str;
                private function sendSomeData():void
                    sendStream.send("receiveSomeData",t2.text);
                private function netStatusHandler(event:NetStatus):void
                    trace(event.info.code);
            ]]>
        </mx:Script>
        <mx:TextInput x="22" y="10" width="235" id="t1"/>
        <mx:Button x="265" y="10" label="Connect" click="initConnection"/>
        <mx:TextInput x="22" y="40" id="t2"/>
        <mx:Button x="190" y="40" label="send Data" click="sendSomeData()"/>
        <mx:TextInput x="22" y="70" id="t3" width="252"/>
        <mx:Button x="22" y="100" label="initSendStream" click="initSendstream()"/>
        <mx:Button x="174" y="100" label="initReceiveStream" click="initReceivestream();"/>
    </mx:Application>
    ERRORS:
    1046: Type was not found or was not a compile-time constant: NetStatus.    p2p/src    p2p.mxml    line 63    1266493948995    203
    1046: Type was not found or was not a compile-time constant: Netstream.    p2p/src    p2p.mxml    line 40    1266493948980    201
    1046: Type was not found or was not a compile-time constant: string.    p2p/src    p2p.mxml    line 55    1266493948980    202

    ActionScript is case-sensitive and spelling-sensitive.  line 40, it's "NetStream" not "Netstream".  line 55, it's "String" not "string".  line 63, it's "NetStatusEvent" not "NetStatus".  and as i believe i pointed out in a different thread, there must be a slash between "rtmfp://stratus.adobe.com" and your developer key.

Maybe you are looking for

  • Open goods receipt and Services

    Dear All, We can see the Open Goods Receipts thru WE101 selection parameter means in a PO,15 qty is there. for 10 qty,GR made and for remaining 5 qty,GR to be done which gets reflected in the report. For service, whether we have to go with value only

  • Using two beans in a jsp

    what's the syntax for declaring two different beans in a JSP ? can we have two <jsp:useBean...> tags ?? <jsp:useBean id="view" type="org.ab.GenericView" scope="request"></jsp:useBean>

  • I need to make VR files in PhotoStitch - free download available?

    I want to download minimum that will get me the VR file creating capabilities w/out iTunes, etc.

  • Tooltip text/mouseover

    I have a table which returns one column - tooltip text for any given primary key. The user would like to have a .png image of a question mark and when the user "mouses over"/"hovers" over the "?", the tooltip text would appear, but they don't want th

  • Slightly OT: Audio File Engineering Sample Manager

    Hi All, This is slightly OT, I've been looking for a better SRC converter, and did some research and found http://www.audiofile-engineering.com/sample_manager.php Sample Manager. It uses iZotope 64-bit SRC http://www.izotope.com/tech/src/ for sample