Presenter 10, video and HTML 5

I have a number of Presenter presentations that I want to convert from an older version of Presenter.  I am using Presenter 10 because of its output to html 5.  However I seem to be encountering a recurring problem which I can replicate consistently.
Initially I had issues with re-publishing a Presenter presentation that had been created in an older version of Presenter. One of the problems I faced was the the video content in the Presenters was in flv format. I had to convert these to mp4, which was a little hit and miss as not all mp4 are created equal in the eyes of Presenter 10.  It would be good to hear if anyone has the correct mp4 settings so as they can play reliably when publishing to a Connect server Conent Library using Presenter 10.
The bigger problem I have is with the message of being unable to publish the presentation due (possibly) to lack of disk space or sufficient permissions. I have seen previous posts on this and it seems that the advice given has been to clear the C:/temp files and/or to create a new profile on the computer. I have sufficient disk space and even after cleaning out my temp files I experience the same problem.
I can replicate the problem with a high degree of reliability.  Essentially this message only appears when I insert a video file (mp4 or flv) of certain duration and try to publish to a Connect server in HTML 5 format including video. As soon as I untick the video option in the publish screen I can successfully publish - obviously video is removed.  I compared one video that I had in managed to successfully publish and it seems to me that the error message appears when the video is longish in duration.  The video in the presentation that fails is 2 minutes 54 seconds in duration. The video that successfully published is less than half this in length at 21 seconds.  I am trialing with increasing the duration of a video to see if there is a particular duration in time that then sets off the unable to publish message.
I wonder then if anyone else has experienced the unable to publish message and whether there is a fullproof way of getting around it.  Also has anyone experienced the video publishing to html 5 using Presenter 10 issue and whether the unable to publish message is akin to a generic failure message?  Any suggestions help, would be grateful. I have a number of Presenter presentations to replublish and all have video in them, it would be good to get  "fix".

I have tried the remove and re-add and it makes no difference. I can't now get the Presenter presentation with video in mp4 format to display or play. I am not sure if it is there or not as when viewing on an iPad it says it is buffering but never actually stops buffering. I can see it on my computer fine and it plays fine, but some of the reason for publishing to html 5 is so as it can be seen by people using tablets.  I just can't seem to get it to work no matter what I try.
So to recap:
1. using a presentation published using an older version of Presenter that contains flv videos
2. republishing the presentation using Presenter 10 to a Connect Content Library using HTML 5
3. have to convert the flv to mp4
4. on a computer using a variety of browsers the presentation plays fine.
5. on a tablet (iPad tried at this stage) the slides without video plays fine, the slides with video just continually says buffering
On the second point of Presenter throwing up an error message, it's not so much that it throws up the error message as I can cancel that. It's more to do with the fact that it throws it up each time I try to publish a presentation that includes video that is of a certain duration.  I have followed the whole kill the process as suggested and while this does indeed stop the problem it just comes back when I open PowerPoint again and try to publish.

