How to make videos play only inside flash?

Hi.
i have encoded(converted) some video files through Adobe Media Encoder to f4v. and i play them inside flash, through a flvlplayback component.
I've placed the videos inside the same folder as my swf file.
is there anyway i can protect the videos to be shown only inside my swf file?
via the cue points and actionscript or something??
something like a code to be placed at the begining of the clip, and be checked inside my swf file (while loading the video, into the playback component). if the condition was confirmed, the video plays.
so that the video files don't play with other  players outside my swf file..

i think the only way to add even a modest amount of protection is to use a streaming server.

Similar Messages

  • Confusion over script and how to make video play

    Hi folks,
    I have created a SWF file that includes video, audio and
    text. All three parts work fine when I play the SWF file, although
    I would like to know what code I should put to be able to stop the
    audio from playing.
    But my main problem is once I have the SWF file uploaded to
    my site. The audio and text part works fine, but the video of a
    robot comedy performance will not play. I am not sure why this is,
    but when I uploaded the file to Dreamweaver there was a Script file
    called AC_RunActiveContent.js that automatically downloaded along
    with a file called .htaccess. I uploaded both these files too, but
    the video part of the SWF file still would not play. I have tried
    the SWF file in Mozilla, IE7 and Flock, but no luck. I also tried
    pasting the AC_RunActiveContent.js into my Dreamweaver page and
    uploaded that, but that did not work either. I just got all the
    code showing. For those who want to see the SWF file for themselves
    the link is
    http://www.marykingmedia.com/manga2/index.htm
    For those curious about the AC_RunActiveContent.js code, I
    will paste below. I am not sure if this is Actionscript or not. If
    it is, I do not know which Actionscript it is.
    But I have absolutely no idea what the problem is, or what I
    am supposed to do here. I would be grateful for any help you can
    give me. Keep explanation as simple as you can because I am not
    terribly tech savvy.
    Thanking you all.
    Mary
    p.s./ I am using Dreamweaver CS3, if that means anything

    If you're playing the video from Videos and TV application then it should work.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • How to make mplayer play 3gp type files ??

    how to make mplayer play 3gp type files ??
    I downloaded a Japanese blue movie by amule, but I cannot play it!

    Army wrote:Actually, a few weeks ago, opencore-amr went into [extra] and ffmpeg and mplayer are being compiled against it, so Arch's mplayer should support 3gp files ootb including audio. Video playback was never an issue, because 3gp is just a container, the video codec is usually h263 or h264, which are no problem for mplayer.
    Very new versions of FFmpeg have native amr-nb support. I'm not sure if it happened before or after the most recent FFmpeg bump in the repos.

  • I just installed an update on my iPhone and since then the choice to repeat music, or not, has disappeared and it automatically plays songs and albums on a loop. Anyone know how to make it play an album or song just once?

    I just installed an update on my iPhone and since then the choice to repeat music, or not, has disappeared and it automatically plays songs and albums on a loop. Anyone know how to make it play an album or song just once?

    Basics from the manual are restrt, reset, restore.
    Have you tried each of these?

  • How to make the table scalable inside a tap control?

    Hi,
    Does anyone know how to make the table scalable inside a tap control in LabWindow CVI? I see that there is option for a panel to scale contents on resize, but not available for a tab control. Any ideas?
    Thanks a lot!
    Weiming
    Solved!
    Go to Solution.

    Hi SGIE,
    you have posted a LV-related question to the LabWindows/CVI forum: you should post it in the LabVIEW forum instead.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Nokia 5610 - how to make calls ring only on headph...

    Nokia 5610 - how to make calls ring only on headphone and not on phone???
    Could someone help me out please??? I tried everything... Nothing works!!!

    Surely if you put the phone on silent and connect the headphone? That works on mine.
    Chris
    6230i (the last bug-free Nokia?)
    Vodafone UK contract since 1992

  • How to make video calls on i phone 4s

    how to make video calls on i phone 4s

    kalidag
    Currently Being Moderated  Re: how to make video calls on i phone 4s
    Jan 30, 2012 1:35 AM (in response to wjosten)
    but we can make video call using our SIM network.. it charge morethan a voice call.I am looking for that on my i phone
    Dear cheonweb,
    The person asking about  3G video cal with out using GPRS(cellular network data plan or wifi) by using cellular network data plan it is possible but with out using cellular network data plan we cant make 3G video cal in apple phones.

  • How to make a Poster Frame to Flash 8 Video

    Hi to all,
    I want to make a poster frame (a simple jpg)
    to display before the FLV video plays.
    So first the user to click the play button or on this poster frame.
    The code below does exactly what I need, but it is in Flash CS4.
    How could I do the same with Flash 8 Pro (ActionScript 2.0)?
    Any help?
    import fl.video.VideoEvent;
    function showPosterFrame(event:Event):void {
        myPoster.visible = true;
    function hidePosterFrame(event:Event):void {
        myPoster.visible = false;
    function playMovie(event:MouseEvent):void {
        myVideo.play();
    myPoster.addEventListener(MouseEvent.CLICK, playMovie);
    myVideo.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, hidePosterFrame);
    myVideo.addEventListener(VideoEvent.COMPLETE, showPosterFrame);
    Iason_K

    are you using an flvplayback component?

  • OA Framework,how to make field Read-Only which is used inside Switch case

    Hi all,
    Using Personalization in OA Framework, when I am trying to make field read only, which is inside Swich statement ,then that field get automatically hidden.but my purpose is to make that field read-only not hide.
    My field name is Proposed Annual Increase Amount .
    The Personalization swtich case lookslike this :-
    Field Name Shown
    Switcher: Proposed Annual Increase Amount Yes
    case_name_HrPRateAnnTotInputSs
    Message Text Input: New Annual Amount Yes
    case_name_HrPRateAnnInputSs
    Message Text Input: Annual Pay Rate Yes
    case_name_HrPRateCurrAnnSalSs
    Message Styled Text: Pay Rate
    Regards,
    Mxj2930

    Can you be a bit clear on your requirement. If you have a switcher to display a field based on some condition, the other fields will not get displayed. I did not get as to what you mean by "my purpose is to make that field read-only not hide.".
    Are you talking about the case, when the "New Annual Amount" (or) "Annual Pay Rate" fields are displayed conditionally, you want them to be read-only and not editable. If this is the case, set the read-only property of these fields to true.

  • How to make a fullscreen button for Flash Catalyst?

    Hey everyone.  I really hope someone can help me with this.  How can I make a fullscreen button in Flash Professional that would make my Flash Catalyst project go fullscreen?

    I'm sorry I really don't know Flash Catalyst as much as I'd like to. Designing interfaces is left up to me, no designers at my agency use Catalyst. Though this is the Flash forum so that's as much as I can tell you. I didn't know Catalyst didn't support basic scripts (I thought I read that it did).
    Ultimately, for a very cheap price you can do something like go to http://www.lynda.com/ and buy a membership. Dirt cheap compared to what you get. They offer many courses on all this stuff and I'm sure your answer would lie in one of the (nicely broken up by subject) video training videos.
    Just searching for Catalyst brings up a bunch of courses:
    http://www.lynda.com/search?q=catalyst&x=0&y=0
    edit:
    For instance I watched the essential CS5.5 training and I saw in 2 minutes flat that when you click on a button you should have an "Interactions" panel that lets you do things. If they didn't put fullscreen as an interaction that's another thing but I'm just pointing out it's very easy to learn how to do all sorts of things in video training. If you do not want to purchase a membership there just find a video you think would have the info in it and I'll watch it and let you know if it told me how to do it, and how to do it.

  • Larger Video Play Buttons in Flash

    How do you get larger video play/pause buttons when importing a video in to Flash. My current buttons are too small and I need to find larger ones. How do you do that?

    I've tried using different flvplayback skins and the playback buttons are all way too small. I tried following steps on how to use the Video UI Component but it doesn't seem to work. I added a "Play" button to the stage but didn't know what to name the instance of it and then how to do the Action Scripting for it. There were examples of Action Script and I tried the examples and they didn't work.

  • How to make a mobile content in flash

    plze does any one know how to make a mobile content in flash

    You better ask in the Flash forum; this is the Flash Player forum.

  • How to make DFF Read Only ..

    Dear Friends,
    I have 3 segments in the Additional Personal Details DFF in HRMS. I want to make only the 2nd segment read-only not all the segments.How can we achieve this can any one pls let me know about this ...
    with regards
    Swpana

    Hi,
    Review the following documents and see if it helps.
    Note: 438215.1 - How To Make DFF Segments Read Only Using OAF Personalise
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=438215.1
    Note: 750679.1 - How To Make Only Some Of The Segments Of A Descriptive Flexfield Read Only On OA Framework
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=750679.1
    Note: 149452.1 - How do you make a descriptive flexfield display only?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=149452.1
    Regards,
    Hussein

  • SRM 7 Header Delivery Tab-- how to make fields read only

    Hi Experts,
    We are upgrading from SRM 4 to SRM 7.
    In SRM 7
    Create Shopping Cart--> In General Data Click the link Set_Values --> Go To Delivery Address/Performance Location tab
    All the fields here are input ready, how can we make these read only?
    Thanks a ton
    Anubhav

    Please I need help too on this :
    When I try to create a SC I get the default address as below which was the og unit address :
    It is picking the address from the Org unit :
    Now If I check the user attributes That I have now added address number data should have been populated .   The attributes address are also seen correctly below in the attributes section below :
    The attributes address are also seen correctly below in the attributes section below :
    However when I create a SC 1001000515 created in test it has Delivery address as blank stored :
    Please can soe  one guide me is this a bug ?

  • How to make fields Read only on all tabs in one go with the help of feeder classes in SAP EHS?

    I have a requirement where once we press SAVE button i have to make all the fields read only in tabs highlighted below.Which is the best method to do it.?
    There are number of fields in all these tabs and we want to make them read only on particular Action event.How to do it?
    Thanks,
    Vimal

    Hi Vimal,
    As I understood you reformulate this question at this page. I will try to help you there.
    Kind regards, Aliaksandr.

Maybe you are looking for

  • How do I sync 2 devices to the same data?

    I have a life drive and my wife has a treo 650. We both wish to synchronize with the same data on our pc.How do we do that? Post relates to: LifeDrive Message Edited by thetreoguy on 04-09-2009 05:54 PM

  • IOS 8.0.2 now available

    now available for download

  • How to connect to the database

    hello, i'm using windows 2000 sp: 4 i have installed databaseXE 10g and Developer suite 10g (installation: Complete). When i run oracle designer or repository administration utility, i can't enter with my database acount > user : system, password: xx

  • Installing Solaris 10 on HP ML350 G5 server - No disks found

    I get no disks found. I cant find drivers for Smart Array e200i 128Mb v.1.66 (disk controller installed on ML350 G5) on HP site or anywhere else. Has anyone had success in installing Solaris on ML350 G5 server? Help me, please!

  • Can we use OWSM in OSB for ServiceType Other than WSDL Webservice

    Hi all, We want to use OWSM in OSB can we use OWSM in OSB for all the Service Type like WSDL,Messaging service(mfl,text,binary) , SOAP , ANY XML service???? Is there any restriction in the service Type??? What bout Adapters like JMS,FTP,File can we u