Flash Media Playback configurator swf file size

Hello,
I just start using the Flash Media Playback configurator : http://www.osmf.org/configurator/fmp/ and I am very surprised that the size of the swf file is less than 2KB. The swf file used is http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf
How did you compile it to make it so small ? It is based on OSMF ?
Usually the swf file's size of a flash video player based on OSMF seems to be greater. For example the swf file used on page http://www.osmf.org/ (http://www.osmf.org/strobe1_0/StrobeMediaPlayback.swf) is about 193KB or on page http://osmf.org/dev/1.6gm/setup.html (http://osmf.org/dev/1.6gm/StrobeMediaPlayback.swf) is about 422KB.
Thanks in advance.
Thomas

Hi,
Thanks for the quick reply Gelu. I emptied the cache of my web browser and had a look at all http requests (with Charles proxy and Firebug) sent when loading the page http://www.osmf.org/configurator/fmp/. The only .swf loaded I can see is http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf.
Is there another cache involved ?
Thanks,
Thomas

Similar Messages

  • Flash CS6 vs CS4 SWF file size

    Hi,
    I've been working on updating some banners built with CS4 in CS6 over the last two days and have seen a dramatic increase in the exported file size from CS6 over the original versions with minimal changes to content (text edits, same fonts). As a comparison, I looked at a 160x600 banner from CS4 with a filesize of 34,540 bytes and the same file when exported from CS6 is 41,057. I tried using the LZMA compression yesterday and that helped, but this is only applicable on Flash Player 11+ and the banners had to be saved at 10 or lower.
    Does anyone have any suggestions as to why this is happening? I've wasted half a day recompressing the files down via 6 to get them out the door. Am I better off using CS4 for this stuff? Could it be a legacy file issue and I wouldn't see it if I built from scratch in CS6?
    We checked out size reports and noticed that there was a difference in the font weight in both banners, this could account for part of it, but it was the same fonts in both so not sure why this is happening but it is very frustrating.

    Didn't look at the file size of the FLA, just the SWF as I didn't even necessarily resave the CS4 as CS6. No edits were made, I tried it with a simple open and publish just to make sure I wasn't doing anything to change the file and the resulting file was heavier (kb).
    I looked through the size reports and saw that while image compression was better in the CS6 version, the fonts were all heavier than they were in the CS4 version and this put it over the 40kb limit.

  • Can't seem to stream (RTMP) an FLV file in Flash Media Playback from the Amazon Cloud

    I seem to be having trouble streaming any FLV file using RTMP from the Amazon Cloud.  Other file formats (i.e., MP4, F4V) seem to work just fine.
    I tried using your Flash Media Playback demo page and still had the same problem:
    http://www.osmf.org/configurator/fmp/
    Without publicly displaying the actual connection path here, this is what I am using for the Video Source (URL):
    rtmp://xxxxxxxxxxxxxx.cloudfront.net/cfx/st/_definst_/MyVideo.flv
    If I change the "MyVideo.flv" to "mp4:MyVideo.f4v", for example, then it works.  But when I try to reference any FLV file that I have located on the Amazon Cloud then it just shows continuous buffering.
    The FLV files that I am trying to use with both the Strobe and Flash Media Playback(s) all stream just fine when I connect to them via other Flash based applications/players that I have.
    Do you have any suggestions?
    Thank you very much.

    Hello,
    The link to the previous post does not seem to apply or help in this case.  Please let me know if I am wrong.
    I am merely trying to stream any FLV file using your Flash Media Playback demo page.  What am I missing here?
    Thanks again.

  • Flash media playback not playing local files?

    hi
    I want to use flash media playback http://www.adobe.com/products/flashmediaplayback/ to play some local FLV files on our intranet but it doesnt seem to work with local files
    I can play this http://www.osmf.org/configurator/fmp/ but when i replace the source with something like test.flv then it doesnt play
    Is this the case or I've done something wrong?
    We cant download anything so I need a flv player that comes with Adobe
    Thanks

    Sorry, I do not know Flash Media Playback, so I cannot help you.
    You may try to post at http://forums.adobe.com/community/flash/flash-media-playback but there seems to be almost no activity there.

  • Adobe Flash CS5 generating SWF file size more then fla file?

    Hi,
    I have developed a video player in adobe flash cs4 and used all vector arts but when I open this fla file in Adobe Flash CS5 and published it, the swf file size more then fla file.
    Please see the details below -
    Adobe Flash CS4 -
    Index.fla file size: 523 KB
    Index.swf file size: 55 KB
    Adobe Flash CS5 (Same file when open in CS5 and published)
    Index.fla file size: 183 KB
    Index.swf file size: 215 KB
    Please suggest.
    Thanks & regards
    Sunil Kumar

    Not working!
    Thanks
    Sunil Kumar

  • How to video via email using flash media playback setup?

    How I can send video via email?  I send every week an email that contain a link to WMV file on our website.  I am trying to send the same thing using flash media player. Here the html generated via flash media playback setup and will not display in an email.  Any advise
    <object width="400" height="400"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param><param name="flashvars" value="src=http%3A%2F%2Fwww.4GodIsLove.com%2F%2FTV%2FFlash%2FLydua_Fares_Elhaana.flv"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"  width="400" height="400" flashvars="src=http%3A%2F%2Fwww.4GodIsLove.com%2F%2FTV%2FFlash%2FLydua_Fares_Elhaana.flv"></embed></object>

    salma_salma wrote:
    Thanks Janaki but how can I add a new application? I tried to do it using Flash Media Administration Console but it doesn't work
    Hi Salma,
    To add an application to FMS follow the below steps
    1. Create a folder "my_app" under "$InstallRoot\applications" directory.
    2. For simple server side code... add "main.asc" file inside "$InstallRoot\applications\my_app" directory which has the content like
    application.onConnect = function(clientObj){
         trace('onConnect function");
         return true;
    3. To add streams to the application, creates 'streams' folder inside "$InstallRoot\applications\my_app" directory, within that create '_definst_' folder and then place your FMS supported streams within the directory. So your streams for the 'my_app' application will be at "$InstallRoot\applications\my_app\streams\_definst_\mystream.flv".
    You can connect to this application using the url "rtmp://your_server_name/my_app". To play the stream mystream.flv using video player, use the url "rtmp://your_server_name/my_app/mystream.flv".
    Regards,
    Janaki L

  • No audio streaming RTMP from Red5 to Flash Media Playback

    I am streaming RTMP from a Red5 server and viewing with Flash Media Playback. The video is fine but there is no audio. The audio from the same stream comes through when I try playing it with the FlashRTMPPlayer Demo that is included with Wowza so I know that the audio is in the stream. Is there any debugging information I can look for or any other configuration settings I need to try?
    Any help would be appreciated.

    I am streaming RTMP from a Red5 server and viewing with Flash Media Playback. The video is fine but there is no audio. The audio from the same stream comes through when I try playing it with the FlashRTMPPlayer Demo that is included with Wowza so I know that the audio is in the stream. Is there any debugging information I can look for or any other configuration settings I need to try?
    Any help would be appreciated.

  • I need to download flash media playback but I can't find the download button.

    I need to download flash media playback but I can't find the download button.

    Such behavior can be an indication that you are infected.<br />
    In such a case you can use another computer to download the program and save the file to an USB stick.<br />
    Be sure to download the latest databases.
    You can try an online anti-virus scanner.
    * http://www.google.com/search?q=Online%20Antivirus%20Scanner
    * http://housecall.trendmicro.com/ HouseCall - Free Online Virus Scan - Trend Micro USA
    * http://vms.drweb.com/online/?lng=en Dr.Web - innovation IT-security solutions. Complex protection against Internet threats.
    * http://www.eset.com/onlinescan/ - Free ESET Online Antivirus Scanner

  • Flash Media Playback - Compatible with Flash Pro?

    Hi all, I recently came across the Flash Media Playback player, (http://www.adobe.com/products/flash-media-playback.html) and it seems like a great solution for streaming video on a website. However, I'm wondering if we can somehow use the Flash Media Playback streaming service inside of Flash Professional. The FMP only outputs html code, so I'm not sure how or if this could be used in Flash, but is seem like something that should be possible.
    Any ideas? Thanks!

    The purpose of that product is to embed in HTML. If you're using AIR and use a StageWebView (which displays a native browser/HTML) then yes you could. Otherwise the purpose is specifically NOT to require Flash Professional. It's a fallback player, which means it attempts to use HTML5/MP4 as a best practice. If it senses no mp4 support it falls back to a flash player/SWF. The very nature of it overall is a copy and paste media player to use if you don't have Flash Pro.
    It's based on OSMF, which is a player you can use inside Flash Pro:
    http://www.opensourcemediaframework.com/
    API:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/org/osmf/media/package- detail.html

  • SWF File Size and Rollover Text Problem

    Hi and thanks in advance for any input.
    Two problems....
    1. SWF File Size
         I've made a fairly small (at least in my eyes its small) flash site. However, even tho there really isn't much content, the swf is already 2.4mb and I haven't even finished it. It loads fine on my internet speed, but im worried about general users with slower internet. Is there something i should be doing to get the file size down (hopefully without comprimising quality).
    2. Text Buttons (Movie Clips)
         The rollover function (Event Listener) for MCs containing text keeps running while the mouse is over the button. I.E. It isnt treating the text box as a button, its treating the text only as a button, so as you roll between one letter and another, the rollover is re-set and re-starts.
    The Swf is here.
    And the FLA is here. *EDIT* - How can i get this fla to you guys? this doesn't seem to work when i try to download file - it just gives a fla.txt file?
    Thanks.
    Zack.

    Reduce bitmap quality (increase compression).
    For each bitmap, select "custom quality" in the symbol properties and set it to no more than 80.
    Set the mouseChildren property of the button movieclips to false to avoid mouse events from triggering by child objects (the text inside the movieclip).
    services_inner.mouseChildren = false;
    projects_inner.mouseChildren = false;
    etc..

  • Welcome to Flash Media Playback!

    Welcome to the Flash Media Playback User Forum!
    We are pleased to announce the inaugural release of Flash Media Playback (FMP).  FMP is Adobe’s turnkey player built on the Open Source Media Framework (OSMF).  It is hosted on Adobe’s servers so that anyone who wants to embed video on their website can use it to play their video by simply referencing it in the website’s HTML.  All you need is the URL for your video content and your desired dimensions for your video player window, and you can have video playing on your site in no time.  You can enter in these values into the FMP configurator, press the “Preview” button, and it will generate the embed code you need to copy and paste into your webpage’s HTML.
    FMP is a fully featured player.  Features include:
    - Support for RTMP and HTTP dynamic streaming
    - Support for Flash Access 2.0
    - Default chrome that can be customized
    - Ability to display a play button overlay, poster frame, and animated buffering indicator
    For more information on Flash Media Playback, please visit the FMP product pages on Adobe.com.
    We are really excited about FMP, and we would love to hear your feedback!
    Warm regards,
    Cathi Kwon
    Product Manager for OSMF and FMP

    Sorry, I do not know Flash Media Playback, so I cannot help you.
    You may try to post at http://forums.adobe.com/community/flash/flash-media-playback but there seems to be almost no activity there.

  • Great tutorial on Flash Media Playback

    If you're looking for a great tutorial on Flash Media Playback, check out Greg Hamer's DevNet article here.
    Thanks!

    The purpose of that product is to embed in HTML. If you're using AIR and use a StageWebView (which displays a native browser/HTML) then yes you could. Otherwise the purpose is specifically NOT to require Flash Professional. It's a fallback player, which means it attempts to use HTML5/MP4 as a best practice. If it senses no mp4 support it falls back to a flash player/SWF. The very nature of it overall is a copy and paste media player to use if you don't have Flash Pro.
    It's based on OSMF, which is a player you can use inside Flash Pro:
    http://www.opensourcemediaframework.com/
    API:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/org/osmf/media/package- detail.html

  • Why not enter the Flash Media Playback setup website?

    Why not enter the Flash Media Playback setup website?
    My Live & Vod Flash Service can't run.
    Is Flash Media Playback termination of services?

    How to access the page ??
    Flash Media Playback Setup page
    To copy the embed code, visit the Flash Media Playback Setup page at osmf.org/configurator/fmp/. The Flash Media Playback Setup page (see Figure 2) contains two main sections on the left and the right. Use the form on the left to enter the values for your video: video source location and various custom settings. The right side of the page contains a preview player and the preview embed code. Enter the values and then click Preview to generate the proper embed code.
    I tried the above link and it takes me to the blogs.adobe.com .
    Pls advice

  • Flash Media Playback Utility download broken

    The Flash Media Playback tool is advertised here: http://www.adobe.com/products/flash-media-playback.html  But the download link has been hijacked to go to an open source download site that has nothing to do with the Flash Media Playback utility.  How can I get the Flash Media Playback tool?

    Sorry, I do not know Flash Media Playback, so I cannot help you.
    You may try to post at http://forums.adobe.com/community/flash/flash-media-playback but there seems to be almost no activity there.

  • What is the cisco ironport C680 and M680 configuration backup file size?

    what is the cisco ironport C680 and M680 configuration backup file size?

    Size of the XML itself?  That is going to vary based on what you have configured, total lines of code, and # of appliances you may/may not have in cluster.
    M680, based on SMA as stand-alone, should be similar --- you are probably looking @ < 1 MB... 
    Looking @ my test environment, in which I have a nightly cron job set to grab a backup of...
    -rw-rw----  1 robert robert 161115 Sep 26 02:00 C000V-564D1A718795ACFEXXXX-YYYYBAD60A5A-20140926T020002.xml
    So, 161115 bytes = .15 MB
    -Robert

Maybe you are looking for