Real simple question, please!

I want to record podcasts on my G5 (with or without the built in mike) but want to use theme music which I own (purchased, commissioned) as an intro and then again at the end when I'm done.
Is there an idiot proof software that lets me do this with no learning curve to speak of? I saw the tutorial on Garage Band and it seemed easy if you use the built in music loops, but what about mp3 files I own that are currently on itunes?
Can anyone tell me the best way to make these kinds of simple podcasts?
Thanks so much!
dr. Jonny

The text will be in the template file somewhere.
I assume you are searching the elements on the stage, try
searching the elements in the library. Double check the
actionscript as well just in case the text is dynamically produced
through that. Rest assured, the text will be there somewhere.
Good luck.

Similar Messages

  • A simple question please help.

    Hi
    I have 2 textfields and a button. I want to input a number( diameter) in the first textfield  ( inputField) and by clicking on the button (myButton), I want to get the result (circonference) in the second textfield ( inputField1). diameter*3.14. I know it is a simple question, but it comes from a very simple mind. So have mercy on me.
    import flash.display.Sprite;
    import flash.text.TextField;
    import flash.text.TextFieldAutoSize;
    import flash.text.TextFormat;
    import flash.text.TextFormatAlign;
    import flash.events.MouseEvent;
    var inputField:TextField = new TextField();
    var myFormat:TextFormat = new TextFormat();
    myFormat.size = 44;
    inputField.defaultTextFormat = myFormat;
    inputField.restrict = "0-9";
    inputField.maxChars = 6;
    inputField.multiline = false;
    inputField.textColor = 0x000000;
    inputField.border = true;
    inputField.width = 150;
    inputField.height = 50;
    inputField.x = 75;
    inputField.y = 50;
    inputField.borderColor = 0xFF0000;
    inputField.type = "input";
    addChild(inputField);
    var inputField1:TextField = new TextField();
    var myFormat1:TextFormat = new TextFormat();
    myFormat1.size = 44;
    inputField1.defaultTextFormat = myFormat;
    inputField1.maxChars = 1;
    inputField1.multiline = false;
    inputField1.textColor = 0x000000;
    inputField1.border = true;
    inputField1.width = 150;
    inputField1.height = 50;
    inputField1.x = 275;
    inputField1.y = 50;
    inputField1.borderColor = 0xFF0000;
    addChild(inputField1);
    myButton.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_2);
    function fl_MouseClickHandler_2(event:MouseEvent):void
       trace("Mouse clicked");

    use:
    import flash.display.Sprite;
    import flash.text.TextField;
    import flash.text.TextFieldAutoSize;
    import flash.text.TextFormat;
    import flash.text.TextFormatAlign;
    import flash.events.MouseEvent;
    var inputField:TextField = new TextField();
    var myFormat:TextFormat = new TextFormat();
    myFormat.size = 44;
    inputField.defaultTextFormat = myFormat;
    inputField.restrict = "0-9";
    inputField.maxChars = 6;
    inputField.multiline = false;
    inputField.textColor = 0x000000;
    inputField.border = true;
    inputField.width = 150;
    inputField.height = 50;
    inputField.x = 75;
    inputField.y = 50;
    inputField.borderColor = 0xFF0000;
    inputField.type = "input";
    addChild(inputField);
    var inputField1:TextField = new TextField();
    var myFormat1:TextFormat = new TextFormat();
    myFormat1.size = 44;
    inputField1.defaultTextFormat = myFormat;
    inputField1.maxChars = 1;
    inputField1.multiline = false;
    inputField1.textColor = 0x000000;
    inputField1.border = true;
    inputField1.width = 150;
    inputField1.height = 50;
    inputField1.x = 275;
    inputField1.y = 50;
    inputField1.borderColor = 0xFF0000;
    addChild(inputField1);
    myButton.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_2);
    function fl_MouseClickHandler_2(event:MouseEvent):void
    inputField1.text=String(Math.PI*Number(inputField.text));

  • Real simple question. Help please

    I am a complete noob in flash. I bought a website that was
    made by an expert and i am attempting to edit the site with the
    propper text for my site. However, i can't find the text. I have
    opened up the .fla file and can only find images and movies. There
    is no text. yet the site has many pages with lots of text. I was
    wondering if something was missing from the template that i
    purchased. When i unpack the file. i see that there is a style.css,
    contact.php contact.asp. i am guessing for the contact forms. a
    small index.html and a flash folder that only contains the .swf
    file. wich i understand is the converted .fla file.
    So how does one go about editing the text?

    The text will be in the template file somewhere.
    I assume you are searching the elements on the stage, try
    searching the elements in the library. Double check the
    actionscript as well just in case the text is dynamically produced
    through that. Rest assured, the text will be there somewhere.
    Good luck.

  • Help with Forte: very simple question, please help!

    I recently downloaded the community version of Forte (Sun One) but can't seem to get any new empty class programs to execute properly. I know something is probably not set up right, which is why I really need a little help to get started. Regardless of the code I try to execute, the output error is always:
    "java.lang.NoClassDefFoundError: (name of program)
    Exception in thread "main" "
    Please let me know what I'm not doing right. I would really appreciate anybody's thoughts on this problem because I would love to get Forte working so I can start learning Java. Thanks for your input!

    I would tell you that Forte is not a tool for the beginner. you should look at something simpler. Forte is a fully integrated development environment. I would look at a simple editor like emacs, available at gnu.org. The commands of this editor are quite difficult to get use to.
    As for setting the class varialbe. It depends on the O/s that you are using. win98/me is different than NT/xp. Need to know one or the other before explaining.
    email me if you have question. email address is in my profile.

  • Simple Question Please URGENT

    Hello All,
    I'm having a little problem in witting an SQL statement.
    I'm sure there is a simple solution for it but its just not clicking with me!.
    Anywayz,
    I'm trying to write a statement that in the FROM clause, there is a formula, and i would like to assign conditions to this formula in the WHERE Clause
    Ex:
    SELECT DateValue(FLD_AS_STRING) FROM Table1 WHERE ???
    I want the statement to convert the FLD_AS_STRING field (which is in string format) to Date format, and in the same time i want to only view fields that it's FLD_AS_STRING is greater than today's date (after it is converted to Date)?
    How can i do that in this statement?
    Thanks in advance,
    Best Regards

    who do you mean "we"?Forum members that are quite fed up with people declaring their matters (more) urgent then other people's questions. I'm also one of them.
    I just wanted to grab people's attention for helpA simple thread with an appropriate subject line that describes the problem in short and a message that includes enough information to develop a solution for said problem would suffice.
    in the same time, it IS urgent, because my work is
    based on the solution for this issue...So what about everybody's else work? Not as important as your task?
    BTW, i dont see how rude that could be, could you plz
    explain!?Just imagine if everyone that wants to grab attention in this forums uses urgent in the subject line. Do you really consider that the way to go?
    C.

  • Real simple question ... need guidance

    I have Creative Suite 5 Design Premium, but haven't used more than DW and ID yet.  I have a product catalog in a PDF and want to create a file (Flash?) that viewers on our website can "flip" though simulating flipping through a catalog. There are serveral 3rd-party apps that convert PDFs to "flippable books," but wanted to know if it can be done this using the CS5 suite? Can it be done, or do I need a 3rd-party app?  If so, can you please tell me which CS5 App and basically how it is done.
    Thanks.

    Bob,
    Thanks ... I went to the ID forum and searched on every way I know to describe flippable book, page, animated book, etc and did not return ANY results.  Is ther e a specific discussion on the ID forum you are thinking of?

  • REAL simple question!

    hi,
    i am using a BufferStrategy to double buffer my applet. Basically here is my applet:
    public class appletContext extends java.applet.Applet {
        public void init() {
            Game game = new Game(this.getSize().width, this.getSize().height);
            add(game);
            game.createStrategy();
            game.requestFocus();
    }the Game class extends Canvas and thats where the magic happens!! My only problem is how can I read images from the Game class?
    or should I just pass it to the Game class from the appletContext class?

    hi, its me again!!
    Ive made an applicationDeployer class to basically add the Game class to it and show a frame!!
    here is the code (btw, this is my first time writing an application, so please excuse me!):
    package Destruction_BufferStrategy;
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class appExecutor extends JFrame {
        private Image offs;
        private Graphics2D g2;
        ImageLoader imageStore;
        Game game;
        public appExecutor() {
            super("Destruction Derby");
            imageStore = new AppletImageLoader();
            imageStore.prepareImage("car2dirty1.JPG");
            game = new Game(imageStore, this.getSize().width, this.getSize().height);
            super.getContentPane().add(game);
            game.createStrategy();
            game.requestFocus();
        public static void main(String[] args) {
            JFrame f = new appExecutor();
            f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
            f.setResizable(false);
            f.pack();
            f.show();
    }and this is the error (its a runtime error by the way!):
    java.lang.IllegalStateException: Component must have a valid peer
    at java.awt.Component$FlipBufferStrategy.createBuffers(Component.java:3023)
    at java.awt.Component$FlipBufferStrategy.<init>(Component.java:2998)
    at java.awt.Component.createBufferStrategy(Component.java:2925)
    at java.awt.Canvas.createBufferStrategy(Canvas.java:166)
    at java.awt.Component.createBufferStrategy(Component.java:2857)
    at java.awt.Canvas.createBufferStrategy(Canvas.java:141)
    at Destruction_BufferStrategy.Game.createStrategy(Game.java:46)
    at Destruction_BufferStrategy.appExecutor.<init>(appExecutor.java:33)
    at Destruction_BufferStrategy.appExecutor.main(appExecutor.java:41)
    java.lang.NullPointerException
    at Destruction_BufferStrategy.Game.run(Game.java:64)
    at java.lang.Thread.run(Thread.java:536)
    Exception in thread "main"
    but when I run the appletExecutor (which is basically the same except for the public static.. and the super call, i get no errors!!
    plz help!!

  • This is prob a real simple question - but i am new to the ipod experience

    so please be gentle with me. i got a nano recently and love everything about it, and in relation to iunes it has taken over as my media player.
    however tonight when i hooked up the nano to change the laylists etc i get the recognition of the nano, the list of tracks on it but i am an unable to update it. now i have ched the settings and nothing has changed over the last week of use, except for a small locked padlock down on the bottom section of the itunes menu (next to the space gauge for the nano) and i cant work out how to remove it or change it. the nano is not in the HOLD position and i have no active parental controls.
    i am lost and what annoys me most is it is prob the simplest thing to fix (if you know how). so could any of you fine people tell the idiot what he has done wrong?
    thanks
    the itunes idiot

    The padlock icon indicates that iTunes is set for automatic synchronization to your iPod. Any changes you make in iTunes should automatically be reflected on your iPod. Are you attempting to make changes directly on your iPod as mounted in iTunes (which you cannot do unless you set iTunes for manual synchronization); i.e. you're trying to alter the playlists and tracks as shown under the disclosure list for your iPod in the iTunes Source list? Or are you changing the playlists, etc. created in iTunes?
    If you're not clear on all of this, you might find the iPod/iTunes tutorials helpful.
    Regards.
    Message was edited by: Dave Sawyer

  • Simple Question -- Please reply

    I have a web page where i have to upload test.jpg evey time. So instead of
    giving <input type=file name=filnename> & browse the file
    everytime i wrote
    < input type =file name=filename value="c:\test.jpg> but is it not working.
    Still i have to browse the c:\test.jpg for uploading.
    so is there any way to set the value (as a string or whatever) to <input type=file name=filename value="test.jpg">
    please help
    amitindia

    You are posting in the wrong forum. This is a java forum not a htm/javascript/any other.
    Besides that, you should not use uri pointing to local hard drivers for the could will run in the cliente machine where you do not know where things are.
    May the code be with you.

  • Simple question please

    Hi All
    I'm new to Generics but not new to Java.
    Let A and B represent classes or interfaces
    why the following is true:
    A<B's subclass> is subclass of A<? super B>
    I don't udnderstand why the above is correct
    please help me
    Thank u in advance

    JAddicted wrote:
    A<B's subclass> is subclass of A<? super B>It's not, who says so?
    Easy check (let C <: B):
    A<? super B> a = new A<C>();won't compile.
    Concrete example that does not compile:
    ArrayList<? super Number> a = new ArrayList<Integer>();What is true, though: If C <: B, then A<B> <: A<? super C>
    More on subtypes in Generics:
    http://www.angelikalanger.com/GenericsFAQ/FAQSections/TechnicalDetails.html#Which%20super-subset%20relationships%20exist%20among%20wildcards?

  • Simple question, please help

    I just need to know right now can SSL be used for secure FTP to send commands and data over separate channels, and if so, how? I want to replace a simple FTP socket connection with a secure one, nothing fancy. I don't want to use HTTP unless I absolutely have to. Any advice would be appreciated.

    Has anyone evaluated all the different options available and found the better alternatives? I have found SSH Communications Security's SSH Secure Shell, RSA Security's BSafe SSL-J, ValiCert's SecureTransport (a.k.a. FileDrive) and others. I haven't compared them in detail yet and was hoping to get some advice from others out there who are doing the same sort of thing.

  • Help with a simple question-please

    Forgive me if this has been covered already, it seems like such a simple request but I can not find any simple answers...
    I am currently using the trial version of acrobat 9.. I am considering buying. I want to create fillable PDF forms(for personal use). When I fill them them out I want to be able to email the filled out form, and save a copy of the filled out form. Can I do this? If yes how?
    Basically, i want to take all my personal forms that I now send out via snail mail(some are order forms, some are claim forms that I send to my insurance co, etc...). I want to make them into fillable pdf's so i can fill them out on my computer and then email them to whoever I choose. Can I do this? How?

    Do you want them to be filled0in with Reader, or Acrobat? To create a form in the first place, you'll need Acrobat. Once you've added the fields and entered the form data, you just have to save it as a new document. You can then attach the document to an email as you would any other type of file. You can also set up a "submit" type button to partially automate the process of saving and attaching a document to an email.
    If you want to create a form that Reader users can fill-in and save, you will have to Reader-enable the document. In Acrobat 9, you do this by opening the document in Acrobat and selecting "Advanced > Extend Features in Adobe Reader...".
    Regarding locking the document, you cannot do it securely with Reader, but you can set up the form so that the fields are set to read-only after it is filled-in but before it is saved. This may require a bit of programming in JavaScript, but it's not too complicated.
    George

  • A very simple question, please help.

    How would I output/print out a string in color rather then the standard black?
    If anyone can help me or point me in the right direction would be greatly appreciated.
    For example for extra clarification, if I want to print out a string "Hello World", how can I print it out in different colors such as in blue or red.
    Output to a JApplet ( TextArea)
    Thanks!
    Edited by: ff4930 on Nov 30, 2007 9:18 AM

    You can change the colour of all the text in a JTextArea by setting its foreground property:
    yourComponent.setForeground.setColor(Color.RED);If you just want have multiple colors in one JTextArea, that's not possible. You will have to use a more advanced component, like JEditorPane or JTextPane:
    http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html
    In basic cases, if the text doesn't have to be editable by the user, you can use a JLabel and pass it simple html:
    String text = "<html><font color='red'>red text</font> " +
    "<font color='green'>green text</font> " +
    "<font color='blue'>blue text</font></html>";
    yourLabel.setText(text);

  • html:select and html:options simple question  - please help

    Hi Friends,
    I am having a problem, please help me .I want to run a query and display all the lastnames of all the users in my database.Here are my files:
    UserForm.java
    public class UserForm extends ActionForm{
         private name firstName;
         private name lastName;
         //all getter and setters
    viewuser.jsp
    <html:select property="lastName">
        <html:options collection="users" property="lastName" labelProperty="lastName" />
    </html:select>
    and my Java Utility class method
    public ArrayList getusers() throws Exception {
             ArrayList aList = new ArrayList();     
              Connection con = ConnectionUtil.getConnection();
              PreparedStatement stmt = null;
              try {
                   stmt = con.prepareStatement("select last_name from USERS);     
                   ResultSet rs = stmt.executeQuery();
                      if (rs.next()) {
                          aList.add(rs.getString(1));
                      }else {
                           return null;
                      rs.close();
                      return aList;
              } catch (SQLException e) {
                   e.printStackTrace();
                   throw new ServiceProcessingException(e.getMessage());
              } finally {
                   ConnectionUtil.closeStatement(stmt);
                   ConnectionUtil.closeConnection(con);
         }My problem is what i need to do in my Action class,so that it sets the "users" variable
    properly and i would be able to read that variable in my jsp and display the lastname
    of all the users.I am tryin this but failing badly:
    public class UserAction extends Action{
      ArrayList userssList = Utility_class_obj.getUsers();
      request.getSession().getServletContext().setAttribute("users", usersList);Please Please help,I would really appreciate your help.
    Thanks

    Thanks a lot friend...this time i made it work my style,next time i will use tha mehod.But I think I am not doing it the right way,please correct me:
    This is the method in my utility class where i run the query and I doubt I am not doing it right here:
    PreparedStatement stmt = null;
    ViewForm vForm = null;
    try {
    stmt = con.prepareStatement("SELECT LAST_NAME FROM   USERS_ADD");     \
    ResultSet rs = stmt.executeQuery();          
    while(rs.next()) {
           vForm = new ViewForm(rs.getString(1));          
          aList.add(vForm);          
       rs.close();
       return aList;          }
    }And I made this constructor in my viewForm class:
    public ViewForm(String lastName){          this.setLastName(lastName);     }I do this in my Action class then:
    ArrayList pList = csDAO.getUsers();  
         if(pList  != null){         
         request.getSession().getServletContext().setAttribute("plist", pList);      
    }And finally this in my jsp:
        <html:select property="lastName"> 
        <html: options collection="plist" property="lastName" labelProperty="lastName" /> And it works,but i don't think I can keep adding constructors to my form class like that,and moreoever if I want to search by first name ,there would be a conflict between 2 constructors,so can someone please tell me the right way to do this.
    Thanks
    Mick

  • Real simple question Fusion BigBang MB P55 1156 601-7582-010

    I am planning on purchasing a compatible video card for this MB, but until then.  Can I use my NVIDIA GeForce 7950 GT with it?
    Thanks in advance.
    Bryan

    I actually have an XFX 7950 GT running in one of my kids computers and it does fine for all but the most intensive applications.  For example, it works fine for WOW but I wouldn't want to see Crysis running on it.  It was the best card from the NVidia 7000 series and is faster than most NVidia 8600's.
    So it will work ok until you are ready to upgrade to one of the ridiculously expensive new video cards.   
    - D

Maybe you are looking for