Making Flash Dynamic Playlist in Dreamweaver

Hi, got overly ambitious late last night and tried to make a
video playlist based on Lisa Larson Kelley's tutorial
http://www.adobe.com/devnet/flash/articles/video_playlist.html.
I managed to get the tile list set up and functioning, but, the
video player doesn't seem to "see" the video files, just the
thumbnails in the tile list. The URL for the test page is at
http://www.vegascanine.com/VideoPlaylist.html.
I've been comparing my files to her tutorial files and I wonder if
there's something absurdly simple that I'm missing due to lack of
sleep! I would appreciate any feedback. Thanks so much!

HTML cannot add a link to a Flash object. You would need to
do that in the
Flash Actionscript.
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
==================
"tves" <[email protected]> wrote in message
news:fno0eq$p6j$[email protected]..
> How do I do this?
>
> I basically want an end user to be able to click on the
flash I made and
> take them to a new URL/page.

Similar Messages

  • Problem with tutorial:Creating a dynamic playlist for streaming flash video

    hi, anyone tried the tutorial: creating a dynamic playlist
    for streaming flash video?
    i follow the instruction exactly as stated in the tutorial
    and test the fla file, it worked perfectly well when i open the swf
    using the macromedia flash 8. Everything look fine. Nothing is
    changed except the url is changed to "rtmp://localhost/videosource"
    in the xml file.
    after i publish the file using the setting: access network
    only, i try to open the swf and html file from the folder, the
    thumbnail did not appear and there is no way i can click on any
    videos. What i see is only the list, and there is no response from
    the flash media server 2. All the files is in the same folder.
    Anyone please help with this problem???? thanks

    ....i debug the movie step by step
    and realised that the xml file is being read by the code...
    Your original problem stated it worked but not when playing
    outside the
    Flash authoring environment by simply loading the swf from
    the hard drive.
    The Flash authoring environment is a trusted environment and
    so you really
    need to test in the actual deployment mode which loading an
    swf from the
    hard drive is not a valid deployment unless an installed
    Flash player is
    available outside the web browser which you would have as you
    have the
    authoring tool and your users will not.
    Use a browser with
    http://yourdomain.com/yourmovie.html
    to do final
    debugging.
    In this regard you may need to debug the movie while running
    in real time
    mode in a web browser with
    http:// A technique to trace I suggested is to
    create a temporary TextField perhaps named out_txt and send
    trace message to
    it such as out_txt.text += "My Trace Expression".
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "free23" <[email protected]> wrote in
    message
    news:[email protected]...
    sorry but i don't understand what you mean....i debug the
    movie step by step
    and realised that the xml file is being read by the code...
    this is a sample of my log files:
    #Fields: date time x-pid x-status x-ctx x-comment
    2006-05-15 20:08:58 3072 (i)2651170 Unloaded application
    instance
    videosource/_definst_ -
    2006-05-15 20:48:19 3848 (s)2641173 FCApplication loaded
    successfully.
    2006-05-15 20:48:19 3848 (s)2641173 Communication Framework
    loaded
    successfully.
    2006-05-15 20:48:19 3848 (s)2641173 SimpleConnect loaded
    successfully. -
    2006-05-15 20:48:19 3848 (s)2641173 VideoConference loaded
    successfully. -
    2006-05-15 20:48:19 3848 (s)2641173 Video Playback loaded
    successfully. -
    2006-05-15 20:48:19 3848 (s)2641173 Communication Components
    loaded
    successfully.
    2006-05-15 20:48:19 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:19 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:49:42 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: false -
    hope this help...

  • Trouble with Creating a Dynamic Playlist for Progressive Flash Video

    Hey There,
    I have been working on building a flash video player and are
    trying to incorporate the Dynamic Playlist for Progressive Flash
    Video. Everyting is working expect the thumbs are not appearing.
    Instead, on each row of the list it says " type function". The list
    is populated with data b/c i can navigate it and select a video to
    watch, just the thumbs are missin.
    Any ideas how I can get my jpg thumbs to appear?
    thanks

    I worked on the same project and it is working alright and
    still interested in adding more features like play pause etc ....
    but for now I'm more interested in adding the buffering bar and
    progress bar.
    Any help is welcome.

  • Creating a Dynamic Playlist for Streaming Flash Video

    Hello,
    I have been trying the tutorial given by Lisa Larson in order
    to create a dynamic playlist for streaming Flash video files. I
    have realized some of the FLV files that I have downloaded from
    internet don’t show in the thumbPlayList and cannot be
    played. But once I convert them back to WMV and the use the Flash 8
    Video Decoder to convert them to FLV file everything works fine.
    Any idea or suggestion why there is such a problem?
    Thank you for your advice.
    Babak
    ps.
    This
    is the link to the tutorial I mentioned ...

    Hello,
    I have been trying the tutorial given by Lisa Larson in order
    to create a dynamic playlist for streaming Flash video files. I
    have realized some of the FLV files that I have downloaded from
    internet don’t show in the thumbPlayList and cannot be
    played. But once I convert them back to WMV and the use the Flash 8
    Video Decoder to convert them to FLV file everything works fine.
    Any idea or suggestion why there is such a problem?
    Thank you for your advice.
    Babak
    ps.
    This
    is the link to the tutorial I mentioned ...

  • Creating a Dynamic Playlist for Progressive Flash Video

    Hi
    I just finished reading the Creating a Dynamic Playlist for
    Progressive Flash Video (
    http://www.adobe.com/devnet/flash/articles/prog_download.html)
    tutorial, and it gives a pretty good overview, however I would like
    to be able to add the ability to stop and start the video as well,
    and the tutorial doesn't really explain how the embedded video
    works. Does anyone know how this can be accomplished, or at least
    know where I can find information on how to do this.
    Thanks

    I worked on the same project and it is working alright and
    still interested in adding more features like play pause etc ....
    but for now I'm more interested in adding the buffering bar and
    progress bar.
    Any help is welcome.

  • Dynamic Playlist for streaming video

    This is my first attempt at building a dynamic playlist for
    streaming flash video and I'm following the tutorial at
    "macromedia.com/devnet/flash/articles/video_player.html". I've
    changed the paths to my FMS and loaded the video files to the
    applications directory of the FMS (flash_applications/videosource).
    The thumbnails load and the player skin loads but the videos do not
    load when I click on the thumbnails.
    I've read the earlier post about this same issue. I followed
    the advice from that post and reloaded the 'main.asc' file from my
    Flash 8 program files but the video still does not play.
    Here is a link to the site so you can see the problem:
    http://media.us.elsevierhealth.com/videosource/VideoSource1.swf
    My FMS is 'media.us.elsevierhealth.com'
    I believe my code is correct and I believe the paths I've
    created are correct. If someone could review my code and check the
    path info I would appreciate it. Here is the code from
    'VideoSource1.as'
    import mx.video.*;
    //Set up the list box, call function VideoThumb to create the
    actual thumbnails
    list.rowHeight = 70;
    list.cellRenderer = "VideoThumb";
    list.selectable = true;
    //create new empty listener object
    listListener = {};
    nc = new NetConnection(); //create a connection
    nc.connect("rtmp://media.us.elsevierhealth.com/videosource");
    //connect to FCS (nav.attributes.url)
    ns = new NetStream(nc); //create a stream
    ns.connect(); //connect the stream
    nc.connect("rtmp://media.us.elsevierhealth.com/videosource");
    var stream_ns:NetStream = new NetStream(nc);
    stream_ns.play("video2.flv");
    // Create function to trace all the status info.
    function traceStatus(info) {
    Message.text+="Level: " + info.level + " Code: " +
    info.code+"\n";
    } // Assign this function to onStatus handlers when you
    create objects.
    //Function to handle what happens when an item in the list is
    selected
    listListener.change = function( evtobj ) {
    var nav = list.dataProvider[list.selectedIndex];
    var reset = true;
    for ( var i = 0; i < nav.childNodes.length; i++ ) {
    var stream = nav.childNodes
    if ( stream.nodeName == "stream" ) {
    attachMovie("FLVPlayback", "my_FLVPlybk", 10, {width:320,
    height:240, x:90, y:100});
    //center the FLVPlayback component when FLV is ready to play
    var listenerObject
    bject = new Object();
    listenerObject.resize = function(eventObject
    bject):Void {
    //center video in playback area
    newx = (460 - my_FLVPlybk.preferredWidth)/2;
    newy = (470 - my_FLVPlybk.preferredHeight)/2;
    my_FLVPlybk._x = newx;
    my_FLVPlybk._y = newy;
    my_FLVPlybk.addEventListener("resize", listenerObject);
    listenerObject.ready = function(eventObject
    bject):Void {
    my_FLVPlybk.setSize(250, 350);
    my_FLVPlybk.skin = "ClearExternalAll.swf";
    my_FLVPlybk.clear();
    my_FLVPlybk.contentPath =
    "rtmp://media.us.elsevierhealth.com/videosource/stream/_definst_/"
    + stream.attributes.name+".flv";
    my_FLVPlybk.autoSize = true;
    trace(my_FLVPlybk.contentPath);
    reset = false;
    //Add an event listener on the list, when it triggers, run
    the listListener function to repopulate the list
    list.addEventListener("change", listListener);
    //Function that loads the XML file, parses it, and builds the
    list of available video clips
    var xmllist = new XML(); //setup a variable to hold the XML
    xmllist.ignoreWhite = true;
    xmllist.load( "playlist-demo-1.xml" ); //load the XML file
    //The following gets called when the XML has been loaded
    xmllist.onLoad = function( status ) {
    if ( !status )
    trace( status );
    var entries = this.childNodes[0];
    var playlists = {};
    var nav = [];
    for ( var i = 0; i < entries.childNodes.length; i++ ) {
    var entry = entries.childNodes;
    if ( entry.nodeName == "listitem" )
    //builds array of video clip names
    playlists[entry.attributes.name] = entry;
    else if ( entry.nodeName == "menu" ) {
    //builds array of available videos
    for ( var j = 0; j < entry.childNodes.length; j++ )
    nav[j] = playlists[entry.childNodes[j].attributes.name];
    } //end else if
    } //end if
    //sends the array of videos to the listbox UI
    list.dataProvider = nav;
    } //end xmllist.onload
    Any advice or troubleshooting will be appreciated. Thanks in
    advance.

    I just used the server on Windows (as opposed to linux) and
    it worked great. So the issue, at least for me and my issue (could
    see the thumbnails, couldn't play the video) was windows vs. Linux.
    I guess the linux version doesn't work with this exact script. Now
    to put together something of my own to test to see if the linux
    version works right.

  • Dynamic Playlist for Streaming Video Errors

    I'm using Lisa Larson's tutorial on the adobe website to
    create a dynamic playlist from an XML file to work with out FMS
    server. After playing around with it for an hour I finally got it
    to connect to the FMS and generate the thumbs but it won't stream
    any of the videos. When I click on the list item the video player
    comes up but doesn't load a video. Any ideas? The live log in the
    FMS console is giving me this error: "
    Error:
    command msg sent before client connection has been
    accepted."
    This is the link for the tutorial
    http://www.adobe.com/devnet/flash/articles/video_player.html

    i don't even get to see the thumbnails! i've left one of the
    original addresses in the xml, and that one always loads, both
    thumbnails and stream. however, every other one i've changed a
    number of ways, i never get any thumbnails nor streams. while
    testing the movie with flash 8, i get the output that the first
    connection (the original one) is a success, but all others are
    failed. in the xml, do you have to put the port in too? cause i've
    tried that, but it makes no difference whatsoever...

  • Dynamic Playlist

    Guys,
    I have been working on a project that's posted by Lisa Larson
    and was created by Chris Hock...the Dynamic playlist project...I
    can't seem to get the "stream" portion of the project to work and
    have been looking for a hand or some support on what in the world I
    am missing...I have everything else in the project working
    great(used the provided example as a template) and it just doesn't
    stream the video...my FMS shows the streams there available but no
    avail..
    any help is most appreciated..

    i don't even get to see the thumbnails! i've left one of the
    original addresses in the xml, and that one always loads, both
    thumbnails and stream. however, every other one i've changed a
    number of ways, i never get any thumbnails nor streams. while
    testing the movie with flash 8, i get the output that the first
    connection (the original one) is a success, but all others are
    failed. in the xml, do you have to put the port in too? cause i've
    tried that, but it makes no difference whatsoever...

  • FLV Player with Dynamic Playlist

    So this is the first time I've experimented with a Dynamic
    Playlist in an FLV Player and I'm learning a lot. I found a
    tutorial on the Adobe site similar to what I'm looking to create.
    [URL="
    http://www.adobe.com/devnet/flash/articles/prog_download.html"
    one is for Progressive Download, which I want.[/URL]
    The same person also wrote one for [URL="
    http://www.adobe.com/devnet/flash/articles/video_player.html"
    I only mention that, because in the Streaming version, the videos
    have the standard Adobe video controls in them, and the Progressive
    tutorial does not. Usually I just create my own controls and link
    it to the video component that I'm using, but this tutorial is
    different than I normally roll.
    In the library there is an object type "Video", which I can't
    recall ever seeing before. If I delete it from the stage my videos
    won't play, so it's definitely important. It doesn't give
    parameters like the FLVPlayback does so I can't choose controls on
    it. I don't know if there is a way.
    Or maybe I need to build my own controls and find a way to
    tie them into what we have here, but that would be stretching the
    bounds of my knowledge, and I was hoping to have this up soon to
    send to a potential employer.
    What I'm looking for is some help to get pointed in the right
    direction to just add the controls to the player in that tutorial.
    If there is an "easy button" somewhere that I can push that'd be
    great. If I need to get dirty I'm willing to, but I'm a bit lost
    right now.
    Thanks in advance for any help!

    Search for JW player on Google and look at that.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Is there a way to create dynamic playlists on the fly in music on smart media?

    Often I'm at a friends house and we're looking through music trying to pick the next song to play as one is finishing.
    It would be really great to have an dynamic playlist where you could add and subtract songs as you go and so keep the music playing as you create away and the new list runs.
    I see a couple of apps offering this but they don't have good reviews. Also crossfade for this would be a nice option too.
    Any plans to give a 'life update' revamp to party goers using itunes on their smart devices?
    Or doesMusic have this feature and I'm just unaware of it?

    Yes, there is a way. Here is the workaround. You can add notes folders directly with your iPad or iPhone.
    http://keeplifesimple.weebly.com/1/post/2013/11/add-folders-to-native-notes-app- on-ios.html
    Enjoy! Please pass it on, leave a comment on the page, or "like us" on Facebook if you find this information helpful.

  • My Ipod Touch won't play music.  When I click on Itunes, all it does is open the ITunes Store.  There are no playlists at all, but they show up on my computer just fine.  I have tried syncing several times, and have tried making a new playlist.

    I have tried making a new playlist, and have synced it a gazillion times.  This all happened when I bought a new computer and transferred my Ipod to it...with upgraded Itunes software.  I have tried everything.

    Thanks -- actually I worded the question wrong.  I was trying to find my songs icon and kept reloading Itunes to try to find it.  All I could get was the store.  I finally figured out how to reset the desktop and I got my icon back.  Thanks for your answer.

  • Tips for Changing Flash Website to HTML / Dreamweaver

    I am going to be taking over the management of a website that was designed entirely in Flash. There really is no need for the entire website to be entirely in Flash - it is confusing to navigate and most of the content would be so much easier to update and maintain if it were saved in html. I want to keep two flash effects - one is the splash page and the other is gallery where a grid of photos flips up like cards and you can click the individual photos for a link to a specifications page.
    So, my question.  Is there an easy way to transition the site from flash only into html / dreamweaver? I think I already know the answer to this - "NO" - I'm going to have to redesign the site in dreamweaver and just insert the two flash elements I want to keep, but if anybody has any tips or tricks that would be FANTASTIC!  Thanks.

    The problem with FLASH sites is that they speak a different language - Action Script instead of HTML.  While some Flashy effects can be emulated with DHTML (JavaScript, JQuery etc...) it's not always possible to achieve the exact same feel without FLASH.  Everything depends on how Flash-centric the original site is and how much your client/boss is willing to toss out in favor of a more web accessible, search engine / user friendly / standards compliant website.
    Incidentally, SPLASH pages are a complete waste of prime URL real estate.  You don't want a Flash or image only SPLASH intro page on your ALL IMPORTANT domain name default page.  If anything, you need to rebuild home page in HTML with plenty of keyword rich content for search engines and people to grab onto.
    For more meaningful suggestions, please post a URL to the live site?  It will be interesting to see how it ranks on Google and other SEs.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to create a dynamic newsflash using dreamweaver and PHP

    Hi there,
       I would like to create a dynamic newsflash using dreamweaver and PHP in that the newsflash will be pulling information from a MySQL database. The newsflash should also have a link to view more information about the piece of news a user wants to know more about. Which tools do I need to use in dreamweaver and how's the procedure to go about that. Any advice is highly appreciated. Thanx in advance!

    I think you´ll need at least a MySQL table with the following columns:
    - id (primary key, int, auto_increment etc)
    - news_headline (varchar)
    - news_teaser (text)
    - news_content (text)
    What I´d personally add are columns such as:
    - news_date (date or datetime)
    - news_external_link (varchar), if a "read more..." link is supposed to navigate to an external URL rather than displaying the contens of the "news_contents" column.
    Based on such a MySQL table it should be easy to use Dreamweavers standard Server Behaviors to create the usual datalist.php, insert.php, update.php and delete.php documents, and there are numerous tutorials out there which will teach you how to do that.
    Am I right when assuming that you´ll also need to know how to automatically pull, say, the 5 most recent news records from the database ?

  • Making a dynamic stamp in Acrobat 10

    I tried to follow the instructions for making a dynamic stamp in Acrobat 9 for use in Acrobat 10, but my stamp is static, not dynamic. The date and time stayed the same as when I made it. What is the trick to make this happen. It's very frustrating that it is so hard to make a dynamic stamp. Thank for any assistance anyone can provide.

    I've not done that, but here are some links which may help you:
    http://forum.planetpdf.com/wb/default.asp?action=9&read=64312&fid=134

  • Problem Using Flash FLV Video Via Dreamweaver CS3

    I have been unable to get my FLV video to play on my website.
    I seem to have two problems:
    1) I want the FLV file to be hosted in a different domain to
    the website itself (for bandwidth reasons) and it doesn't want to
    do that!
    2) I would prefer to use Flash skins rather than Dreamweaver
    skins as I want to offer a full-screen option but I cannot get them
    to work!
    If I host the FLV file on the website domain, the video plays
    ok. If I change the file location in the Properties of the movie to
    become the FLV located on the other domain (using full path
    http://<etc>flv) then nothing
    displays on that part of the page. Firebug tells me it has loaded
    the AC_RunActiveContent.js and FLVPlayer_Progressive.swf but it
    makes no mention of the skin file or the flv file itself ... it is
    as if it just simply has not bothered with it! I suspect I am
    missing something obvious but cannot find it. All help would be
    appreciated. By the way, I have loaded up a crossdomain.xml file to
    the root of the domain that hosts the flv file but that didn't seem
    to make any difference!
    The second challenge is that ideally I would like to use a
    Flash skin so that I can have a full-screen option and so that I
    can have the menu bar under the video itself. However, I can't even
    get that option to work when I host the whole lot on the normal
    webserver! I am suspecting that it might be something that might
    suddenly start working when I fix problem 1. However, if anybody
    has any links to a page that provides simple instructions about how
    to do this task I would greatly appreciate it!
    Many thanks for your help!

    1) Why not post your video to YouTube or Google Video and
    then embed the
    code they provide into your website. This way their servers
    carry the
    bandwidth for you and the scripted embed code will work on
    your site.
    2) If Video sharing isn't an option, and you need more
    bandwidth, you can
    get domain hosting for as little as $4.95 - 6.95/month at
    Bluehost,
    Lunarpages or Web Hosting Pad.
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

Maybe you are looking for

  • I can't install Windows 8.1 on my Imac with Mavericks using Bootcamp. Why?

    I can't install Windows 8.1 on my Imac 27" with Mavericks using Bootcamp. Why? I first did all the software updates needed, downloaded the driver software to a 32Gb flash drive formatted as FAT32, fired up Bootcamp Assistant, inserted the Windows 8.1

  • File Dialog not appearing in web form after Note:74140.1

    Hello, I have implemented the source given in Note:74140.1 to replace the get_file_name function that displays the file dialog box. However I still am not able to see the dialog that the JavaBean should display. I am relativly new at linking JavaBean

  • Mail (Select doesn't work)

    I don't know how this happened.  All of a sudden Mail (certain selections can't be selected)  Get Mail, Prefs, Connection Doctor, New Message, Send, Send Again etc.   nothing happens.  Before if I got an e-mail, I'd just double click and it would ope

  • Why cant I install i-tunes in my laptop? showing 'network error' message.

    trying to install i-tunes in my windows 7 laptop. but its showing 'Failed - Network Error'. Tried the steps in Apple support already. What to do?

  • I can't open my e-mails

    I see the e-mail from Firefox but I am unable to open it. I can't open any of the e-mails in my inbox.