Using FLVPlayer 2.5 with rtmp: source - won't play

Im trying to use the FLVPlayer component via FLVPlayback_2.5.swc. I have included this file in my /lib folder and it appears to be included and compiling. When I attempt to play a (known good) .FLV file from an RTMP: source it won't play.
I have tried a variety of methods:
1) <video:FLVPlayer > object added to a container at runtime
2) FLVPlayer object created at run-time and added to panel or UIComponent
I have tried using the 'source', 'load' and 'play' functions but I never see any events occurring. Setting 'autoplay' to true has no effect either.
Im watching for anything on:
fl.video.VideoEvent.PLAYHEAD_UPDATE
fl.video.VideoEvent.STATE_CHANGE
fl.video.VideoEvent.READY
fl.video.VideoProgressEvent.PROGRESS
examining the 'status' of the player object shows "loading" but never progresses from there.
What am I doing wrong?

Oddly enough if I change the .source property to point to a local file (EG player.source="z:\\host\\path\\file.flv";) it works.
The docs says this control is supposed to be able to play rtmp or local files so there's a disconnect somewhere.

Similar Messages

  • Using Lion, recent Movies with .mov extension will not play in Quicktime, but earlier ones taken with same camera (Kodak M530) will play fine.

    Using Lion, recent Movies with .mov extension will not play in Quicktime, but earlier ones taken with same camera (Kodak M530) will play fine. I have got VLC which runs them fine but cannot get movies saved in iPhoto to play in VLC...and of course its a real bugger to copy moves from iPhoto to another folder; in fact if anyone can tell me how to do that I will accept defeat!

    Hello Shad:
    Have you downloaded and installed Flip4Mac?
    http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=windowsmedia
    Barry

  • In Flash CS4 a generated html with swf file won't play swf

    Using Flash CS4 and having the Flash plug-in ver 10 on my PC, the generated html file will not play the swf in the browser.
    I noticed that the active-x javascript is now included in the header as well as the javascript portion in the body tag.
    But it won't play.  I get the typical blank window in IE with the "X" in the upper left corner.
    I don't have this problem with Flash CS3.
    Any ideas what may be going on?
    Thank you.

    I am having similar difficulty; mostly I am confused.
    I want to open a flash video file in a frame within a webpage.
    I have generated a Flash CS4 html and swf file. When loaded they play, but they play on a separate, full size web page, not in the frame where I want it.
    I then generated FLV and F4V files but that doesn't work.
    It appears that I need to insert the object and embed tags "for Flash Movies" in the html file.
    Once I do that, do I go back to only putting in the html and swf files and create a link to the html file to bring up the video in the target frame?
    What are the FLV files for?

  • Discs with paper labels won't play in iMac

    I applied Avery paper labels on CDs for a client. Now, the CDs won't play in my iMac. I can hear the superdrive spinning on the CD, slow down to a crawl, then eject the disk. I lost the original content, so I need to retrieve the content to new CDs. Is there a way to remove the paper labels so I can salvage the data?

    It sounds like the labels are causing an out of balance situation that the optical drive isn't able to compensate for. As you've noted, removing the labels is your best option. If they are paper labels then you should be able to remove everything but the adhesive using a simple water bath. Provide ample time for the labels to soak up the water so that they are easy to remove. Once the paper portion is gone and the CD has been dried you may find that you can read the discs and transfer the files. I wouldn't continue using the CD's with the adhesive still exposed because the adhesive will tend to collect dust, lint, etc and could get into your drive. Unfortunately I'm not sure if the chemicals in WD-40, which I would normally use to remove adhesive, will damage the CD. If you decide to atempt removal of the adhesive make sure you only appy it to the label side of the surface. Do not appy it to the edges of the CD since that is where the various layers come together and may provide an entry point for any liquids to wick their way into the media layer.
    For future purchases I suggest staying away from labels and instead purchase discs that are ink-jet printer ready (assuming your printer supports printing on CD's).

  • HD movies with iTunes extra won't play on Apple TV.Tried to repurchase and message states, "Already purchased, would you like to view now?" Submitted "YES" and am taken to movie's menu with iTunes extra with no tab for 'PLAY'. Menu won't work at all.

    Several movies I purchased won't play on Apple TV. They don't show up on my Apple TV menu, and if I search for them, the "Purchase HD movie" tab shows up. When I try to re-purchase, states "Already Purchased- would you like to view now". I answer "YES" and I'm taken to a screen without a "Play" tab. Other tabs such as "Extras" are frozen and don't work. Unable to see the movie or any of the iTunes extras.

    Hey there storytellerstudios,
    I see that you are having an issue with some purchased movie extras from iTunes on your Apple TV.  I would like to suggest that you use the following link to help you report an issue with these purchases to iTunes:
    Report a problem with an item purchased from the iTunes Store, App Store, Mac App Store, or iBooks Store - Apple Support
    http://support.apple.com/en-us/HT204084
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • I have a MacBook Pro Lion and after inserting disc with pictures, it won't play.

    I insert a disc with pictures and can't play it.

    When you say "can't play it" do you mean that the disc won't mount?
    Clinton

  • Correct use of LabVIEW 8 with Visual Source Safe

    I have LabVIEW 8.0 and Microsoft Visual Source Safe 6 (VSS) installed and was looking for help with the correct way to integrate the two environments.  This will be used in a team environment and code modules will be shared between team members.  I have used and understand the new project manager with it's virtual directory structure.  I have also used and understand VSS and its abilities to share and branch vis or project folders. 
    When you share an item in VSS, the vi is available for use in both projects and physically resides in both projects within your working directory.  If I were just using VSS, this is the method I would use (and what is recommended in the VSS documentation).  This way an entire project contains all the files and can be retrieved all at once. 
    When you use the LabVIEW 8 project manager, it appears that the intent is to only have the code in one location and share it through virtual folders.  This makes sense and works fine until LabVIEW 8 and VSS are both used.  LabVIEW 8 can handle check in/out and adding files to VSS.  A LabVIEW project can even use vis that belong to other LabVIEW projects and other VSS projects.
    My concern with all this is what happens when a team member wants to bring down code to their working directory or rebuilding my own working directory.  LabVIEW's project manager does not appear to provide a direct view to the VSS database.  I can go into VSS and pull down a LabVIEW project file (lvproj file only) and open it up.  All appears to be fine and all VSS information is intact.  What is not there is any indication of which files actually exist in my working directory or any way to perform a "bulk" retrieval of all the files required in my project.  If all the files reside in a virtual directory, I don't even know where to go get them from.  One solution could be to follow the VSS style and ensure everything is native to a project or at least shared with a project (within VSS).  This may be cumbersome and would not follow the LabVIEW project philosophy.  I may also miss something since LabVIEW "remembers" where stuff is for you.  Following the LabVIEW project method could make it difficult to bring a project back to life and also has the potential to leave some vis out of source code control (sub vis don't have to belong to a LabVIEW project).
    Does anyone have thoughts on this subject?  What is the most efficient way to ensure that all project items are in source code control and that all projects are retrievable and functional?
    Thanks,
    Greg Cloutier

    Greg,
    I'm not a VSS guru but I do know that currently there is no automatic functionality for checking in\out a project and all associated files from LabVIEW.
    As for finding the location of the vis that have been checked out, LabVIEW can display the full path of a vi from the project explorer. If you right click on a vi and then select properties, the General category will show the full path.
    There are a number of papers that do relate to using SCC with LabVIEW 8. check out Using Source Control Software with LabVIEW and that will link you to other documents as well.
    Chris C
    Applications Engineering
    National Instruments
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • Using Photoshop Elements 6 with iPhoto 09 won´t update miniatures

    Hi there - I´m a newbie and a recent switcher from Windows and Linux so please be gentle with me if I´m asking silly questions...
    I want to use iPhoto to organize my photos and Photoshop Elements 6 (by now the trial version if that matters) to edit my photos.
    I found the settings to define Photoshop as the default editor (by the way - can I still use iPhoto for simple edits by some hidden command?) and I know that I just have to use save (not save as) in Photoshop. My Problem is, that iPhoto does not reflect the changes I make in the miniatures (except for aspect ratio changes). When i double-click the edited image to enlarge it I can see, that my changes are applied to the image (I can also see the new version of the image in finder in my iPhoto-Library).
    Does anybody have an idea? Thanks in advance.

    By the way: do you think timemachine backups are enough?
    No.
    I may be a tad extreme but my photos are important to me and my family.
    My Library lives on my iMac.
    It’s Backed up to two external hard disks every day. These disks are permanently attached to the iMac. These back ups run automatically. One is done by Time Machine, one is a bootable back up done by SuperDuper
    It’s also backed up to a portable hard disk when ever new photos are added. This hard disk lives in my car. For security, this disk is password protected. For this job I use DejaVu because it makes a simple back up that is clear and can be tested easily without doing an full restore.
    I have a second off-site back up at a relative’s house across town. That’s updated every 3 or 4 months.
    My Photos are backed up online. Personally I use SmugMug but there are many options including flickr. However, check the terms of your account carefully. While most sites have free uploading, you will often find that these uploads are limited in terms of the file size, or the bandwidth you can use per month. For access that allows you to upload full size pics with no restrictions you will need to pay.
    Every couple of months I test the back ups to make sure they are working correctly. It’s very easy to mis-configure a back up application, and the only way to protect against that is to do a restore.
    Regards
    TD

  • Movie with special features won't play

    My sister sent me a movie that she purchased on her iTunes account and it sent completely to my iTunes.  It is a movie with extended features.  When I opened it in my iTunes it goes to a page that says "play", "chapters", "features", "more".  I am able to click features and more and it shows me those features however it asks me to authorize using my apple ID (even though it was purchased on my sisters).  When I go over to play movie or even chapters it will not let me play the movie at all and it does not even give me the option to authorize the movie.  She does not have 5 computers authorized on her account so there is no reason it should not work on my computer
    could anyone help with this problem?

    See:
    iTunes: May be unable to transfer videos to iPhone, iPad, or iPod
    iTunes: Frequently asked questions about viewing and syncing videos
    Try deleting and redownloading:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I DEVELOPED A WEB SITE USING WEB PAGE MAKER WITH A MOUSE OVER TO PLAY A WAVE. WORKS IN IE BUT FF WILL NOT LOAD THE FILE IN HE BACKGROUND. WHEN I FIRST OPEN THE PAGE TO TEST IT WONT PLAY THE .WAV ANY SUGGESTIONS ADD ONS ETC NEEDED THANKS

    I've developed a site using "web Page Make" I put a graphic on a page with a mouse over that morphs the graphic and plays a brief wave. I works with I.E but no go in FF 3.63.I am previewing this off a local networked drive. No problems with other net site with embedded audio do I need a certain add on etc. Can anyone offer some advice. Thanks
    == This happened ==
    Every time Firefox opened
    == I preveiwed the site and try the mouse over feature to excute the wave

    Make sure that you do not use bgsound to pay that music.
    See http://kb.mozillazine.org/Background_music_does_not_play

  • DVDs burned with Encore CS6 won't play in PC/MAC standard player

    Wondering what is going on with an issue on Encore CS6 (W8), as it will burn DVDs that work with PowerDVD but not with OS X's default media player or Windows Media Player
    Same computer earlier this year with Encore CS5.5 (W7), DVDs would read in WMP as well
    No problem with blu-rays

    What brand of blank, and what burning speed?
    Create an ISO (Encore) or folder on your hard drive (Encore or Premiere Elements) and then use the FREE http://www.imgburn.com/index.php?act=download to write files or folders or ISO to disc for DVD or BluRay (send the author a PayPal donation if you like his program)
    Imgburn will read the ACTUAL disc brand from the disc, which is not always the same as the box label (Memorex is notorious for buying "anything" and putting it inside a Memorex box)
    When you write to disc with Imgburn, use the SLOWEST possible speed setting, so your burner has the best chance to create "good, well formed" laser burn holes... since no DVD player is required to read a burned disc, having a "good" one from a high quality blank will help
    Use Taiyo Yuden single layer or Verbatim Two layer Or Falcon Pro for inkjet printable Two layer

  • "Uploaded" songs with iTunes match won't play

    In an effort to conserve disk space on my Mac, I decided to delete most of the songs in my iTunes library. When I went to play a song that was uploaded (instead of matched or purchased) it would stall then skip it. I am running the latest build of Lion (10.7.3) with the latest version of iTunes. I have found that the songs will play on my iOS devices but I can't figure out why they won't stream on my Mac.

    Mayer you like to follow this discussion: https://discussions.apple.com/message/17484854#17484854

  • Need help with new FCP5-won't play!

    The mac store told me that the new imac G5 is what I needed for using FCP5.
    I'm beginning to wonder.
    When I try to play the video form the training disk, it skips, then stops. A message comes up saying it had to drop frames. I'm new at this and spent hours already with the help articles, trying to adjust settings, etc.
    Wondering why this new imac needs adjusting to play video.
    This is just the training video that comes with the book on a DVD and on a new imac with no other programs!
    Any ideas???
    Running on imac G5, 512 MB RAM.

    Thank you.
    Yes, it's on the hard drive.
    The mac "specialist" who sold me this computer never mentioned needing an external hard drive, said this is all I need! I was ready to get the power mac and wish i hadn't listened to the "specialist".
    So, I need an external hard drive for this program?
    I've got 148 GB available on my internal hard drive.
    What size then external do I need?
    --Book? My mac didn't come with a book.--

  • Can't make a slideshow with iPhoto. Won't play and export Slideshow is gray

    I'm trying to export an album to a slideshow in iPhoto '09 and cannot. Whenever I select the "Slideshow" option, it turns gray like in a click and hold, but stays gray and the the box never flips over to Slideshow.
    Also, when I click the slideshow button at the bottom of an event or album, it just sits there. The program doesn't freeze, but it doesn't start a slideshow. Under the "File" menu, "Close Window" is my only selectable option. When I select it, the screen fades to black, comes back, and then closes the program.
    Has anyone else come across this problem and (preferably) come across a solution?
    Thanks!

    First try the easy fix: delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your User/Library/Preferences folder, launch iPhoto and try again.

  • Html export with embedded video won't play on ipad

    Keynote 6.0 for Mac - when you export a keynote as html, if there is embedded video, the video will not play on an ios device.

    HI and welcome to Apple Discussions..
    If you didn't repair permissions after updating Safari, try that.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done.
    Also, go to ~/Library/Caches/com.apple.Safari. Move the cache.db file from the com.apple.Safari folder to the Trash.
    Restart your Mac.
    Carolyn

Maybe you are looking for

  • Show discontuation / Follow-up materials in Purchase Requisition.

    Dear Experts,         How can we show discontinuation & Follow-up materials in Purchase Requisition, just like Planned Order.         Purchaser would like to know what portion of purchase is atributed to follow-up materials.        Anyone good enough

  • How to fix crashing when PDF and procedure for cross reference?

    I'm using Frame 8.  When I try to PDF my book, Frame crashes.  I have tried PDFing the individual chapters, but that didn't work. Also, I'm trying to create either a cross reference or hyperlink.  I have a paragraph that says "For more information, s

  • Obligatorytransport target for business system not found in SLD

    Dears, We implemented CTS+ in our PI three system landscape. While implementation we configured local SLD and after that for dev and QAs we configured a central SLD. And for Production we have seprate SLD. In DEV SLD we have three buisness systems: F

  • Component "power dissipation" report using Multisim

    Hello, I have a large design that has 66 resistors and 38 transistors.  As a sanity check, I'd like to be able to have Multisim let me know the dissipated power in each of these components.  I know how to do this on a component by component basis in

  • How to create an uicommand(not visible)

    Hi, I need to create a new option in the context menu of the documents. I create a Enterprise Portal component, then a uicommand an a command group. I think I left something in the creation of the enterprise component, because if I put the component