Require Help with Flash Video XML Playlist

flash devs,
all i'm doing to playin videos from a xml file - (used lots
of info and code from Lee's XML Video Playlist Tutorial)
after spending hours getting this to work correctly in AS3
and how i want it to work i've hit a brick wall
i've got 2 components on stage - vid_select (List) & vid
(Player)
i can load my flv videos from my xml file just perfect but
after the first video is done it stops.
i'd like to have my video player play through the xml file
and then restart at the beginning...
i've attached my code...
if anyone could possibly help me so that it "loops" through
all the video in my xml list that would be
so greatly appreciated...
i'm new to AS and am learning alot but some code gets
complicated and i'm not sure what to add...
thanks in advance
@pixeladdikt

Again thank you for your help in advance...
I put the script folder into the root. As far as the .flv
file it is showing up as being "put" to my web server. when i
checked the root folder it is there. again i am having the same
problem.. the local view works but when i check it on the web it
just shows that there should be a flash video there but it does not
show up.
i created a new root for this test page the new link is..
http://www.wfwa.org/TESTindexfolder/TESTindex.asp
here are the files that are showing up in it...
flashprojectwebvid.fla
flashprojectwebvid.html
flashprojectwebvid.swf
PBSpromo.flv
SteelExternalPlaySeekMute.swf
TESTindex.asp
and the Scripts folder
thanks again for any help..

