How do i control an external movie in a separate browser window?

i am creating a website for a band, with an mp3 player. i
want to be able to make an mp3 player that pops up in a separate
browser window. the mp3 player would have a "playlist" that can be
dynamically changed from the main window, which gives a list of
albums & tracks to choose from. the model for this is
Rhapsody's web interface.
so, how would i go about creating & dynamically changing
the playlist (while music is playing) across multiple browser
windows? the "playlist" would be an array of references to mp3s, i
guess-- so is there a way to pass events & variables across the
windows?

This URL has simple demo on LocalConnection.
http://actionscriptandflex.blogspot.com/2010/09/localconnection-example-in-actionscript.ht ml

Similar Messages

  • How do we set "Link That Displays Item In Full Browser Window" property?

    How can we set "Link That Displays Item In Full Browser Window" property? I could not find it. Thanks...

    I assume you're using Portal 3.0 (it always helps to mention which portal version you're using).
    I suggest you search this forum for "new window". You'll find several threads discussing how to implement this feature in Portal 3.0.
    Regards,
    Jerry
    PortalPM

  • How can i control the motor movement of stepper motor using a NI PXI 7330

    Good day to all,
    i'm a newbie in programming in motion control of NI. I just want to ask if how can i control the clockwise and counter-clockwise rotation of a stepper motor using NI PXI 7330 module. all i can do is the counter-clockwise rotation using the example vi (Simple one-axis move.vi) found in the examples of LabView 2009.
    Thanks

    what type of limit switch sensor are you using and how did you wire itß What are your MAX settings regarding the limit switches?
    Good day SIr Jochen,
    I am using two reed switch for the reverse and forward limit. I wired the signal wire of the reed switch to the limit ports(forward and reverse Limit) and its ground to the digital ground of the UMI-7764.
    the attachment below is the my max configuration about limit switches
    Attachments:
    max configuration.JPG ‏155 KB

  • How do I use an external hard drive on Mac and Windows?

    How do I format an external HD for use on Mac and Windows? She has two laptops and have to use both.

    format the external for Mac and use MacDrive or HFS+ for Windows on the windows side.
    use the FAT32 format and live with the "4-GB-per-file" limit
    format the drive NTFS and install e.g. the NTFS 3G driver on the Mac.

  • How can i get my movie to expand the browser window?

    hi everyone,
    thanks for checking out my post...
    i want to create a fullscreen site like www.danwheldon.com or
    www.highlandspring.com where the movie expands to the whole of the
    browser window.
    ive made my movie 1024x768 and just copied the html source
    from the pages just to test it but my movie just appears as
    1024x768 in the top left of the screen and doesnt reach to the far
    corners.
    when that didnt work i checked out loads of tutorials and
    spent a whole day trying to figure out how to do it but to no
    avail.
    does anybody have a clue what im doing wrong?
    thank you very much and i hope to hear from you.
    all the best,
    mark

    Hi Mark,
    First thing: in the HTML tab of the publish settings, set the
    dimensions to percent and choose 100 for width and height.
    Depending on your content, you might then need to play around
    with the scaling of the objects on stage. There's some info in the
    online help about this:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00000150.html
    Cheers,
    Julian

  • Dialog control flow case not opening in new browser window

    Hello -
    Using JDev 11gR1.
    I have a page fragment that contains a table of command links like so:
            <af:commandLink text="#{row.id}" id="cl2"
                            action="#{reportRunnerBean.runReportAction}"
                            useWindow="true" windowHeight="500" windowWidth="500">
              <f:param value="#{row.id}" name="reportId" id="p2"/>
            </af:commandLink>the runReportAction method returns the String: "dialog:runReport"
    in my page flow, the page fragment has a control flow case with the outcome "dialog:runReport" that leads to a URL View with the URL setting set to #{pageFlowScope.reportUrl}
    (the reportRunAction places a string in page flow scope with the key of "reportUrl". in case it matters, the url is external to the application)
    When I click on the link, I am directed to the correct URL. However, it does not open in a new browser window - it takes up the main browser window.
    Is there something obvious that I am doing wrong?
    Thank you for reading this,
    -- Scott

    Well, I couldn't figure out why the dialog wasn't working correctly, so I changed my page to use a server listener to handle the logic I wanted and just used af:goLink instead of a command link. That command link above became:
              <af:goLink text="#{row.id}" id="gl1"
                         destination="#{row.reportUrl}"
                         targetFrame="_blank">
                <af:clientAttribute name="reportId" value="#{row.id}"/>
                <af:clientListener method="logReport" type="click"/>
                <af:serverListener type="LogReportEvent"
                                   method="#{reportListBean.logReportInvocation}"/>
              </af:goLink>with the following client listener:
        <af:resource type="javascript">
          function logReport(evt) {
              var component = evt.getSource();
              var reportIdParam = component.getProperty("reportId");
              AdfCustomEvent.queue(component,
                                   "LogReportEvent",
                                   { reportId: reportIdParam}, false);
        </af:resource>and code in the bean:
        public void logReportInvocation(ClientEvent clientEvent) {
                String reportId =
                    (String)clientEvent.getParameters().get("reportId");
                //...do something w/reportId here...
        }Thanks to anyone who took the time to read this.

  • How do I make my website fit in all size browser windows?

    Hi there,
    I should start off by saying that I am very new to web design, and have very limited knowledge of CSS and HTML.  I understand what they are and the nature of what they do, I'm just not code savvy. 
    Now that that's out of the way, I've been designing/attempting to build a website using Dreamweaver.  I have all of the components and layout that I want designed and ready to go, but I desperately need help with translating that into Dreamweaver.  I've been researching information all over the web, but with one person suggesting one thing and another suggesting something completely different I'm afraid my brain is about to melt.
    Here's what I've done so far:
    Because I want everything fully customized and to use a less common font style, I saved everything from the graphics, photos, and links as .png files.  I then inserted each of those images into an AP Div Tag in Dreamweaver and arranged them appropriately.  That's absolutely all I've done.  It works great, except I have no idea how to configure everything so the site layout shows up centered in any size browser window, instead of sitting awkwardly in the corner.
    Here's a link to what currently exists: http://ikikatawares.com
    I've read dozens of articles and forum responses about building tables, but I'd like to avoid that since to me they seem clunky and kind of a hassle to deal with.  Can anyone please help me?  Thanks.
    Beth

    You need to put only the bold part into your code.
    Immediately after your starting <body> tag add in
    <div id="wrapper">
    and immediately before your ending </body> tag add in
    </div>
    Then at the end of your css, you currently have...
    #apDiv10 .navBarLinks .navBarLinks {
    font-weight: bold;
    Change that to...
    #apDiv10 .navBarLinks .navBarLinks {
    font-weight: bold;
    #wrapper {
         position:relative;
         width:1005px;
         margin:0 auto;

  • How do get a dynamic image to open in new browser window

    I'm using DW CS3, mysql (MAMP)   OS 10.6.2   I'm designing my online store.  I need the customer to be able to click dynamic image/thumbnails to view a larger image in a new browser pop up window 400 x 400.  An example of this functionality can be seen at :
    http://www.designpublic.com/spot-on-square-roh-dresser
    So far I can get the separate new browser window to open with the dynamic image, using the open new browser behavior, but the on click also advances to next page with the larger image. You have to press the back button to get back to the product page.  I want the customer to be able to see the product page , while viewing larger image, and then close larger image, and still have the product page open. I don't understand why 2 windows are opening.
    Thanks for the help people!
    William

    Hi
    I did look at it but, (and this is only my opinion, I do not like such effects) it is your decision.
    If you view source you will see -
    <a href="#" onclick="popWin('http://www.designpublic.com/catalog/product/gallery/id/12706/image/91883/', 'gallery', 'width=300,height=300,left=50,top=50,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="Spot on Square Roh Dresser" class="gallery-image-link"><img src="http://arcsmedia01.s3.amazonaws.com/catalog/product/cache/2/thumbnail/56x56/5e06319eda06f020e43594a9c230972d/r/o/roh_dresser1.jpg" alt="" /></a>
    Which is controlled by the javascript function
    popWin()
    which you can view using the firefoxe dev toolbar - view javascript function.
    PZ

  • How to expose something as a DOM object in a browser window

    Hi all,
    I am working on a E-Learning platform which adheres to the SCORM Runtime Environment (http://www.adlnet.org/library/documents/scorm/scormexamples/SCORM1_2_SampleRTE1_2.zip).
    From the SCORM Runtime Environment spec [page 3-6]:
    "(1) The LMS (Learning Managment System) must launch the SCO [Sharable Content Object] in a browser window that is a child window or a child frame of the LMS window that exposes the API Adapter as a Document Object Model (DOM) Object. The API Adapter must be provided by the LMS.
    (2) It is the responsibility of the SCO to recursively search the parent and/or opener window hierarchy until the API adapter is found."
    I think that I know how to do (2), but can anybody help with (1) ?
    Thanks

    well half an hour after posting this question I found out the ADL has finally put a sample implementation written in Java onto the web (http://www.adlnet.org/library/documents/scorm/scormexamples/SCORM1_2_SampleRTE1_2.zip). I think this will cover all of my questions ;-)

  • How do I run an applet in full size of browser window?

    When I run an applet in the browser, I have to specify the width and height for the applet. How do I tell the applet to use the full size of browser window?
    Does anybody have experience on it?
    Thanks!

    Guys,
    I have found a solution already. The key is to specify percentage in width and height value. For example, width="100%" height="100%". There you go!
    Jet Wu

  • HOw i can control x-y movement using stepper motor

    hi
    please help me in controlling X-Y translational stage.the movement should be  scaning ie first to left then uu by one unit then to right then up by one unit then left etc
    Certified LabVIEW Associate Developer
    Solved!
    Go to Solution.

    Hi,
    if you are using an NI motion control device, there is a LabVIEW example shipping with NI-Motion called X-Y Grid Inspection (Template).vi, that does exactly what you are looking for. Please use the example finder to search for this example.
    Kind regards,
    Jochen Klier
    National Instruments

  • How can we control the external application

    Hi Friends
    I have an GUI Application. There is a JFrame in which if i press the HOME key then it'll launch the new application suppose the notepad.exe using the Robot class. then whatever the user right in the notepad that event should fetch in the application. i mean if user press any key then it should fetch in my application(JFrame).At that time my Swing JFrame is in background.
    So i want to fetch the key event or mouse event when my application is in background and other application is in front.

    yes its like a Macro.
    i had done project which will run the external exe file. for exapmle its notepad.exe
    when ever notepad.exe run from my program that time my program go into background and notepad screen come in to front.
    So what ever u write into notepad it will not available into my application becoz its in background.
    i want to fetch the keys which is pressed for notepad (for writing purpose and may be ENTER,DEL,HOME,END PAGE UP,etc.) so i want that keypressed event in my project (application).
    i hope now u can understand.

  • How do I precisely select a movie clip in event browser?

    I've got a movie in event browser
    I'm having trouble putting the mouse on half a second before the end
    I know I can take off snapping which will solve my problem (I assume)
    Just wanted to know if there was a keyboard method?
    Use J, K or L? Just done this. Works OK
    Or maybe click in the time field and put the exact time?
    How do I get into the time box using just the keyboard?
    Thanks
    Omar

    Using the numeric keypad (only on extended Apple keyboards, not on MacBook's etc) you can use the minus [-] key to set backwards or [+] key to set forwards, then type on the adjacent numeric keys how many frames to move backwards/forwards (using the numpads' enter/return key at the bottom right to commit).
    For example: if moving the playhead back 15 frames, I would press they keypad's [-] key then type [1] then [5] on the keypad, pressing the return key at the bottom right to finish. Also, using the keypad's [.] after the numbers, tells FCP to use seconds and not frames. So moving forward by 12 seconds can be done by pressing [+] then [1] then [2] and finally [.] - completing with the return.
    With the event browsers clip, I would use the right cursor key to ensure it's the final frame - then using the [-] on the keypad, type in the frames per second used divided by 2; hitting return to move the selection point to the correct position.

  • How do I reformat a external drive to read MAC and windows

    I purchased a WD external drive and found that someone had returned it to the store with info on it. I have switched from a windows PC to a MacBook Pro. I would like to transfer some info from a old external to the new one but I need to reformat the new one to clear the info already on it. Also I was told that I could reformat a external so that my Mac could read both Mac and Windows info.

    errollflynn2000 wrote:
    I was told that I could reformat a external so that my Mac could read both Mac and Windows info.
    Aside of using crappy FAT32 with its 4GB limitation or the not really better ExFAT, there are two alternative ways:
    Enable your Mac to "understand" Windows NTFS.
    There also at least two ways. MacFuse/ntfs-3g for the more experienced user ( http://macntfs-3g.blogspot.com/ ) or Pargon's NTFS for Mac ( http://www.paragon-software.com ) for the not so experienced.
    Enable your Windows machine to "understand" Mac's HFS+ filesystem. on a similar way.
    Lupunus

  • Opening external link in a new browser window

    Some of the external links in my web page need to open in
    their own window, leaving my site still open in the background. Can
    anyone tell me how to do this? I don't see an option anywhere when
    I am creating these links.
    The links are to, for example, "The City of ......", and
    could be quite long to traverse. I don't want my visitors to have
    to click their browser's back button who knows how many times to
    get back to my site.
    I would appreciate any suggestions, thanks

    It's not valid in a Strict doctype, either HTML or XHTML.
    A better way to do this would be to see this tutorial -
    http://www.tjkdesign.com/articles/popup_window_with_no_extra_markup.asp
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:gbaiof$17a$[email protected]..
    > Dooza wrote:
    >> malcster2 wrote:
    >>> dooza wrote
    >>>
    >>> malcster2 wrote:
    >>> > highlight your link in design view.
    >>> > > in the properties panel, change the
    target to _blank
    >>>
    >>> FYI this isn't valid XHTML, but is valid HTML,
    depends on what your
    >>> aiming at.
    >>>
    >>> ....
    >>>
    >>> validated ok mate. what exactly isn't valid
    xhtml?
    >>> this would be the code in question:
    >>> <p><a href="
    http://www.thesun.co.uk"
    target="_blank"
    >>>
    class="style1">www.thesun.co.uk</a></p>
    >>
    >>
    http://www.w3.org/MarkUp/2004/xhtml-faq#target
    >>
    >> Dooza
    >
    > But then I find this:
    http://learningtheworld.eu/2007/xhtml-with-target/
    >
    > Dooza

Maybe you are looking for

  • How to print from a remote printer.

    I have a HP computer in my office running windows XP connected by a cable to a Linksys router, also in the office is an HP all-in-one printer connected wirelessly to the router.  In the living room 50 feet away, I have another HP computer, connected

  • Re: MySQL Database - NOT SAVING USER WEB-FORM DATA, ANY SUGGESTIONS...

    Hi, after adding the missing <html> tag, still doesn't make any difference, see below the php code and html form in context, the one you've asked me to paste. Note: I am trying to incorporate this, into an existing webpage, "the html form has to work

  • How to change company code in Assignment tab (CJ20n-project builder)

    Dear All, Is there any config to maintain company code in assignment tab (project builder) ? We have a problem in our project. It shows that in basic data, user put company code A (in basic data) but in Assignment tab they put different company code

  • WIP quantites in SAP

    Hello friends I have a question regarding WIP quantities in SAP, is it possible through some development or BADI to get WIP quanties for make-to-order or make-to-stock environment (manufacturing through production orders). As far as i know SAP associ

  • Image drag drop not working in scaffholding. Does it require soem setting?

    image drag drop not working in scaffholding. Does it require soem setting?