Pause Main Movie while external FLV is streamed

Hey i was wondering if it's possible to pause the main movie,
while - through the flv playback component - an external flv is
beeing streamed. once the flv-video has played through the main
video should continue playing.
is that possible? if so, can anybody show me how?
thx in advance
Phil

If all of your assets are on the main timeline of the swf
(i.e. you don't need to stop specific MovieClip instances--just the
main timeline), then it's not too hard. You just need to issue a
stop() action when you want to "pause" the main timeline. I don't
know your setup, so you might want to pause while the video is
buffering, or when the user clicks the play button (it seems to me
that you'd just put a stop() action on the frame where your
FLVPlayback component lives, right?). Then, listen for the
"complete" event to fire from the FLVPlayback component to resume
playback. Before I can offer some sample code, can you tell me
which version of the FLVPlayback component you're using? AS2 or
AS3?

Similar Messages

  • Both main movie and external swf preloader - confusion!

    Hi there!
    I have a webite with my main movie (88kb) and an external swf
    soundloop (1mb). I made a preloader, but it only loaded the main
    movie, meaning that after the intro, the soundloop would not start.
    I loaded the soundloop onto level 1, and then tried to make a
    preloader with this code (I thoguht it worked but it really was a
    total guess).
    stop();
    this.onEnterFrame = function() {
    bl = _level1.getBytesLoaded()+this.getBytesLoaded();
    bt = _level1.getBytesTotal()+this.getBytesTotal();
    if (bt<=0) {
    bt = 99;
    bar.gotoAndStop(Math.floor((bl/bt)*100));
    if ((bl == bt) && (bt>0)) {
    delete this.onEnterFrame;
    gotoAndPlay("Intro", 1);
    Now when I test the movie, everything loads, but when the
    soundloop is loaded after the intro, the preloader movie clip
    appears and starts playing and repeating itself!
    How on earth do I get rid of this?! You can see the problem
    here:-
    http://www.vanitee.co.uk/princess.swf
    Thanks in advance

    Please! Still in great need of help. Have tried all sorts
    =(

  • Dling external .swf files while main movie is playing

    Does anybody know a command to have your flash movie download
    external .swf movies within the "main" movie while playing. I have
    about 8 .swf's that are all linked together but the problem is the
    loading of each one seperatly (kinda lags a bit b4 each movie is
    loaded, because you have to download each and everyone) PLEASE help
    me out I'm working on a big project here at work :yikes: Thank
    you!!

    jsns wrote:
    > Does anybody know a command to have your flash movie
    download external .swf
    > movies within the "main" movie while playing. I have
    about 8 .swf's that are
    > all linked together but the problem is the loading of
    each one seperatly (kinda
    > lags a bit b4 each movie is loaded, because you have to
    download each and
    > everyone) PLEASE help me out I'm working on a big
    project here at work
    > :yikes: Thank you!!
    >
    check help files for details and usage of "loadmovie" and
    "loadmovienum" actions.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Flash Player 9 pausing on intial load of external FLV

    After upgrading my Flash player to version 9, I get a very
    noticeable pause when loading an External FLV into a custom FLV
    player that doesn't happen on versions 7 and 8. There is a
    buffering/loading animation movie clip that also locks upafter the
    initial call to the NetStream.play method. The longer the video,
    the longer the pause. The video eventually plays but this initial
    behavior is definitely undesired.
    I also noticed that the browser (IE 6.0.2900) itself locks up
    (reports as Not Responding) if you try to resize,move or click on
    the address bar while the unexpected pause is taking place.

    Hi Stylianos!
    Navigate to
    HD > Library > Internet Plug-Ins: In here do you see a file named Flash Player.plugin?
    If so, click on it once to highlight it.
    Depress the Command + I keys, to get info.
    What version does it say it is?
    ali b

  • Flash streaming external flv files

    I have a web page which contains a flash object embeded in
    it, this flash is streaming external flv files. The flash was being
    displayed correctly when the website was hosted on a windows 2000
    server but when the site was moved to a windows 2003 server the
    flash is no longer displayed, instead of it a box with undefined
    text inside it. I searched the Adobe support center and found this
    Tech Note about adding the MIME Type through IIS since windows 2003
    doesn't stream flv files. I followed the steps mentioned but still
    am getting the undefined box
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19439&sliceId=2
    Does anyone know how to solve this issue?
    Thanks in advance.

    This is the problem.
    When Flash Player movie files that stream external FLV files
    (Flash videos) are placed on a Microsoft Windows 2003 server and
    then viewed in a browser, the SWF file plays correctly, but the FLV
    video does not stream. These files work correctly if tested on
    other operating systems. The issue affects all FLV files played via
    Windows 2003 server
    And can be solved by....
    1. On the Windows 2003 server, open the Internet Information
    Services Manager.
    2. Expand the Local Computer Server.
    3. Right-click the local computer server and select
    Properties.
    4. Select the MIME Types tab.
    5. Click New and enter the following information:
    * Associated Extension box: .FLV
    * MIME Type box:flv-application/octet-stream
    6. Click OK.
    7. Restart the World Wide Web Publishing service.

  • Can i connect a external hard drive to apple tv 3 generation, for see my movies itunes with out use streaming or icloud?

    can i connect a external hard drive to apple tv 3 generation, for see my movies itunes with out use streaming or icloud?  in apple tv 3 and 2?
    That  i want to know is i can connect a external hard drive to apple tv, for see my movies that i keep in my external hard drive,  i dont want to see then  whit the streaming and icloud, or used my  laptop o pc for access de movies and stuff.
    i put iny spanish to, because i feel my english is not so good, but i hope you understand me.
    if i can´t  connect a external hard  drive, wich others media players divices you know that can see itunes movies?
    ¿quisiera saber si se puede conectar una memoria externa al apple tv, para ver el contenido de itunes que tengo guardado en esa memoria como peliculas, ect?
    lo que no quiero es usar  la icloud, o el servicio streamig para ver mi contenido, ni tener que usar la computadora para ver mi contenido el la tv?
    y de no poderse conectar  que otros dispositivos media pleyer conoces para ver peliculas de itunes  en la tv?

    Welcome to the Apple Community.
    can i connect a external hard drive to apple tv 3 generation
    Unfortunately not.

  • Control external swf file that is loaded into main movie

    I've loaded an external movie into Scene2 of the main movie,
    I want a button in the main movie, in scene two, which shows
    up right now under the external loaded movie, to be able to
    onRelease gotoAndStop at the first frame of the external movie
    which is loaded into that scene. Do I just write that as:
    AssociateSelected_btn.onRelease = function() {
    gotoAndStop("RGSassociate.swf","frame1")
    ? I thought I tried this, but since the ext.movie is loaded
    automatically on entering the scene it is not put into a level
    (which would be easier to navigate)....
    Any help/thoughts would be much appreciated, thanks!

    Just a thought- can i refer to the external movie through the
    loading component instance name?
    Still wondering if I can control the time line inside the
    external movie from the main movie...

  • Scripting external movies to buttons in main movie, help please?

    I'm building an entirely flash based website using Flash CS3 and ActionScript 2. I'm using external movies for the various pages, and putting buttons that control these movies in the main movie file. Normally, I'd simply put the script to control the buttons on the main movie file, not the external ones, but because there's more than two different pages and I'm fading each external clip in and out, I'm wondering if possible to put the script, for the buttons on the main movie, on the external movies.
    I hope I've explained it right, any help appreciated.
    Thanks.

    ok, i removed the trace from the main timeline and put that trace on the external portfolio movie, here's the output results.
    when testing the main movie i i got: _level0
    and when testing the external movie i got: undefined
    so, by the looks of the results it is tracing back to main movie from the external one, it's just not got a target in main movie. is that right? we've already made sure all the movie clips and buttons involved are referenced and instance names are correct, so how can it be undefined?

  • Cant stream movies while using airplay

    CAnt stream movies while using airplay. says error occured

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.
    If you are still having problems, the following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

  • NaN with loading external flv

    Hi all
    I'm having some strange diffulties which I can't solve.
    I'm starting off with a website.swf which loads different
    external swf's depending on the button that has been pressed.
    One of those swf's is a file with different buttons to load
    different external flv's.
    While loading a flv a progressbar shows the percentage of the
    loaded part of the flv
    Now: If I play the first video file everything works fine
    While switching to another button to load another flv during
    the loading of the first flv, My percentage says NaN. and stops
    loading.
    On each button I say:
    on (press) {
    stream_ns.close();
    connection_nc.close();
    _parent.videoloader_mc.unloadMovie();
    on (release) {
    _parent.videoloader_mc.loadMovie("movies/binnenkomers01.swf");
    This is the part I use for loading a flv in f.ex
    binnenkomers01.swf.
    stop();
    delete _global.loaded_interval;
    delete _global.connection_nc;
    delete _global.stream_ns;
    delete _global.pctLoaded;
    // video URL
    video1_url = "movies/binnenkomer06_Floriane.flv";
    _global.connection_nc = new NetConnection();
    connection_nc.connect(null);
    _global.stream_ns = new NetStream(connection_nc);
    videoholder_mc.video.attachVideo(stream_ns);
    stream_ns.play(video1_url);
    stream_ns.seek(0);
    // Zet de video op stop om te wachten tot hij volledig is
    ingeladen
    stream_ns.pause();
    _global.playstatus = "pauze";
    play_pauze_mc.gotoAndStop("pauze_lb");
    this.createEmptyMovieClip("progressBar_mc",
    this.getNextHighestDepth());
    progressBar_mc.createEmptyMovieClip("bar_mc",
    progressBar_mc.getNextHighestDepth());
    with (progressBar_mc.bar_mc) {
    beginFill(0xCCE6FF);
    moveTo(0, 0);
    lineTo(300, 0);
    lineTo(300, 23);
    lineTo(0, 23);
    lineTo(0, 0);
    endFill();
    _xscale = 0;
    progressBar_mc.createEmptyMovieClip("stroke_mc",
    progressBar_mc.getNextHighestDepth());
    with (progressBar_mc.stroke_mc) {
    lineStyle(0, 0xCCE6FF);
    moveTo(0, 0);
    lineTo(300, 0);
    lineTo(300, 23);
    lineTo(0, 23);
    lineTo(0, 0);
    progressBar_mc._x = 640;
    progressBar_mc._y = 400;
    this.createTextField("loaded_txt",
    this.getNextHighestDepth(), 0, 0, 200, 22);
    loaded_txt._x = 645;
    loaded_txt._y = 405;
    var my_fmt:TextFormat = new TextFormat();
    my_fmt.color = 0x333333;
    my_fmt.font = "Verdana";
    my_fmt.size = 9;
    my_fmt.align = "left";
    _global.loaded_interval = setInterval(checkBytesLoaded, 500,
    stream_ns);
    function checkBytesLoaded(stream_ns) {
    trace("my_ns.bytesLoaded: "+stream_ns.bytesLoaded);
    trace("my_ns.bytesTotal: "+stream_ns.bytesTotal);
    _global.pctLoaded =
    Math.round(stream_ns.bytesLoaded/stream_ns.bytesTotal*100);
    trace("_global.pctLoaded: "+_global.pctLoaded);
    loaded_txt.text = "loading... "+pctLoaded+"%";
    loaded_txt.setTextFormat(my_fmt);
    progressBar_mc.bar_mc._xscale = pctLoaded;
    if (isNaN(pctLoaded)) {
    clearInterval(loaded_interval);
    } else {
    trace("OK");
    if (pctLoaded>=100) {
    clearInterval(loaded_interval);
    Hope you guys can help me....

    Maybe they have hotlink protection enabled
    "indierockmedia" <[email protected]> wrote
    in message
    news:f3c4mo$ddn$[email protected]..
    > Hi, I am having trouble with some loading issues. I
    design ecards for
    > bands and
    > their tour dates, bio, and video files all load external
    files (text files
    > for
    > bio/tour, flv files for the video, and an swf skin file
    for the video).
    > Its
    > only a problem when I have to embed those ecards into
    sites that don't
    > host the
    > ecard. I have used crossdomain.xml and every fix ive
    read about, and still
    > have
    > issues. Let me detail below:
    >
    > For example, I have an ecard for a band at
    >
    http://bandwebsite.com/ecard/ecard.swf
    > The tour and bio and video files load simply "tour.txt,
    bio.txt,
    > video.flv,
    > skin.swf"). Works great because no external servers are
    being called.
    >
    >
    But when I want to embed the file elsewhere, or use different
    domains,
    > I
    > have issues:
    > I want to embed the ecard on to
    http://www.otherwebsite.com,
    so I can't
    > have
    > it simply call "tour.txt" for example, the ecard will
    think the tour file
    > comes
    > from www.otherwebsite.com/tour.txt. So I call the full
    path
    >
    http://bandwebsite.com/ecard/tour.txt
    > I go to the ecard and click the button to load the tour
    dates. The text
    > box
    > that worked before says "undefined". So I put a cross
    domain file at the
    > root
    > of
    http://bandwebsite.com that
    allows access to files from
    > www.otherwebsite.com. Still getting undefined. I go to
    the embed code for
    > flashobject and have allowscript access to "always".
    Still undefined. I go
    > and
    > add System.security.allowDomain to my timeline and
    specify
    > www.otherwebsite.com. Still undefined. Still won't load
    my video or video
    > skin
    > and text files.
    >
    > Am I missing something?
    >
    > mikey
    >

  • No sound on main movie

    I authored a Blu-ray in Encore CS 6. It has a motion menu and two timelines: one for the main movie and one for a bonus feature. The video for the two timelines are dynamically linked from Premiere Pro CS6, and the audio for the timelines and the menu are 5.1 AC3 files imported as assets. The sound was rendered out of Premiere Pro using Rovi TotalCode using the same settings as I did for the bonus feature audio and menu audio, which were also rendered out of Premiere using TotalCode.
    I get sound on the menu, sound in the bonus feature, but no sound for the main movie. I'll get sound if I have the dynamically linked audio in the timeline, but doing so renders out in stereo.
    I've tried creating another timeline and using the ac3 audio, but to no avail. The ac3 files works as I can listen to it in VLC Player. It does not work in Encore whether I scrub the timeline or not, and there is no sound when it is burned to Blu-ray whether I use Cyberlink Power DVD on my computer or my Blu-ray player in my living room.
    I was hoping I wouldn't have to use Sony DVD Architect Pro again. I'd like to use Encore because of its single multi-page menu feature.

    I've still been experiencing problems with this in CS6...
    The dynamic link is, in fact, the culprit.  I opened the project files as text only, and they are xml tags.  In another post, I read that while the entire suite uses XML to build the project file (making them more space efficient as well as keeping duplicates of large media to a minimum), they don't use the same tagging.  While the dynamic link "server" can read most of the files from anywhere, there are some pieces that are not duplicated across programs.  Between Premiere and Encore for instance... ...The audio is KEPT AS PART OF THE VIDEO TIMELINE when you import a premiere sequence.  They haven't been able to explain why, but I'd hazard a guess... ...From the way their multi-cam process works on a PER TRACK basis, I'd wager that they didn't separate the definition of the TRACK to include whether it was AUDIO or VIDEO.  While this allows you to Multicam both, and jump between sources really easily, moving from one program to the next can be a problem when the second program needs to know exactly what type of track it's dealing with.  This is probably the main reason I've never been able to get an audio track actually show up in encore when I dynamically link it from premiere.  On top of that... ...You need to make sure you render your audio out completely.  Some ask why, and the only answer I can give (guessing here) is that the referenced (right back to the XML) preview files in your project do not render audio and video together into one file (your video output is a file that calls up another file)... ...they reference one file from another.  If there is no actual audio file to reference (a separately rendered audio file) aside from the original, there is no audio reference listed in the xml, and it doesn't carry over to encore.  With video, you have a definitive reference always; the original.  But the audio needs to pass through premiere into a referenced file for encore to read it.  Understandable...  Why such a screw up?  It's not.  Imagine working with a project where you have 5 cameras (all with audio) and 1 externally mixed audio source.  Once you synchronize it all, you create the cuts, and you put in any effects, you'll have numerous references in your sequence for the video and the audio.  With video, there is a preview rendered at the start, or at least referenced at the start (the video streams from your files).  But with audio, whether you have one track or seven, it all gets mixed into a single output.  This output references different points in your files, and will be choppy at best on the fastest system; getting worse with every source or audio track you add.  Once the mix is rendered, however, it is a single file and outputs just fine.  Encore will only accept this type.  It doesn't have the programming to work with effects and clips from multiple audio files on a single track.  So... ...you either render the whole preview out, with audio rendering, or you don't get your sound.  Adobe needs a rendered product to actually render a product... ...What else did they screw up?  Not much, but they certainly took the industry a few steps backward in their design of basic functions.  It isn't intuitive.  That means you actually have to handle a lot more on your own.  In doing so, they've cut down on the space you need for files, and trusted you to know what you are doing.  Did they screw it up?  Not sure.  On the one hand, they let you decide when to render.  On the other hand, they don't really warn you about dynamic linking audio.  It works perfectly everywhere you use effects and multi-reference tracks.  It doesn't work as well when you need a single output stream, unless you've already made that output stream.  An update to the dynamic link might include a check for a rendered audio preview that would render, save, then link.  It would be a small improvement, and might completely remove the "BUG".  I put it in quotes because it isn't exactly a mis-code, or a malfunction.  It's simply a caveat of the working function.

  • Someone have a working solution for external flvs?

    I've been going around in circles for a week on this one.... trying several different methods, all of which have issues.
    All I want is this....
    I have an HTML page that has movs or flvs embedded which don't load until you click on play... and when you do, it does a Fast Start type of thing, where it starts playing once it has enough of a head start....
    I've tried seemingly everything...
    -Mov files exported from AfterEffects (as Fast Start), embedded in the HTML....  Doesn't Fast Load for some unknown reason.
    -Using prettyPhoto (Lightbox-like app) with Fast Start mov's ...  Doesn't Fast Start.
    -Using prettyPhoto (Lightbox-like app) with flv's ...  Doesn't appear to do .flv's.... Only .swf's.
    -Using a variety of codes found online for embedded mov's....  Still doeesn't Fast Start.
    -Using a variety of codes found online for embedded flv's...  Either flat out doesn't work... has errors... or requires 'free' flv players that are not free if you use them commercially (as I would be).
    Lastly, I tried 'playing back external flv files dynamically' (from the Adobe Flash CS3 manual.... which I ended up getting to work (and although I can't tell if it's Fast Starting, it certainly loads and plays fast enough, and probably is.... You just don't see the load bar, so it's not entirely obvious if it is).
    That's all good... but the sample code from the manual has some issues...  Namely, no controls.  So, I put in a 'Play' button on frame one, and have it jump to the video object (frame 3) when you click the button.  That's fine.... but the problem now is that there is no way to restart the video once it's played (or pause it while it's playing, restart half way through, etc).  I can't just put in a 'Play Again' button at the end, since the FLV is loading externally, so I don't have an actual timeline for the movie clip to put any code on, to happen at the end of the video.
    Does anyone have ANY EASY, WORKING solution to give me a thumbnail gallery of videos which you can click on and view, where the clips do NOT load until you click play, and when they load, they play as soon as they have enough of a head start?  It can be .mov or .flv....
    Sorry, I've just spent a week going around in circles for what seems like a simple task here....  I need a complete, working solution.... code and explanation.
    Can anyone help out?  (I have the AfterEffectsCS3, FlashCS3, and Vegas running on an XP Pro PC)

    For those following along, I found that Adobe Flash CS3's FLV Player component works well, and is FAR less complicated than all the other solutions I found.  I'm still working on getting it to behave exactly as intended, but it's definitely the easiest and most successful solution so far.
    At this point, I have the embedded clips that display right away (despite not being fully loaded)... so you don't have blank spots, like non-progressive clips would do while they are loading.  They also allow you to hit play even while they are still loading.  So, all that is very good...  The only issue now is the clips download regardless of whether you hit play or not... so all clips on the page will be downloading when you enter the page (causing a possible bottleneck, plus downloading all that data, regardless of whether it's needed or not).

  • Controlling external flv with ActionScript

    I'm using the NetStream Class to control the playback of an
    external flv. I've got a Pause/Play button using .pause, and Fast
    Forward and Rewind buttons using .seek. What I want to do is once
    the video is done playing to automatically reset back to the
    beginning of the video, allowing the user to press play to view the
    video again without having to reload the page. Right now when the
    video finishes, the user has to rewind the video in order to watch
    it again. I thought I could use .time to determine when the video
    reaches the end to go back to "0" in the video playhead but so far
    I have not been able to get this to work. Any ideas would be
    appreciated. Currently everything is done in frame one of the swf.
    Thanks.

    >>I think obviously there is a difference between FMS
    and Flash MX04. The documents I
    >>refer to are built into the help menu in Flash 7 and
    8 both include the onStatus event
    >>and absolutely no onPlayStatus event.
    Yeah you're right onPlayStatus isn't in the NetStream class
    Flash documentation as this is more about using this class for
    progressive download, whereas the documentation i linked to
    referred to the NetStream class used in FMS Client-side scripting
    for streaming video.
    >>I made a mistake. I meant NetStream.Play.Stop –
    which was very poorly named. That
    >>is what onStatus will return when it reaches the end.
    It isn't really "stop" it is "complete."
    >>So I tend to read it as such!
    NetStream.Play.Stop does seem to be very similar to
    NetStream.Play.Complete in progressive downloads. however i know
    you can't guarantee that NetStream.Play.Stop occurs at the same
    time as NetStream.Play.Complete in a streaming video through FMS,
    as a NetStream.Play.Stop can occur for reasons other than
    completion.
    >>...My guess is that when they took the bits from FMS
    into Flash MX04 they didn't do a
    >>very good job. They purposefully renamed onPlayStatus
    to onStatus...
    onStatus does still exist in FMS Client side scripting...
    >> – with a limited variety of events returned
    (What is Switch?)
    switch refers to playlists - only relevant to FMS streams.
    Anyway, it appears as though all of this talk of the FMS is
    moot regarding the original poster, as I've just had a look at
    skauty's posts in the Flash Media Server forums, ironically, and
    discovered that skauty is using progressive download and not FMS...
    Simple but important distinction...

  • [AS2 CS3/4] Embed external FLV into an MC using AS2 with timeline control

    Hi, Is there anyway to skip the process of manually embedding
    FLVs into SWF files? I want to load FLVs just as I would an
    external SWF.
    I've searched all over and all i can find is how to load FLVs
    into a FLVPlayer component with stop, play and controls to skip in
    time intervals.
    What I need is the ability to load an external FLV and be
    able to control it as if it were in a MC on the timeline, not as a
    streaming video.
    There are SO many questions out there about the FLVPlayer its
    really polluted any and all search results i've tried.
    Shedding some light on this for me would be greately
    appreciated!!!

    For anyone looking for an actual solution to this issue. If
    you're exporting movies out of After Effects, you can export as a
    SWF.
    The only reason I didn't know about this solution is that its
    not included in the render que options, so just select your comp,
    go to File > Export and select the setting for exporting as a
    SWF.
    Thank you kglad for the info

  • Existing 'load external .flv' code?

    Recently, I found a great little Flash  project that acts like a jukebox for external mp3 song files, and am using it on my website to play my song demos.
    I'm now trying to find if there is an existing solution like that for video.  I just need some way to progressively download video files from my webspace when the thumbnail is clicked... and am now looking into some sort of Flash jukebox.
    I've tried just embedding the video files into HTML, but they don't progressively download for some reason (even though they are saved as Progressive With Compressed Header).  I've even tried using prettyPhoto (...a script that mimics a Lightbox like feature, where the whole page dims, and a floating window appears over your site, displaying any media, and allowing you to move back/forth through your list of media)..... works great, but again, not a progressive download, so you stare at a blank screen for a while.
    Seems the only way it works is if I have the file on YouTube or some other site, then embed it or use the prettyPhoto app.
    So, can someone either tell me how to make the embedded file download (OT, but I figured I'd ask), or point at some existing Flash file that serves as a video jukebox, showing all media on a common window?

    Hi,
    You can load external .flv files which is placed on your web server. You have to add a small amount of AS3 code into your flash document. Please click on the below link
    http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/media/Video.html
    Please use the sample code which is provided in the bottom of the page. In the code, you will find a line
    private var videoURL:String = "Video.flv";
    In the above line, instead of "Video.flv", you have to give your webserver path like http://www.domainname.com/foldername/videofilename.flv
    (The above code does the progressive download of an video)
    You can play the video through progressive download, by click on an image. To achieve that, you need to place the above code inside the mouse click function of an image.
    Thanks

Maybe you are looking for

  • Migration from 32-bit to 64-bit on Oracle 9.2.0.5

    Hi guys. I have two question for migration 32 bit to 64 (x86_64) bits on Oracle 9.2.0.5 for SAP 4.7 Enterprise? 1.- When i migrated 32 bits to 64 (x86_64) bits is necesary migrated to Oracle 10 ? In the note SAP Note 960769 - Windows: Migration from

  • ITunes 7.5 won't Respond.  please help!!

    hey all. I'm using Mac OS X version 10.3.9 although it says that it's compatible, I shouldn't have updated iTunes to 7.5 or Quicktime to 7.3. Both applications won't respond. won't open at all. I've been trying to fix this for hours now, and i'm out

  • Facing problem in transformation field level routine

    Dear experts, I have 2 ODS Example : ODS1 and ODS2 and for my target cube(Ex:CUBE1) ODS1 is source while loading data i want to refer ODS2. I place the data of ODs2 in one internal table. I want to check each and every records from my source and ODS2

  • How do I get a timestamp for each daq counter measuremen​t?

    Hello, I am currently using DAQmx to read a PWM signal and calculate the pulse width using the implicit timer. Is it possible to also get the timestamp of each pulse width measurement? I have been able to do this with an analog signal by using a wave

  • Where is my purchased playlist in iTunes 11?

    Is it standard that all playlists are lost when you update to iTunes 11?  Also, did everyone else have to re-import their entire library when they updated to iTunes 11?  Also, am I the only one that has spent the third Saturday in a row trying to fig