How can i use jw player in as3 application?

i want to use jw player bcause i want to Allowing users to jump to any point in a movie without having to wait for the entire movie to download .
dose anyone now how can i do it ?
so you have any example source?

:  http://www.longtailvideo.com/support/jw-player/28854/using-rtmp-streaming

Similar Messages

  • How can i use flash player on my ipad?

    How can i use flash player on my ipad?

    Install Flash Player on your PC. Install remote access software on a PC and your iPad and then you are good to go.

  • How can I use the open in " My application" option to open image attachments.?

    How can I use the open in " My application" option to open image attachments.?
    I am trying to use the uti's given in the apple docs but just unable to do it however its working perfect for pdf and rtf files.
    please help needed urgent.   

    Perhaps you should Contact the iTunes Store Customer Service:
    Apple - Support - iTunes Store - Contact Us

  • How can i use this color for my Application Background ?? Screen Shot Attached

    Hi ,
    I can find only plain colors on to Color Picker , but this is line mixed color
    How can use this attached Color for my Applications Background Color .
    Please find the Screen Shot attached .
    please see the background  color

    Are you trying to apply a gradient background?
    In Flex 3 in Application tag:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      backgroundColor="#666666"
      backgroundGradientColors="[#333333, #666666]">
    </mx:Application>
    In Flex 4 you need to set the backgroundColor and apply a skin for the gradient:
    -------------- mySkins/MyAppSkin.mxml -------------
    <?xml version="1.0" encoding="utf-8"?>
    <!-- containers\application\mySkins\MyAppSkin.mxml -->
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:mx="library://ns.adobe.com/flex/mx"
            xmlns:s="library://ns.adobe.com/flex/spark">
      <fx:Metadata>
        [HostComponent("spark.components.Application")]
      </fx:Metadata>
      <s:states>
        <s:State name="normal" />
        <s:State name="disabled" />
      </s:states>
      <!-- fill -->
      <s:Rect id="backgroundRect" left="0" right="0" top="0" bottom="0">
        <s:fill>
          <s:LinearGradient rotation="90">
            <s:entries>
              <s:GradientEntry color="0x333333" ratio="0" alpha="1"/>
              <s:GradientEntry color="0x666666" ratio=".66" alpha="1"/>
            </s:entries>
          </s:LinearGradient>      
        </s:fill>
      </s:Rect>
      <s:Group id="contentGroup" left="10" right="10" top="10" bottom="10">
        <s:layout>
          <s:VerticalLayout/>
        </s:layout>
      </s:Group> 
    </s:Skin>
    -------------- test.mxml -------------
    <?xml version="1.0"?>
    <!-- controls\button\PopUpButtonMenu.mxml -->
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   height="100%" width="100%">
      <s:SkinnableContainer skinClass="mySkins.MyAppSkin"
        width="100%" height="100%"/>
    </s:Application>
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.chikaradev.com
    Adobe Flex Development and Support Services

  • How can I use syscall() from 32-bit application in 64-bit Solaris (v. 5.8)

    Solaris 5.8
    Sun Blade 150 (64-bit)
    I have got SYGSYS when call syscall(...) from my 32-bit application.
    Is it possible to use syscall() in 32-bit applications under 64-bit Solaris?

    Hello again.
    You may use the debugger (mdb) to open the core file generated by the SIGSYS trap:mdb coreThen you type::regs to list the register values at the time of the trap (in hexadecimal form).
    For Sparc machines (it is more complicated on x86 machines) g1 holds the system call number, o0 holds the first argument, o1 the second one ... o5 the 6th one. (For system calls with more than 6 arguments the 7th, 8th... argument are stored on the stack.)
    If g1 is 0 you know that the system call is done indirectly using SYS_syscall so the arguments are shifted (see above) and o0 holds the system call number.
    You can exit mdb using::quitMartin

  • How can i use flash player in running movies online?

    fash player is installed in my pc but movies are not being played?

    http://forums.adobe.com/thread/1195540

  • How can i use two monitors in my application?

    Hello,
    Background
    I have a dual monitor card and two monitors which I want to use in my LabView application. The application gathers data from a complex sensor and calculates a number of results which need to be displayed graphically, this happens every 10 seconds or so. There is an awful lot of graphs which may be needed to be seen at some time but not routinely. The idea is that one monitor will display all the standard routinely displayed things and will not have any user input whilst the second monitor will display a tab control which has all the other graphs pickable.
    Question
    What I want to know is how I can programmatically tell labVIEW to put one vi up in one monitor and another vi in the other. I would then have them both maximised (which I know how to do). I would rather have the monitors set up as individual and that way I could keep the windows control bar on one monitor only. Thus one monitor would be a true user interface and the other simply a display.
    Basically how do I tell LabVIEW to use one monitor for a specific vi and not the other.
    The card I have is a matrox p650. Any comments would be appreciated.
    Regards
    Kevin

    Hallo,
    with new version of LV its more easy, but it also hasn't any troubles with LabVIEW 6.x or 7.x.
    Especially with Matrox P650 you will get no any problems (we using
    exactly this card together with G550 and our application supported
    three monitors at the same time.).
    I recommend to you following sequence:
    - After installing driver turn on option for supporting different
    resoluton on different monitors. As result you will get two absolutely
    separate monitors.
    - In Windows define which one is primary and which one is secondary.
    (On primary monitor located taskbar and all messages dialog boxes will
    appear.).
    - Arrange secondary monitor in display properties - where he located (left from primary, or right)
    - In your VI (which must appear on second monitor) use
    FrontPanel.PanelBounds Property Node for positioning. You must set four
    values for two corners. Easiest way to found right values is following:
    read this property node in while loop and put indicator on front panel.
    Then run VI, drag front panel onto second monitor and resize if
    necessary, and then you will see right values for PanelBounds. You can
    write this property node programmatically in run-time too.
    hope it help,
    good luck.

  • How can I use two database in an application?

    When I use two database like CloudscapeDB and TestDB in J2EE1.3.1, I always get some exceptions, which is unknow source about one of them.I am doing a CMP entity bean application. Can someone tell how to set up the environment and what is problem about the exceptions I met?
    Thanks.

    Hi,
    The basics for using the two databases is simple.
    For database configuration you have to provide the driver class name, url, schema name and password during the creation of the connection pools. So u can create a as many no. of connection pools as the no. of the databases.
    Hope it will work..

  • How can I use a class in an application

    here are my instructions, my professor confuses me like crazy, so I'm thinking this is a basic question:
    Input Requirements
    Ask the user to enter the value of the radius. You may assume that the user will enter a positive value for the radius. Your program should display the instructions for using the program and a prompt for the radius as illustrated in the sample run shown above.
    Miscellaneous Requirements
    Using Windows Explorer, copy your Circle.java file from your Lab04 project folder into your Hmwk04 project folder. This makes the Circle class available to your application. Your application should use a Circle object to store the radius entered by the user. Your application should get the specified output values (radius, diameter, circumference, and area) from this Circle object.
    I have the Circle.java thing in my folder, (we use blue j) so it is useable, but I really do not know what to do. The Circle object has the information about the area and stuff
    ex)
    public double getDiameter ()
    return 2.0* radius ;
    public double getCircumference ()
    return 2.0*Math.PI*radius;
    etc and stuff, but I really do not know how to bring that thing over to use it,
    this is what I have so far and this is right, I just do not know where to go from here.
    public static void main(String[] args) throws Exception
    double radius;
    Circle myCircle = new Circle();
    Scanner dl = new Scanner(System.in);
    System.out.println("Given the radius of a circle, this program");
    System.out.println("finds the diameter, the circumference and the area");
    System.out.println(" ");
    System.out.println(" ");
    System.out.println("Please enter the Radius: ");
    radius = dl.nextDouble();so any help would be great
    Edited by: border9 on Feb 11, 2009 9:00 AM

    Pay more attention in class?

  • How can I use adobe flash player on iPad2

    How can I use adobe flash player on iPad 2?

    You cannot.  Adobe does not make it for ipad.
    This has been discussed over and over and over and over and over and over again on these forums.  Please do a forums search - right side of this page.
    There is no need to add yet another thread on this very tired subject.
    Adobe has announces d that they are selling a platforms that will allow ipad users to view flash content.  This is nothing that users will have.  The developer of the video will have to do this.

  • How can I use Iphone 4 as an mp3 player without a sim card until I get one?

    Hi,
    How can I use Iphone 4 as an mp3 player without a sim card until I get one? I just bought the phone and each time I try to switch it on to use the mp3 player, I cannot. It asks me to insert a sim card and I don't have a sim card yet. I was thinking I could use the mp3 player function of my phone until I buy a sim card.
    Thank you for your help in advance,

    Thank you, I understand, yeah, I knew that, my phone is factory unlocked and I am going home, which is obviously not in the States and I am thinking of buying a local carrier there. However, I still have 2 weeks before I leave and cannnot wait to start using my Iphone 4. I thought at least I could use the mp3 player function. So as far as I understand, I cannot activate it without a sim card. I have been using metropcs for about two years and it does not have a sim card. In this case, do I really not have another choice but wait for two weeks to listen to music? My Mp3 player just failed me and I really need to listen to music but on the other hand, while I can use my iphone as an mp3 player in two weeks, I don't want to spend more money on a new one. So, do you have another suggestion? For instance, can I use a friend's sim card to activate mine? Would this cause any trouble, when I go home and buy a local carrier? I think these questions might kinda sound weird to you, but first time with an Iphone, extremely excited to start using under my circumstances, I need help   thanks,

  • How can i use my LAN Blu-ray player and tv to view screens on my macbookpro

    how can i use my LAN Blu-ray player and tv to view screens on my macbookpro

    in short - no.

  • How can I use my Zen Xtra like a flash memory

    Hello, I want to know how can I use my MP3 player like a flash memory.
    I have one and if I conect it with other computers I can't transfer documents and with a flash memory I conect it in all the computers with Windows XP and all of they detect the flash memory and they can transfer documents.
    With my Zen Xtra I connect it and the computer detects it but I can't transfer anything because the computer doesn't have the software.
    My question is.. Do I have to install the software in all the computers that I use ? or there are other forms to conects PC and MP3 Player? ( I want to transfer documents like text, image, etc)

    But some MP3 players do that, why this one can't be connected with all the computers ?
    Message Edited by morfo on 0-22-2005 05:54 PM

  • How can I use an iPad with two itunes accounts?

    How can I use an iPad with two itunes accounts?
    Hi there
    My partner has a works iPad, which has her works Apps on (ones that are specifically made by her company and are NOT available in the App store).
    What I want to be able to do is to ALSO have my itunes account on there so that I can put all the apps I have purchased previously from my iPhone on it.
    This is so I can put on VLC player (thats already in my itunes account) so I can add videos to the iPad.
    How do I do this please?
    I tried it before by connecting it to my mac, but it wiped everything off the iPad completely and also deleted the data settings for using 3G.
    So I want to avoid this happening again the future as it had to be sent back to her head office to be sorted again.
    Any advise please?
    Thanks

    You can't. The iPad is desgined to be a 'one user' device and only really works with one apple ID at a time.
    The only way would be if she, at work and with her work apple id, downloaded your apps (repurchasing them of course).
    It's not meant to be a multiple user/multiple ID device.

  • How can I use Flash_Slideshow.SWF in my Flash CS4 document?

    Hi,
    I have downloaded a nice Flash Slide show file (.SWF) and would like to use in my Flash CS4 document without any modification (as it is). How can I use it? There is no .Fla file this Slide Show. It just works using xml file.
    Please do help.

    Hi,
    You need to load a .swf file in your flash document using the loader class. I'm assuming you are using the AS3. Please click on the below link which helps you to use the loader class.
    http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html
    Thanks

Maybe you are looking for