Similar Messages

  • Published F4v video and html plays locally but not online...

    I am running Windows 7/64 and Master Collection. I've created a clip of DV NTSC footage to test F4V publishing. Done this many times with CS3 and flv files but this has me stumped. I can successfully view the video and web page locally in IE and Netscape but on upload to my server I have the menu and placement right but no video appears. I created the clip in Premiere Pro CS5 and exported to F4V/FLV best quality. Opened an Actionscript Media DV NTSC template in Flash Pro CS5 and imported the video which I had pre-placed in my root web folder locally. I then exported the swf and saved the fla. All files were then in my root folder and the scrpts in the scripts folder. In Live View in Dreamweaver CS5 all looked fine. In each browser locally the video played as expected. Once all files were uploaded the video was not visible.
    The file is located here...
    http://www.goodmangraphic.com/2010vid.htm
    in the root directory are... Sequence 01_1.f4v, minimaflatcustomcolorall.swf, 2010movie.swf, 2010movie.fla and in the scripts folder, expressinstall.swf and swfobject_modified.js.
    Thanks in advance for any guidance on what I may be doing wrong.
    John

    Ross,
    As you suggested I checked the fla and indeed the local path was there so I changed it to it's relative path, then re exported the swf and saved the fla, re-uploading the files. No luck on ability to see online or even local preview. So I then reset the file location to use the actual URL online and that would not work and even in fla showed an error it could not connect to the file. So I reverted to local naming of the file again to test and sure enough it previewed fine locally in both browsers but again reverting to a relative path or http, failed to sucessfully see the video.
    I am not having these issues with flv format, just the f4v. As an example here is the flv version using the url in the fla file attributes...
    http://www.goodmangraphic.com/2010vid_b.htm
    BTW - I simply renamed the extension after duplicatng the file for the video in this example.
    Appreciate the help.
    John

  • Resizeable Presentation Setup for Video and 3D

    I want to be able to have a slide show that integrates still images, text, video and 3D. I use InDesign but it is pretty constraining. PowePoint and the like have similar constraints.
    I can assemble a simple presentation in Flash with video integrated, etc.  but it is usually impossible to predict the resolution of the projector I will be using. Hence my question:
    How can I build a Flash presentation template that I shall be able to conveniently reuse and that will be resizeable?
    Option 1. Is it possible to make Flash to scale the stage and all content proportionately, like PowerPoint or Acrobat can do (with black areas if the screen ratios are different)?
    Option 2. What is the reasonable path for making resizeable/edjustable content? I looked at this (starling + feathers)
    http://www.adobe.com/devnet/flash/articles/designing-multidevice-multiresolution.edu.html
    I like the use of Stage 3D but these frameworks do not seem like a good match. It is slow to modify the content (I need to be making new presentation reguraly) and I shall not be using most of the functionality. It could work if I build several types of pages and reuse them maybe but I suspect a simpler way should exist.
    Thank you for pointers and advice,
    Maya

    This function will get you far:
    function goScaledFullScreen()
        var screenRectangle:Rectangle = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);
        stage.fullScreenSourceRect = screenRectangle;
        stage.displayState = StageDisplayState.FULL_SCREEN;
        stage.quality = StageQuality.BEST;
    Independent of your actual monitor resoulution it will scale up any content you might load via loader to the full screen resolution.
    It has its limits though: On a Mobile device it won`t reorganize the content if you rotate the device from Landscape to Portrait. Also if you have content that is off-stage you might have to employ masks if the Monitors aspect ratio differs from your presentation one`s.
    You can use the Capabilities class to get the actual ResolutionX/ResolutionY of the device that runs your presentation.
    You might want to somehow inform your presentation if the resolution gets changed via the Resize Event
    If size is not an issue you might prepare your presentation in the best Quality possible (for example HD) because downsizing works in general much better (qualitywise) than upsizing.

  • How can I download a You Tube video and place in a Keynote presentation.  We have the permission of the videographer and have downloaded Get Tube.  Thank you.

    How can I download a You Tube video and place in a Keynote presentation.  We have the permission of the videographer and have downloaded Get Tube at his (videographer) suggestion.  Thank you.

    Did you check the home page setting?
    *Firefox > Preferences > General > Startup: Home page
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    If you do not keep changes after a restart then see:
    *http://kb.mozillazine.org/Preferences_not_saved
    You can also check for problems with the sessionstore.js and sessionstore.bak files in the Firefox Profile Folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created

  • I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions a

    I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions are for the computer to read.  Both formats are, of course, readily recognized and indexed by Spotlight.  Journal articles have two essential components with regards to a database:  the topical content of the article itself, and the cited references to other scientific literature.  While a PDF merely lists these references, the HTML version has, in addition, links to the cited items.  Each link URL contains the digital object identifier (doi) for the item it points to. A doi is a unique string that points to one and only one object, and can be quite useful if rendered in a manner that enables indexing by Spotlight.  Embedded URL's are, of course, ignored by Spotlight.  As a result, HTML-formatted articles must be processed so that URL's are openly displayed as readable text before Spotlight will recognize them.  Conversion to DOC format using MS Word, followed by conversion to RTF using Text Edit accomplishes this, but is quite labor intensive.
      In the last few months, I have added about 3,500 articles to this collection, which means that any procedure for rendering URL's must be automated and able to process large batches of documents with minimal user oversight.  This procedure needs to generate a separate file for each HTML document processed. Trials using Automator's "Get Specified Finder Items" and "Get Selected Finder Items", as well as "Ask For Finder Items"  (along with "Get URLs From Web Pages") give unsatisfactory results.  When provided with multiple input documents, these three commands generate output in which the URLs from multiple input items are merged into a single block, which yields a single file using "Create New Word Document" as the subsequent step.  A one-to-one, input file to output file result can be obtained by processing one file at a time, but this requires manual selection of each item and one-at-a-time processing. What I need is a command that accepts multiple input documents, but processes them one at a time, generating a separate output for each file processed.  Is there a way for Automator to do this?

    Hi,
    With the project all done, i'm preparing for the presentation. Managed to get my hands on a HD beamer for the night (Epason TW2000) and planning to do the presentation in HD.
    That of course managed to bring up some problems. I posted a thread which i'll repost here . Sorry for the repost, i normally do not intend to do this, but since this thread is actually about the same thing, i'd like to ask the same question to you. The end version is in AfterEffects, but that actually doesn't alter the question. It's about export:
    "I want to export my AE project of approx 30 min containing several HD files to a Blu Ray disc. The end goal is to project the video in HD quality using the Epson  EMP-TW2000 projector. This projector is HD compatible.
    To project the video I need to connect the beamer to a computer capable of playing a heavy HD file (1), OR burn the project to a BRD (2) and play it using a BRplayer.
    I prefer option 2, so my question is: which would be the preferred export preset?
    Project specs:
                        - 1920x1080 sq pix  (16:9)
                        - 25 fps
                        - my imported video files (Prem.Pro sequences) are also 25 fps and are Progressive (!)
    To export to a BRD compatible format, do i not encounter a big problem: my projectfiles are 25 fps and progressive, and I believe that the only Bluray preset dispaying 1920x1080 with 25 fps requests an INTERLACED video  (I viewed the presets found on this forum, this thread)... There is also a Progr. format, BUT then you need 30 fps (29,...).
    So, is there one dimension that can be changed without changing the content of the video, and if yes which one (either the interlacing or the fps).
    I'm not very familiar with the whole Blu-ray thing, I hope that someone can help me out."
    Please give it a look.
    Thanks,
    Jef

  • Spare and Repair aviation engineering parts/objects to be set into video and posted online.  Need to know what integrating software will I need to accomplish:  interactivity with cursor to rotate these objects for viewing analysis?

    GOAL:  Present video demonstrations of aviation engineering spare and repair objects for re-engineering and Request for Quotes.
    SPECIFICS:  Would like to present with interactivity capable to rotate objects.
    CURRENT SOFTWARE:  entire CC Master Collection
    EXPERIENCE:
         Photoshop CC (Advanced)
         Illustrator CC (Advanced)
         InDesign & Copy CC (Advanced)
         Dreamweaver CC (Advanced)
         Flash with ActionScripting CC (10 years ago -- still retain some knowledge but would need a Refresher Learning Curve)
         Premiere Pro CC     (Beginning)
         After Effects CC      (Beginning)
         Audition CC            (Beginning)
         Speed Grade CC     (Beginning)
    QUESTION:   What integrated media software will allow me to accomplish GOAL?   . . . currently strategizing learning curve for production plan.
    Please, advice.  Sincerely, Idaglia Florez

    you could do that with javascript and html.
    but it would be more work unless you used a tool like flash to create those files.  i'm not sure what the security issues with flash are, but i can't see any security issues with javascript and html either whether created by flash or done without a tool (like flash or edge etc).

  • EDGE and HTML dynamic text in a "box" with scroll bar

    I'm new to EDGE, a win7pro master collection cs5.5 suite owner. I'm mainly in the Film/Video post production field (mostly AE, PPro, Pshop, IA) but have been branching into web design the last couple of years.  I use Dreamweaver, Fireworks, Flash. While I'm a expert user with all the Film/video apps, I would say I only have intermediate ability with the web apps. While I understand a lot of programing logic bulding blocks I'm not a coder.
    So since we're told "flash is dead",  my interest in Edge is to try to do some of the things that I can currently do in flash in  EDGE. I was excited when Edge first came out but lost interest when it became obvious that Adobe was not going to offer Edge and Muse to "suite owners" but only in their force feeding of the "Cloud". Better known as the "golden goose" for adobe stockholders and a never ending perpetual hole in the pocket for users. Anyway....
    I spent the last couple of days doing some of the tuts and messing with the UI. It's matured a lot since I was here last.
    I've been working on a flash site for a sports team where one of the pages is a player profile page where college recuriters and other interested parties can view recuriting relavent info/stats about players. This is how it works. While on the "Team" page a users clicks on  a button labled "Player Profiles" . (Animation) A "page" flies in and unfurls from the upper right corner (3d page flips effect created in AE played by flash as a frame SEQ). Once it lands filling most of the center of the screen there is a bright flash. As the brightness fades we see the "page" is a bordered box with a BG image of a ball field(End). (Animation) from behind the border in fly small pictures (player head shots with name and jersey number). They stream in and form a circle like a wagon train and the team logo zooms up from infinity to the center of the circle(End). As the user mouses over a player's pic it zooms up a little and gets brighter (like mouseover image nav thumbs for a image slider). If the user clicks on a player's head shot it flips over and scales up to become a text box with a scrollbar. The content of the box is a mix of images, static and dynamic text fields populated from data in an "player info data base" XML file, and some hyperlinks. It's all kept updated dynamicaly with current stats, info and images from the XML file. There is also a "PDF" button that allows the user to open/save/print a PDF of the player's profile (the PDF's are static files for now but the choice of which pdf to retrive is dynamicaly supplied via the XML file.
    So.... Is Edge now able to do something like this?  Would it need to be a collection of small animations? could these be "assembled" and connected as an asset in dreamweaver ?
    I thought I would approach this from the end (ie click on an image and display a box with dynamic TEXT fileds. ) since that is the most important part, ie displaying the dynamicaly updated profile info.  Sooooo....
    Can Edge display a scrolling text box with Images, static text, and html dynamic text in it??
    Joel

    The code is in composition ready. Click the filled {}

  • New to iMovie, create live video and audio?

    Hello, I am trying to create a video of a live musical performance to post on youtube and have figured out how to use the isight to get a video but can I use the biult in mics to record live audio with the video?

    Hello, Nateomite
    As Karsten says, you will certainly get better results and much more convenience with a camcorder.
    However, if you decide to use your MacBook, the built-in mic can record audio with your video:
      in iChat: iChat > Video > Record Chat records both video and audio.
      in iMovie: http://docs.info.apple.com/article.html?path=iMovie/7.0/en/10172.html
              tells you how to record using your MacBook's built-in iSight (and mic.)
      Other movie/video recording apps may work differently, but most allow sound with video.
    EZ Jim
    Message was edited by: EZ Jim for other apps
    G5 DP 1.8GHz w/Mac OS X (10.5.7) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • How to get plain old S-video and Composite out from a MBP?

    Hi,
    this question is about someone's MacBook Pro he newly bought with adapters to get both DVI and Svideo/Composite Out.
    He got Mini DisplayPort to DVI-D converter, and a DVI-I to video converter, that cannot be plugged into a DVI-D port. Apple removed the analog capability of its adapter, that's bad. But what's badder is there doesn't seem to have any Mini DisplayPort to Svideo/Composite adapter, as there was with previous generation machines.
    How can someone easily output analog video from MBP?

    In fact, I recognize that these standards are old, which doesn't mean they're not up-to-date. Similar example, VGA connector is old, but perfectly useful, even in 2009. I recently plugged a 22" LCD with VGA and DVI on the same computer (a bland desktop PC), and there was strictly no difference. Same color depth, same crisp display. Even looking at a corner with a magnifier, nothing was different.
    So, changing standards just for the sake of it doesn't make any sense.
    Agreed that, as a pro, Apple would like me to buy their pro line, but nowhere in the pro line does an easy solution exists for S-Video and composite out. The solution you posted exists, but is unwieldly and not neat at all, if it doesn't break the Mac's connector under its weight. If a manufacturer can do this kind of adapter, Apple can do it better, and make a bigger profit out of it.
    For the adapter you posted, I don't ever buy anything that is not at least Mac+Windows compatible, or at a minimum is open-source, so anyone with programming skills can make something. The manufacturer also doesn't give a clue on how this works. I guess some sort of virtual driver sits in the system as a virtual IEEE1394 port so any program requiring FW can work transparently. Still, incompatible with the OS that most manufacturer ship their new PCs with, poor commercial decision, wether you like the OS or not.
    Adding FW in the MB unibody design wouldn't have cost anout $30. Rather, we're talking about a 25 cents chip, a 25 cents connector, which they would have rounded up to $20 and still, that was present in previous-gen MB. After all, they are indeed selling a matte screen on the MBP 17" for $50 more, despite them removing a single piece of glass which may cost, well, let's be fair, $5 to manufacture? That's dishonest. And capitalistically justified.
    So far, choosing a Mac for one's needs is no easy task: older white MacBooks have the same power as unibodies, excellent connectivity, top notch transfer speeds, BUT are heavier, as not as ecologically friendly nor do they have future-proof RAM standard. The unibodies are sleekier, easily recycled and will be able to be upgraded in the near future BUT is most likely unable to use current devices and have slower transfer speeds.
    For Pro models, the newer ones have great efficiency, much power and flexibility with their dual GPU BUT lost the option of matte screen, although their other pro-oriented monitors still default to matte. Only the 17" has the option. If a pro already finds his 15,4" bulky and with ample reserve power, will he buy the bigger and heavier 17"? Probably not.
    I understand that Apple way of doing business is keeping only what's essential with no unnecessary options (I'm looking at you, Asus, with you at least 10 different versions of you netbook). But this time, not everyone can find what he or she wants in Apple's line of laptops, as opposed to the iPod thing, where virtually any possible preference is covered.

  • I am going to buy a Mac desktop and want to know how to transfer all my purchases and uploaded music from my PC. How can I do this to ensure all videos and music transfer over and not just purchases?

    I am going to buy a Mac desktop and want to know how to transfer all my purchases and uploaded music from my PC. I originally started using iTunes on my PC so it has everything I have ever purchased or uploaded from my own collection of music.
    How can I do this to ensure all videos and music transfer over and not just purchases? Do they do it at the Apple Store or at Best Buy? help!

    Move iTunes Library from PC to MAC
    http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html
    Also, See here if you need to...  iTunes to an External Drive
    http://support.apple.com/kb/HT1751

  • Can i use both Component video and HDMI?

    Hi guys,
    Im wondering if its possible to connect both Component video and HDMI on the ATV?
    Its currently connected to HDMI on our main HD TV, however, the apartment we have has a strange setup in which you must send RF signals to a loop back in the main room to reach all other TV's.
    We dont have the capital for either another flatscreen TV or a second Apple TV until next year - so currently we've got an older (see 2004) bulk of a CRT TV upstairs and my thought was i could route a signal to the RF loop back from the ATV and use my iphone remote to control what it plays to view upstairs.
    For this id need a component to composite/rf convertor which ive found so sending the signal is no problem, but what would happen if i were to connect component cables as well as the HDMI, does the ATV output on both, or priortise the HDMI?

    When both types of cable are connected to the tv at the same time, the HDMI connection will be on by default but the component is turned off... and what happens if the source to the HDMI cable is off - eg its plugged in but its got no where to send the signal, would it still not send to the component?.. You mean if the tv was off, same thing, HDMI would take precedence.
    Are you sure about this, Winston? I have only 2 component (and 2 HDMI) inputs on my Panasonic HDTV. For this reason I invested in an Audio Authority Component Switcher (Model 1154A) a few years ago. When the TV device arrived I connected it directly to the HDTV via my HDMI-2 HDTV input and also connected the component video and optical audio to the switcher. I have no problem using the HDTV's input selector to switch back and forth between component and HDMI lines. While I admit I cannot split the screen between an HDMI input and anything else for simultaneous viewing, I can leave both lines plugged in and switch between the two lines. In addition, the activity light on the switcher indicates there is a signal present on the switcher even when I am watching the HDMI line. (Of course, this may simply be triggered by the switcher's optical audio signal since I normally watch the TV video via the HDMI line (with HDMI audio muted) and use the optical audio line to drive my receiver's AC3 decoder so I can enjoy 5.1 audio with my latest conversions.) Am, therefore, wondering if the OP may have the same capability and could then simply switch to a different input mode to "de-negotiate" his HDMI connection and allow access to whatever component device he needs as long as he doesn't need simultaneous viewing on both TVs.

  • How do I share presentations between Mac and PC via email

    I have a PowerPoint (2010) presentation that was created on a PC and want to share it via email with users who may be on Macs. 
    The catch is that it contains several "embedded" You Tube videos.  The videos play on my PC, but not on my Mac (just a black screen).  I understand this is because the presentation actually "links"  to You Tube instead of "embedding" the videos, and the links don't survive when the presentation is opened in PowerPoint on the Mac.
    I've updated the presentation in Powerpoint for Mac (2011) so it will play on both platforms by downloading the presentations from You Tube, converting them to MP4, and embedding the converted videos into the presentation.  However, this results in a HUGE file sizes that can't be emailed (e.g., embedding ONE video bumped the file size from 2M to 17M).  Plus, there may be copyright issues.
    I've also imported the presentation into Keynote.  There are a few formatting glitches, but the big problem is still the video.  I get the following error message for each video during the import process: "Import Warning - The movie"/embed/xxxxxxxxxxxxxxxxxxx" couldn't be found.".  Plus, I couldn't find any way of re-linking the videos in the Keynote version of the presentation.
    I've also tried making a video of the presentation, but had problems with the "embedded" videos once again, and never got far enough to see if this would result in acceptable file sizes.
    One other thing.  The author does not want to put the presentation up on the web or some other shared facility for security/confidentiality reasons.
    So, has anyone solved this problem?
    Any help would be greatly appreciated.

    I suggest you post your question on the Microsoft Mac Office forums as that's where the Office gurus hang out...
    http://answers.microsoft.com/en-us/mac

  • I presently use iCloud and run a laptop PC plus an iPad2 and an iPhone 4.  I plan to travel and want to take my netbook, rather than the laptop PC for travelling.  How do I get my apple tools to work mwith a new, temporary PC?

    I presently use iCloud and run a laptop PC plus an iPad2 and an iPhone 4.  I plan to travel and want to take my netbook, rather than the laptop PC for travelling.  How do I get my apple tools to work mwith a new, temporary PC?

    ayorico15 wrote:
    It's not the pictures I'm worried about. I can get them off my phone without iTunes. 
    You can export ONLY Camera Roll photos and videos.
    ayorico15 wrote:
    All my apps were downloaded from my new apple ID. Not his.
    Sign in to iTunes Store (on desktop itunes) with your ID. Plug your iphone to itunes, right click on it and choose transfer purchases.Right click again and choose backup. Then you can sync with iTunes.
    ayorico15 wrote:
    It's not the pictures I'm worried about.  It's all my saved conversations
    Your conversations will not deleted if you sync with your iTunes.
    What is the problem with iCloud? iCloud has nothing to do with iTunes syncing.

  • How to create audio, video, and photo in a list view format

    I'm creating a webstire entirely out of Flash using CS5 for a paranormal investigation group. In the past, using a Website Tonight template from GoDaddy had placed either an audio, video, or photograph with text above each item discusssing the content. Now, they would like this type of feature in the Flash website. I'm new to Flash, but seasoned in many other Adobe products ... not that this helps ... much!
    Anyways, the website is looking great aside from this one set back, so I'm hoping someone out there can give me a helping hand. I'm willing to purchase a third-party template, but to incorporate that into our Flash file, seems daunting.
    AUDIO
    We need to load an audio that can play, pause, rewind, loop, and stop at the very least.
    Then have text describing the situation around the audio.
    repeat ... and so forth ...
    New audio will be added to this section every week or so, and all the components need to scroll as the screen fills up. When adding new audio, we would add the new audio and text to the top of the list, pushing the remaining audio files down.
    VIDEO
    We need to load video footage with all the button features needed to play, stop, etc. I have found adding video quite easy, but to get the player to move with the text as the frame it is contained in scrolls down is another story. How do you do that?
    Text describing the video contents will be above or next to the video player.
    repeat ... and so forth ...
    New video will be added to this section every week or so, and all the  components need to scroll as the screen fills up. When adding new video,  we would add the new video and text to the top of the list, pushing the  remaining video files down.
    PHOTOS
    ditto as others
    Thanks!!

    As mentioned, building a custom application can be tricky, especially if you are not very familiar with Flash.
    So you want a Web page with an audio player and selection list at the top (or where ever) and then a video player section, along with its playlist, and then at the bottom of the page you want a photo display area... Is that correct? and the scrolling you mentioned is because the page needs to be long enough to hold all 3 components? is that right?
    Have you instead considered just using 3 different frames, one frame for each component and simple buttons to jump from audio to video to photos?
    Or, skip the scrolling in Flash and let the html/css take care of the scrolling, just like any normal Web page. Just make the .swf as long as needed to display all your content.
    Since you are new at this type of a project, I'd suggest you start small, take the project in steps... just build the audio player... then the video player... then your photo slide show..
    Only after you have 3 working moduals would you but them together into one .fla
    And yes, learn to use xml for ALL the data, audio, video, and photos.... very easy to update without having to re-publish any of the Flash.
    Here is a good source for tutorials:
    http://www.gotoandlearn.com/index.php?currentpage=11
    Flash and xml
    http://www.gotoandlearn.com/index.php?currentpage=13
    learn to use NetStream to play your videos, much more versatile and powerful than using the FLVPlayback component
    But learning how to incorporate xml into your Flash project is very important in a project like this. And then broken down into 3 components, it's really not that tough to build a project like this.
    Best wishes,
    Adninjastrator

  • Taking a long time to load a YouTube video and then it will not play

    Trying to watch youtube videos and connection from news source. It has been taking along time to load and then will not play... Do I have a setting off any ideas? This has not been the case until recently

    Try to restart using your installer disk, by inserting your installer disk and restart while pressing C.
    And after it reboot using installer disk and you select the installer language, got o utilities and repair permission and disk.
    Also try to reset your PRAM and SMC:
    http://docs.info.apple.com/article.html?artnum=303319
    http://docs.info.apple.com/article.html?artnum=2238
    IF the problem still presist, you might have to re-install your OS X.
    Good Luck.

Maybe you are looking for