Similar Messages

  • Help with flash video buffering

    I need help with flash video buffering. I've created a
    buffering graphic to show up when the clip is loading. The problem
    that I'm having is that when the video finishs playing, the buffer
    is empty and the graphic pops back on. The following is the code
    that I'm using to call and buffer the video. Any help would be
    great!
    stop();
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    ns.setBufferTime(10);
    ns.onStatus = function(info){
    if(info.code == "NetStream.Buffer.Full"){
    bufferClip._visible = false;
    if(info.code == "NetStream.Buffer.Empty"){
    bufferClip._visible = true;
    if (info.code == "NetStream.Stop") {
    bufferClip._visible = false;
    theVideo.attachVideo (ns);
    ns.play("my_clip.flv");
    rewindButton.onRelease= function(){
    ns.seek(0);
    playButton.onRelease= function(){
    ns.pause();
    }

    Again thank you for your help in advance...
    I put the script folder into the root. As far as the .flv
    file it is showing up as being "put" to my web server. when i
    checked the root folder it is there. again i am having the same
    problem.. the local view works but when i check it on the web it
    just shows that there should be a flash video there but it does not
    show up.
    i created a new root for this test page the new link is..
    http://www.wfwa.org/TESTindexfolder/TESTindex.asp
    here are the files that are showing up in it...
    flashprojectwebvid.fla
    flashprojectwebvid.html
    flashprojectwebvid.swf
    PBSpromo.flv
    SteelExternalPlaySeekMute.swf
    TESTindex.asp
    and the Scripts folder
    thanks again for any help..

  • Need Help with Flash Video

    Hi, I have a template set up for a site with editable regions
    for text. I have been trying to insert Flash Video Content, and
    once I complete entering it in the popup window with settings, etc.
    I get the following message "Making this change would required
    changing code that is locked by a template or translator. The
    change will be discarded." When I hit ok it disappears and the
    video and code associated are nowhere on my page. What am I doing
    wrong? Is there a setting to change in CSS templates to allow one
    to insert Flash video?
    Thanks for any help!

    Also, you need to DISABLE the Flash detection when you insert
    the video.
    This is to prevent the insertion process from trying to write
    that detection
    call into the body tag of the child page, which is locked.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Nikitadog31" <[email protected]> wrote in
    message
    news:g7lfjt$kh$[email protected]..
    > Thanks, that worked perfectly!

  • Help with Flash Video Import

    I was hoping to get some help with something that is frustrating me.
    I have an .fla file with two frames. In the first frame I need a movie (.flv). When the movie ends I need to progress to the next frame on the time line.
    I have converted the original .mov to an .flv and imported it into my file as an external viseo w/playback component and no skin. It is now in my library as FLVPlayback and I have given it an instance name of 'goFrame'. Its contentPath is the name of my .flv file (P1010472.flv)
    So I put the FLVPlayback onto my first frame and I put a stop() in the actions for the frame; and I have text on the second frame, also with a stop to see when the frame has advanced.
    I found this code:
    var listenerObject:Object = new Object();
    listenerObject.complete = function(eventObject:Object):Void {
            _root.gotoAndPlay(2);
    myMedia.addEventListener("complete", listenerObject); 
    I was under the impression I put this code in the actions for the frame that has the video component (the first frame)
    I replaced 'myMedia' with 'goFrame' which is the instance name I gave my FLVPlayback but what is the listener object? This is the code I now have on the first frame actions:
    stop();
    var FLVPlayback:Object = new Object();
    FLVPlayback.complete = function(eventObject:Object):Void {
            gotoAndPlay(2);
    goFrame.addEventListener("complete", listenerObject);
    but it doesnt advance at the end of the video, it stop on frame 1 after playing the video.
    I know I must name the 'listenerObject' and the 'myMedia' event listener but I must say I am simply confused what goes where. I may be a bit dense as I have been reading forums that are discussion this type of thing but cannot figure what name goes where in this code or if I am entering it correctly. It simply is not advancing.
    can anyone give me a hint?
    Chris

    use:
    var listenerObject:Object = new Object();
    listenerObject.complete = function(eventObject:Object):Void {
            _root.gotoAndPlay(2);
    goFrame.addEventListener("complete", listenerObject); 

  • Help with Flash  Video - Loaded but not playing...

    I created an SWF file which plays correctly on my system but
    does not play
    on the web.
    I had a previous version of the SWF file working correctly.
    The only
    difference is that this swf was remade with audio.
    Here's the link:
    http://teknigroup.com/courseware/Inventor%20Level-I/module1/IV-m1-6.htm
    The swf is in a zip file ( unzipped version in the web page -
    of course) at
    http://teknigroup.com/courseware/Inventor%20Level-I/module1/images/createproject1.zip
    If this is downloaded and played, it works correctly.
    Any help you can provide will be greatly appreciated!
    Dennis Jeffrey, AICE, MICE
    260-312-6188
    Instructor/Author/Sr. App Engr.
    Inventor 11 Professional SP2
    HP Pavillion Zv5000 (Modified)
    Geforce Go 440, Driver: .8185, 2GB RAM
    XP Pro SP2, Windows Classic Theme
    http://www.design-excellence.com

    Here's the location:
    http://teknigroup.com/courseware/Inventor%20Level-I/module1/images/clip0014.flv
    Dennis Jeffrey, AICE, MICE
    260-312-6188
    Instructor/Author/Sr. App Engr.
    Inventor 11 Professional SP2
    HP Pavillion Zv5000 (Modified)
    Geforce Go 440, Driver: .8185, 2GB RAM
    XP Pro SP2, Windows Classic Theme
    http://www.design-excellence.com
    "Nickels55" <[email protected]> wrote in message
    news:eqft16$35g$[email protected]..
    > where s this file on your server "clip0014.flv"
    >
    > Create a direct link to it and post it here. If you
    click on that link and
    > get
    > a page not found error then you need to have your server
    setup for the
    > correct
    > FLV mime type:
    >
    >
    http://www.adobe.com/go/tn_19439
    >

  • Spry with Flash Video

    Is spry compatible with flash video?
    I used the Dreamweaver wizard to insert a flash video. I
    inserted it into a spry region and changed the source of the flash
    video to be:
    src="{link}"
    however, this does not work. I have tried several other
    javascript applications for embedding flash video files, but they
    do not work either.
    Is there a way to build a flv/ajax application?
    Thanks,
    Eric

    I may have found a resolution to your problem. I was having a
    similar problem where instead of the video displaying I would see
    the embedded source code appear. I found that I needed to declare
    the column type for my XML document and once I did the video
    appears correctly. Below is the code I used;
    var myvids = new Spry.Data.XMLDataSet("myvideos.xml",
    "videos/video",{sortOnLoad:"project",sortOrderOnLoad:"ascending"});
    myvids.setColumnType("flashlink", "html");

  • No sound with Flash Videos

    Does anyone know how to fix the issue with Flash videos on websites and the lack of sound. For me is only seems to happen on YouTube and ive also updated Flash Player manualy and it hast fixed the problem.

    ''Sourjobraato Banerjee [[#answer-672074|said]]''
    <blockquote>
    Crashes or other problems with certain multimedia content in Firefox (such as Youtube videos and Flash animations or games) can often be resolved by performing the steps in these Knowledge Base articles:
    * [[Flash Plugin - Keep it up to date and troubleshoot problems]]
    * [[Flash 11.3 crashes]]
    * [[Flash 11.3 doesn't load video in Firefox]]
    On Windows Vista and above, you can disable Flash protected mode by following the instructions on these pages:
    * http://forums.adobe.com/thread/1018071#TemporaryWorkaround
    * http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (See [http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html this Adobe blog post] for technical details about Flash protected mode.)
    For recent updates for Adobe Shockwave Flash, please update your version to 14.
    Please refer to the security updates [http://helpx.adobe.com/security/products/flash-player/apsb14-18.html and Adobe Security Bulletin] for more information.
    <!--Please also note that html5 may need to be enabled to view some videos on youtube [https://www.youtube.com/html5]-->
    <!--[version 13]Please refer to these security issues [http://helpx.adobe.com/security/products/flash-player/apsb14-13.html and Adoble Blog post] for more information on the security update. -->
    Please tell us if this helped!
    </blockquote>
    nah. Those steps didn't help me fix the issue. downgrading Firefox to 33.1.1 did however.

  • Problems with Flash video playback

    I'm having a problem with Flash video playback, hoping
    someone here can help.
    I have several movies which I have converted to .flv using
    the Flash authoring tool. I have then created an .swf for each
    movie, embedding the .flv along with the playback component,
    playback controls, etc.
    I can open these .swfs using Flash Player and everything
    displays and plays as expected. However, when I embed the .swf into
    a web page and open it using a browser, the playback controls don't
    show up, and the movie will only play if it has been encoded to
    autoplay. I am on an Intel Mac, using the latest Flash Player
    plug-in, and am having this problem in both Firefox 2.0.0.11 and in
    Safari 2.0.4.
    I'm guessing that the problem lies in how I have encoded the
    .swfs into the web page? Hoping someone has a solution, or at least
    a good suggestion!
    thanks,
    - sounddevisor

    Yes, that is exactly what I needed. Thanks!
    Just to clarify for anyone else who stumbles across this -
    the extra .swf files (which contain the skin for the player) need
    to be in the same directory as the .html doc which is displaying
    the video .swf. Hope that helps someone else!

  • Problems with Flash Video

    OK - I have had intermittent problems with Flash video, basically it gets choppy, usually after about 20 minutes - half an hour of watching - recently this problem has gotten worse - coinciding with a recent system update perhaps? - it's more or less anytime I stream something, and it happens on all browsers, even when the movie has clearly downloaded and is buffered way in advance of the playhead.
    On 2 occasions recently leaving the movie to play just to see what happens has led to a kernel panic.
    I've heard alot about Flash video generally being a resource hog and not playing ball sometimes - is there a way to solve this issue? Things I have tried - reset sound to 16 bit 44.1 khz in audio/midi manager; fixed permissions; run Tech Tool - everything seems to be fine hardware wise - I think there are some incompatible driver issues that are meesing up RAM usage but have no idea what or how to solve this... Any ideas anybody?
    Thanks.

    If, as you show, you are running 10.5.2, that is out of date. You need to install the 10.5.8 combo updater.
    It is also possible that your FlashPlayer is out of date.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Help with embedding videos

    Hello,
    I please need help with embedding videos from youtube. I do this via the Web panel (not the video panel) and copied the embed code on Youtube and pasted it into my Indesign CS6 (autoplay activated). I did it according to that helpful video: http://blogs.adobe.com/jlockman/2013/06/04/embedding-youtube-videos-into-your-dps-project/
    However, when testing this on my iPad, only a white box appears and I cannot press a play button.

    Are you sure, that you changed code from youtube?
    Code from youtube is:
    src="//www.youtube.com/embed/KulFWmvbEu4
    but you need to change it to
    src="https://www.youtube.com/embed/KulFWmvbEu4
    For us, best result is to embed video via:
    menu Object > Include HTML (don't know exact english name of menu), paste iframe code with correct http link and then it works.

  • I require help with my first website

    As you can see from many of my recent posts, I am new to web development, and I have decided that I am going to need some help.
    This forum has been a huge help, and I will continue using it, but the reality of the situation is that progress is slow as I am learning as I go, each junction I reach and require help with is holding up progress, which wouldn't be a problem if I had more spare time, but I simply don't.
    Is anybody willing to help me? It would be paid work so I would need to discuss how this would work with rates etc... here are some details:
    The domain is already setup, and you can see the first page I have been working on here: http://www.elliotnewman.com/index/test7.html
    The closet website I can find for your reference is: http://www.jaspaljandu.com/home/
    My site will initially not be quite as established as Jaspal's, but in essence the functionality will be similar. The things I know of that I will need help on are:
    Setting up the ordering and payment process when a customer wants to order a print, including automated email notifications, and check out forms ( this may also require membership fields or maybe through paypal)
    Setting up the interactive framing graphics - ref - http://www.markgray.com.au/gallery/limited-edition-prints/forgotten-island.php
    Potentially helping to setup a blog
    Work with me on integration - and updates (ie build the all the templates needed so updates and new images can be posted by myself easily)
    Automation of the counts of the limited editions
    Setting up links to Facebook, twitter, linkedin etc
    Reviewing and testing any code that I create
    Along with these points I will also need standby help with the code I am directly working on, so file sharing may have to be setup. It is also worth noting that I will supply all the graphics and the design elements for every page, I will also be very specific with briefs as I know exactly what I want to achieve.
    If anybody is interested please send me a private message, I would need to see some examples of your experience, details on your availability and your rate - whether thats per day, per hour and a rough estimate on how long you think the work will take.
    Also, if anybody knows somebody outside this forum that you think could help me then please also forward this on.
    Apologies if this is not the best place to post this.
    Elliot.

    Hi
    In addition to Nancy s comments, reading the following line -
    Along with these points I will also need standby help with the code I am
    directly working on, so file sharing may have to be setup.
    What you are basically after is a tutor, to guide you in what you are doing. In this respect it may be worth your while to read-up on designing web pages,as after a quick glance of the code, (from your previous post regarding the background image ) the main problem you are having is that you are not 'implementing' a consistent design/development procedure.
    Try reading the following -
    General tutorials on html, css, etc - http://www.w3schools.com/.
    Design of web site, general - http://articles.sitepoint.com/article/principles-beautiful-web-design.
    PZ
    www.pziecina.com

  • I'm having problems with Flash Videos (Youtube and ESPN)

    I have been having this problem for the last couple of days now and it is really annoying. Whenever I watch a flash video like on youtube or espn my computer freezes up and the audio will make a loud buzzing sound. I have attached a video with the post so you can see what happens. I don't have problems with anything else except this. I also get this error no matter what browser I use. I have system restored my PC as far as I can go, and I've ran a ton of scans and driver update checks and nothing seems to work.

    merci a tous pour les nombreuses réponse. j'ai dû mal a les lire vue que je ne lit que le français. je vous remercié encore une fois amicalement. Blanchette 2.
    Date: Mon, 25 Jul 2011 19:50:19 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: I'm having problems with Flash Videos (Youtube and ESPN)
    What I meant is Hardware Acceleration off (disabled).
    >

  • Xdotool doesn't work with flash videos

    Hi,
    I don't know if it's a bug or not, but xdotool doesn't seems to work with flash videos.
    For example open the page http://www.miniclip.com/games/bloxorz and start the game, the left key should now move the bloc to the left.
    Open a terminal and type `sleep 5; xdotool key Left ', then come back to the game.
    Nothing happens.
    Is there a workaround to do xdotool work with the flash videos?
    I already tried with different web browsers, different flash plugins, but this works nowhere.
    Thank you
    Fractal

    Hello,
    I have a button in the frame 1 of my proyector file in order
    to go to the frame 2.
    the code:
    titreA1_btn.addEventListener(MouseEvent.MOUSE_DOWN,aller1);
    function aller1(e:MouseEvent){gotoAndPlay(2),trace("dd")};
    it works.
    next I have a buton in my frame 2 in order to go to the frame
    1 like this:
    sommaire.addEventListener(MouseEvent.MOUSE_DOWN,allersommaire);
    function allersommaire(e:MouseEvent){gotoAndPlay(1)};
    When I return to the frame 1 , this button doesn't work and I
    have this message:
    TypeError: Error #1009
    With flash 9, I don´t have this problem.
    Sorry with my english, I m french.
    Thank you.

  • Need help with Flash CS4 buttons/can't get buttons to control anything

    Hello,
    I need help with Flash CS4. I am making a banner with an animation (Image change into movie clip "3D Spiral") and added buttons but I cannot get the buttons to control the animation. Please help I am frustrated! If someone could help I would be most appreciated.

    Thank you.
    Regards,
    Michael J. Sheehan  allelois
    Date: Mon, 17 Aug 2009 18:48:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need help with Flash CS4 buttons/can't get buttons to control anything
    Hi there
    I'm not sure how you wound up where you did. But you wound up in the Adobe Captivate forums. Please stand by as I move your thread to the Flash forums.
    Cheers... Rick
    >

  • Still need help with flash player download

    I'm still having a problem with the flash player, please read my last post below:
    "I've tried everything here & still can't download the flash player. Anytime I try to download it asks me to install ADM add-on and then when I click on that, my computer freezes. How do I enable this add-on without my computer freezing? Can anyone help pls?"

    Thanks a lot for your help, it is truly appreciated.
    Date: Thu, 29 Oct 2009 18:52:38 -0600
    From: [email protected]
    To: [email protected]
    Subject: Still need help with flash player download
    You can set Flash Player to check for updates on the Global Settings Manager panel:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager05.htm l
    >

Maybe you are looking for

  • When I go to a drop down menu, for example bookmarks, I mouse over the text and it turns color with a dark bar; can this be fixed?

    I am running Firefox 5 currently. Ever since the last update to Firefox 4 and currently with firefox 5 I have had this issue. The dropdown menu is normal when it first drops down. When i move my cursor over the text in the menu it changes to a dark b

  • How can I apply a backup of one device to a different device?

    Hello, This past week, my phone "fell" and the screen broke beyond all repair. And I'm not talking about a crack...I'm talking about a huge crack as well blue lines being displayed whenever I hit the home button. Other than that, the phone still work

  • Multiple rows in report

    Hi, I have a problem on my report. All sales data, cost data, GL data of a project on a single row but paid invoices are displayed on a separate line while it should be on the same line as the project. The paid invoices have project on the data rows

  • My phone (5530xm) won't start

    i'm one of those unlucky ones. when i did an update on my nokia 5530xm, it just went hung, now, everytime i push the power button it just vibrates and won't do a thing. what should i do? got one more question, can i reformat my phone even it its not

  • How to collate same pages across multiple PDF files

    I have multiple reports in PDF that have specific employee data on each page. The employee page order is the same across each PDF (Employee #75 is on page 43 in each file). I would like to combine the first page from each file together, the second, a