Uploading a SWF to the BreezeServer for playing FLV Content on BreezeServer.

I'm creating a SWF that only contains the MediaPlayback
component in Flash and that would ideally by linked to a FLV in the
content section of the Breeze server. Although I can get an
absolute path to the folder that the FLV was uploaded to (i.e.,
http://mycompanyname.breezecentral.com/p58544386/)
and I know the name of the FLV file (i.e., John DoeSm.flv), when I
setup the MediaPlayback component to point to
http://mycompanyname.breezecentral.com/p58544386/John
DoeSm.flv, I get nothing.
The reason WHY I am setting up this SWF to "play" the FLV
file, is because the I can setup the MediaPlayback component to
automatically start playing content. The Media Player that is built
into the Breeze Server doesn't allow for the FLV to begin
automatically. Has anyone been able to get this to work or have any
recommendations? Below is the research I've done to try and make
this work, but with no avail:
I thought that this might be a
sandbox issue so I uploaded the SWF (MediaPlayback Component) and
the FLV to the Breeze Server. Linking to the FLV by relative and
absolute paths (In a browser, If you type in the absolute path,
followed by the actual filename, you get an error message from the
Breeze server, "Not Found") did nothing for me.
I thought that the permissions might
also be causing the problem, so I made sure to manually setup the
SWF and FLV files to "Allow for Public Viewing", which didn't do
anything for me either.
I also tried putting the running my
SWF locally, with hopes that an absolute path to the FLV would be
able to link to and play the video content, but again, with no
avail.

That's great to know Jeremy (nice name, BTW). Breeze Support
also recommended the following process which worked well too:
The generated URL for a FLV file on a Breeze Communication
server will look something like this:
http://macromedia.breezecentral.com/p87121699/
But the link to the actual FLV is inside:
http://macromedia.breezecentral.com/p87121699/output/<filename>.flv
So make sure that the FLV file have the permission to "Allow
public viewing", and have your Media playback control to point at
this format:
http://macromedia.breezecentral.com/p87121699/output/<filename>.flv

Similar Messages

  • Creating swf file with along with linked flv content

    Can anyone tell me the procedure for creating an swf and
    linked flv file with Sorenson Squeeze for deployment on the Breeze
    server or in Breeze Presenter. All Adobe will share is the how to
    ithis with Flash. I feel certain this can be done, but all my
    attempts have failed in that the published swf will not display the
    referred flv content. To interpret the Flash procedure it seems
    that all one has to do is add /output "file name" to the swf player
    flve linked url, but the published swf file does not seem to be
    linked with the published flv file. - even when I have made that
    flv file public.

    You wrote  "I've imported the FLV into the 'stage' and added a skin through the wizard" from this I conclude that you choose the deafult option, that says "load external video with plyback component" (only this one offers you a skin wizard). But when you deploy that swf to a server it still needs the flv source (search Help for FLVplayback), and even the Skin (its an extra swf) must be depoyed to the server. What you instead want to do is option 2: embed FLV in swf. There are some disadvantages to this solution: the longer the video, the more probable it is, Audio and Video will get desynchronized, and: you can`t use Adobes premade skins for the controls

  • Get rid of the skin for DW flv embed

    Using DW CS4...
    So embedding FLV files is really easy in DW. I just need to get rid of the skin!!! How do I do that? And I'd prefer to NOT convert the FLV to an SWF because then the whole thing needs to download before it starts playing....

    Hi
    The only way is to create your own skin file, this can be a blank skin with no controls, then replace the dw supplied skin file with your own, you will require the flash program to do this of course.
    Unless you have a good reason for wanting this feature I would not recommend doing this, as providing no controls takes the control away from the user, which is why the skin files where created in the first place, (the decision is yours though).
    PZ

  • Need code for playing flv flash in HTML5

    Can someone tell me what is wrong here? It does not play.
    Also, in HTML5 there is a huge blank space on the screen where the <video> code resides.  How come?
    <!DOCTYPE HTML>
    <html>
    <head>
    <title>video testing</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </head>
    <body>
    <p>Click the <a href="Download" _mce_href="http://www.amelox.com/Media/UX-CT-Tour-Short-1024d12db.mp4">Download">http://w ww.amelox.com/Media/UX-CT-Tour-Short-1024d12db.mp4">Download mp4 </a> button to start video.</p>
    <p>Click the <a href="Download" _mce_href="http://www.amelox.com/Media/UX-CT-Tour-Short-1024d12db.webm">Download">http:// www.amelox.com/Media/UX-CT-Tour-Short-1024d12db.webm">Download webm </a> button to start video.</p>
    <p>Click the <a href="Download" _mce_href="http://www.amelox.com/Media/UX-CT-Tour-Short-1024d12db.ogg">Download">http://w ww.amelox.com/Media/UX-CT-Tour-Short-1024d12db.ogg">Download ogg </a> button to start video.</p>
    <p>Click the <a href="Download" _mce_href="http://www.amelox.com/Media/UX-CT-Tour-Short-1024d12db.flv">Download">http://w ww.amelox.com/Media/UX-CT-Tour-Short-1024d12db.flv">Download flv </a> button to start video.</p>
    <video width="480" height="270" controls="controls">
    <source media="all" src="rtp:UX-CT-Tour-Short-1024d12db.mp4"  type='video/mp4; codecs="vp8, vorbis"' />
    <source media="all" src="rtp:UX-CT-Tour-Short-1024d12db.webm" type='video/webm; codecs="avc1.42E01E, mp4a.40.2"' />
    <source media="all" src="rtp:UX-CT-Tour-Short-1024d12dB.ogg" type="video/ogv; codecs=&quot;theora, vorbis&quot;" />
    <object data="id=player1" width="480" height="270">
        <param name="classid" value="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" />
        <param name="movie" value="player.swf" />
        <param name="flashvars" value="UX-CT-Tour-Short-1024d12db.flv & autostart=true" />
        <param name="allowfullscreen" value="false" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="allowscriptaccess" value="always" />
    <embed flashvars="file=UX-CT-Tour-Short-1024d12db.flv & autostart=true" id="player1" src="player.swf"
    allowfullscreen="true" allowscriptaccess="always" width="480" height="270" />
    </object>
    </video>
    <p>here is some more text</p>
    </body>
    </html>

    i remember reading a paragraph in playing sounds tutorial which says mp3 files are not yet supported!Make me aware if im wrong:)

  • What is the workflow for embedding FLV into website?

    I have a client that I created FLV files for.  Now his "web guy" is asking me how
    to create SWF files so he can embed them onto his web pages.  I
    explained that Premiere only creates FLV and F4V files.  My understanding is that he needs Flash
    Pro CS5 to create the SWF files.  Is this correct?  I have been all over the web looking for t
    he workflow for embedding video files like they do on you tube.  I'm a videographer dammit, not a web designer!!
    thanks for your time,
    Stuart

    There is really no need for him to get Flash if he doesn't already have it, he can use the embedding method in DreamWeaver or better yet, use a third party video player like
    JW Player:
    http://www.longtailvideo.com/players/jw-flv-player/
    or Flow Player:
    http://flowplayer.org/
    just to name two.
    Adninjastrator

  • Webserver for playing FLVs

    Our website draws about 2500 visits a day. We are currently
    hosting our site with Godaddy's premium shared hosting plan. We
    have some videos (FLV) about 30 min long each. We want to put them
    on our website as a video showcase playlist. First question is, do
    we go with progressive or streaming? Second, if streaming do we
    need a streaming flv server? What would be the best way to do this?
    Do I need additional software on my hosting end?

    You will need to make sure your server supports the FLV MIME
    type, no matter which method you decide to use. Godaddy is not a
    true streaming server using rtmp (real time messaging protocol),
    which only serves out the video data that is necessary to play at
    that point. progressive download will download the entire video to
    the users computer, and you can only view what has already
    downloaded. On a true streaming server, the video doesn't download,
    and you're able to scrub to the end of the video instantly since
    the video doesn't have to download first. If you want to use a true
    stream, you'll need to either set up your own server using FMS,
    red5, wowza, or any others. Or, you can pay for a streaming server
    like a shared hosting plan, like streamguys, or others. If you plan
    to serve large videos, and/or want to give the option of scrubbing
    to the end of a movie instantly, then true streaming is the way to
    go. Otherwise, standard progressive download should be just
    fine.

  • The speed of play flv?

    how to control the speed of the flv playback???

    If yout title is the question, then the following link might help you...
    http://younsi.blogspot.it/2009/03/how-to-play-video-in-flash-in-slow.html
    If the body of your posting is the question and it is asking about the FLVPlayback component, I don't think there is anything you can do to control the speed of when using the component.

  • Application Error while activating the feature - for creating list content type, list definition and list instance

    Dear all,
    I am getting application error while enabling the feature. if any body can point out the issue - that will be helpful.
    content type
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Field ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns"/>
    <!-- Parent ContentType: Item (0x01) -->
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9"
    Name="TrainingCourses"
    Group="Training Content Types"
    Description="Defines a Course"
    Inherits="TRUE"
    Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE"/>
    </FieldRefs>
    </ContentType>
    </Elements>
    List definition
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
    <ListTemplate
    Name="TrainingCourses"
    Type="10100"
    BaseType="0"
    OnQuickLaunch="TRUE"
    SecurityBits="11"
    Sequence="410"
    DisplayName="TrainingCourses"
    Description="Training Courses List Definition"
    Image="/_layouts/images/itgen.png"/>
    </Elements>
    List instance
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="TrainingCourses"
    OnQuickLaunch="TRUE"
    TemplateType="10100"
    Url="Lists/TrainingCourses"
    Description="Training Course List Instance">
    </ListInstance>
    </Elements>
    schema
    <?xml version="1.0" encoding="utf-8"?>
    <List xmlns:ows="Microsoft SharePoint" Title="TrainingCourses" FolderCreation="FALSE" Direction="$Resources:Direction;" Url="Lists/TrainingCourses-LD_TrainingCourses" BaseType="0" xmlns="http://schemas.microsoft.com/sharepoint/">
    <MetaData>
    <ContentTypes>
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9" Name="TrainingCourses" Group="Training Content Types" Description="Defines a Course" Inherits="TRUE" Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" />
    </FieldRefs>
    </ContentType>
    </ContentTypes>
    <Fields>
    <Field ID="{4c1b0a21-fce0-4cfe-8742-a250672afe4f}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns" />
    </Fields>
    <Views>
    <View BaseViewID="0" Type="HTML" MobileView="TRUE" TabularView="FALSE">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="LinkTitleNoMenu">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="Modified" Ascending="FALSE">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="AddNewAnnouncement" Location="Resource(wss,addnewitem)" />
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_ONET_HOME)" />
    </ParameterBindings>
    </View>
    <View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" DefaultView="TRUE" MobileView="TRUE" MobileDefaultView="TRUE" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images/generic.png" Url="AllItems.aspx">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="Attachments">
    </FieldRef>
    <FieldRef Name="LinkTitle">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="ID">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    </ParameterBindings>
    </View>
    </Views>
    <Forms>
    <Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    </Forms>
    </MetaData>
    </List>
    I am applying the feature to SPWeb level.
    cheers
    Sathya

    redeployed a new solution; since I was getting this error. I would have done typo errors etc.
    https://naveengopisetty.wordpress.com/2011/09/10/error-occurred-in-deployment-step-activate-features-invalid-file-name-the-file-name-you-specified-could-not-be-used-it-may-be-the-name-of-an-existing-file-or-directory-or-you-may-not-have-pe/
    Cheers
    Sathya

  • How to Upload All Swf to cache Browser

    Hi all;
    Please i need help.
    i have a website (12 swf's). the main.swf had the menu how
    call all swf from the main.swf.
    How i can upload all swf to cahe browser for get a fast
    website. i need a script. Please Help????????

    preload them. ie, start loading them (using loadMovie or
    loadClip) before they are needed. to do this intelligently though
    is more than you would expect a beginning actionscripter to
    handle.

  • Temporary solution to play flv files on nokia n8 h...

    Solution for playing flv video files from nokia N8
    Following are the steps
    1) Open the file
    2) Quickly tap the screen, and move the volume key up and down
    3) again tap the screen
    and that's all, now enjoy the video as you did prior to belle .
    note: this is just a temporary soln, sometimes it fails to play, though you can keep trying it.

    Dears,
    If the phone is connected to internet via GPRS of WLAN, the flv file can be played
    If I've helped in any way, a click upon the white star at bottom right of screen would always be appreciated.
    However if my answer also solves your problem clickingbelow it will benefit other users!

  • Nokia 5800 won't play flv files

    I've had my 5800 for about half a year. My Software version is V31.2.101 (this is the most up-to-date version I can have according to my Nokia Software Updater)
    For some reason when I try to play flv files (approx. 30-100mb), a completely white screen shows up with a "broken" flashplayer symbol in the upper left corner.
    What's wrong? How do I play flv files on my Nokia?
    I've read in lots of places before that the 5800 can play flv files straight out of the box. =/ mine can't
    btw, I can play mp4 files, but it's a pain because I have to convert the flv files first
    and I have Adobe Flash Lite 3.1 installed. (atleast that's what it says when I select a video and go to "Options" - "About application")

    As far as I was aware, the 5800 didn't play FLC - it certainly isn't listed here:
    http://www.forum.nokia.com/Devices/Device_specifications/5800_XpressMusic/
    However, even if it was possible, it may depend on the way the FLVs were encoded - things like the frame rate could cause playback incompatibilities.

  • Workflow issues for checking in content in URM

    I am pretty new to the whole workflow thing and am giving it my best shot.
    I am trying to trigger the workflow for all new content that has the account 'ABC'. Setting up the criteria was the easy part.
    The hard part for me is the statements that actually trigger the workflow.
    I used the following statements, where my name is entered into the metadata field xvg_busconname and received this error:
    <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconname,"user")$>
    Error executing script:
    Evaluated value: <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconname,"user")$>. Offset in runtime evaluation is at line 3 and character 27. Could not find the parameter 'xvg_busconname'&lrm;.
    wfMailSubject=workflow item
    wfMessage=This item has been checked in.
    I also tried it slightly different, where my email address was entered into the metadata field xvg_busconeemail:
    <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconemail,"emailformat")$>
    and recieved this error:
    Error executing script:
    Evaluated value: <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconemail,"emailformat")$>. Offset in runtime evaluation is at line 3 and character 27. Could not find the parameter 'xvg_busconemail'&lrm;.
    wfMailSubject=workflow item
    wfMessage=This item has been checked in.
    If anyone sees an obvious problem with where I am going wrong, please let me know.
    Thanks.

    Hi liqian,
    Download the ContentIntegrationSuite which gives you Java API's to interract with URM.
    I would like to know about the usage of agent services / web services to checkin / checkout the content from Content Server.
    regards
    Ravi.

  • How to play .flv, .avi files in Media element c# 2012

    I want to play .flv and .avi extention files in my video player . But it doesnt work. I installed K-lite Codec also. But i am not sure user will installed codecs or not . so i dont want to take risk. So plz help. I know that there is no default plug ins
    for playing .flv or .avi files in c# 2012 .But still i want a helpful reply.
    Thanx in Advance
    Nitikesh Pattnaik

    Nitikesh,
    Sorry but you have posted to a forum that deals exclusively with question/issues about Microsoft Project, a Project management application. I suggest you delete this post and find a more appropriate forum.
    John

  • I can't for the life of me get a SWF or FLA file to play in IE 8.

    What in the world do I have to do to get a flash file to play in IE 8. Dreamweaver can't embed it correctly or any other code I can find on the internet can do it. This appears to be the result of either a IE 8 update or a Flash player update.
    Please please help.

    evereddie2 wrote:
    What in the world do I have to do to get a flash file to play in IE 8. Dreamweaver can't embed it correctly or any other code I can find on the internet can do it. This appears to be the result of either a IE 8 update or a Flash player update.
    Please please help.
    The code to embed a flash file is this:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="movie_name" align="middle">
        <param name="movie" value="movie_name.swf"/>
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="movie_name.swf" width="550" height="400">
            <param name="movie" value="movie_name.swf"/>
        <!--<![endif]-->
            <a href="http://www.adobe.com/go/getflash">
                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
            </a>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
    </object>
    All you need is to change the "movie_name.swf" in the above code (bolded for easy recognition) to the actual file you want to embed.
    hth

  • Problems for playing the same wav "n "times

    Hi everybody
    I ve this problem:
    In the emulator in my pc, i can play the same "bomb" sound (a file, with extension.wav) the times i want... but when i upload my app to the device, the sound only plays one time(the first time), the next times, it doesnt make any sound... what can be happening? I dont undestand
    This sound i use it, to notify when a user, sends me a message.
    The device, i m using is a Motorola C650.
    Any suggestions(HELP)?
    Cheers

    Not with Acrobat, no. There's a Search & Replace function, but only for one
    instances at a time.

Maybe you are looking for

  • Use as disc

    Hello, I would like to know if its possible to use the iPod touch as a disc. I bought a new iPod touch in November 2009. This year I bought a Ford Fiesta. I bought the car with the idea of playing my iPod Touch through the radio system. But now it se

  • How to Report an Erroneous Listing?

    On one of the albums available at the iTMS, I discovered they messed up and duplicated three tracks in the song list, with the three tracks listed as different titles but with the same timings and audio files. When I see something like this, I'm sure

  • Editing PDFs in Sharepoint

    I am unable to use all the features of Acrobat Professional when accessing a PDF residing on a Sharepoint site, most notably hyperlinks. If I create a My Network Place for the Sharepoint site / folders, I can paste PDFs into the folders but I cannot

  • Beware: Preview deletes changed/unsaved file without asking

    Since this happened to me twice now and I lost an hour of work, I'd like too share with you my bad experience with Preview.app A nice feature of Preview is the ability to add annotations to any pdf-file. If you add an annotation (e.g. a comment or so

  • Does anyone here knows how a while loop works?

    The following code works... DECLARE zz NUMBER := 1; BEGIN While zz < 10 LOOP zz := zz + 1; END LOOP; END; If I put a prompt in it like so it does not.... DECLARE zz NUMBER := 1; BEGIN While zz < 10 LOOP prompt Look THEO I am looping...; zz := zz + 1;