How to add a video play list on palm pre

Does anybody knows how to add a video play list in palm pre?
I did try to add video in different folders but in the palm  device are loaded in the same playlist. Is there a way to organize video files?
tks
Post relates to: Pre p100ueu (O2)

QuickTime requires player and plugins that most people don't have.  You'll reach a much wider audience if you use HTML5 <video> with mp4, webm and ogg files.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5 with Video</title>
<!--help for older IE browsers-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<style>
video {
    max-width:100%;
    display:block;
    margin:0 auto;
</style>
<body>
<h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
<h3>Online Video Converter
http://video.online-convert.com/</h3>
<!--begin video-->
<video controls poster="Your_poster_image.jpg">
<!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
<source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
<source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
<source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
If you're seeing this, you're using an
outdated browser that doesn't support
the video tag. </video>
<!--end video-->
</body>
</html>
Nancy O.

Similar Messages

  • How do I transfer my play lists from one pc to another? I can't find import on the new version.

    How do I transfer my play lists from one pc to another? I can't find import on the new version.

    Holtey wrote:
    Not an option.
    Onlly have turn on home sharing or get artwork
    Do ou have the iTunes menus showing across the top of the iTunes window?
    ctrl B

  • How to Sort music on play list by FILE NAME?

    How to Sort music on play list by FILE NAME?

    iTunes doesn't display the filename or filepath as a column so you can't sort on it. I could write a script to copy the filepath into the Sort Name field so that sorting by name would sort by filepath. Would that help? In normal circumstances however filepath order would be the same as Album by Artist, so I'm not sure what you would gain. Perhaps there is another way to approach whatever problem you think sorting by filename would solve.
    tt2

  • How to add Gap between dropdown List Items - ComboBox in MFC VC++

    How to add Gap between dropdown List Items - ComboBox in MFC VC++

    Did you tried SetItemHeight() inside your App .
    Thanks
    Rupesh Shukla

  • How to add my video library to iPad g3 from MacBook Pro?

    How to add my video library to iPad g3 from MacBook Pro?

    What sort of videos are they, and what app do you want to sync them to ? If they were taken with your camera and they are in a format supported by the iPad, then you could sync them to the Photos app - with the iPad connected and selected on the left-hand side of your computer's iTunes, you can use the Photos tab on the right-hand side of iTunes to sync photos and videos (there is an 'include videos' tickbox on that tab) to the Photos app.
    Or you can sync them to the Videos app. If you can add them to your iTunes library (File > Add To Library) you can then use Movies tab (instead of the Photos tab) to sync them to the Videos app. If you can add them to your library but they don't sync over because they aren't in a supported format then try doing Advanced > Create iPad Version and then try syncing those versions.

  • HT1751 How can I copy a play list to a memory stick

    How can I copy a play list to a memory stick

    Yes, in preferences set up your import settings, then right click on the tracks you need in a different format and use Create < Format> Version. New copies will be created in the target format.
    tt2

  • Downloaded 11.0.3 (42) 64 bit to my MacBook Pro and it crashes every time I select a song a use the 'add to' function to add to a play list. It's never done this before, is it a bug with the new version?

    downloaded 11.0.3 (42) 64 bit to my MacBook Pro and it crashes every time I select a song a use the 'add to' function to add to a play list. It's never done this before, is it a bug with the new version?

    You could just disable updates. Change these settings in about:config.
    * app.update.auto - set to false
    * app.update.enabled - set to false
    You can still check for updates with the "Check for Updates" button in the About Firefox window, but it will download the update file anyway if there is an update available. You can also check which is the current release from here:
    * http://sjc.mozilla.com/en-US/firefox/new/

  • HT202213 how do I transfer a playing list to another iPhone

    how do i transfer a playing list to another iphone

    The same way you did with the first one.

  • HOW TO add a videos or movies to IPOD TOUCH for first time...

    HOW TO add a videos or movies to IPOD TOUCH for first time...
    pls send step by step detail wise.. if you have a video for this ..pls mail me...
    my email :  [email protected]
    thanks to all

    See:
    iOS and iPod: Syncing photos using iTunes
    iOS: Syncing with iTunes
    iTunes: Frequently asked questions about viewing and syncing videos
    iTunes: May be unable to transfer videos to iPhone, iPad, or iPod

  • Having imported the tracks how do I create a Play List

    I have imported tracks to my library, how do I create a play list please?

    One method is to select the Playlists section of the iTunes Library and then click on the + button in the lower left corner.

  • Video play list gone due to OS6

    I had three different functional video play lists on my iTouch prior to upgrading to Apple OS6. They all worked through the Music App where one can select the list to play. Since the upgrade to OS6 my video play lists are gone. This is definitely a defect that apple needs to address or allow users to go back to older version of OS.

    I got the same issue. The videos are now unorganized and difficult to find the one I want to play. Agree with Urandhawa, hope it can be fixed in the next OS release.

  • IPad Feature Request (Please make a Video Play List feature)

    Feature Request it would be really nice if Apple made a Video Play List feature just like photo albums on iPads.
    It would be nice.
    Gren Skull

    These are user-to-user forums, you can leave feedback for Apple here : http://www.apple.com/feedback/ipad.html

  • Looking for tutorial: how to add a big "Play" button to a web Flash   video

    Can't seem to find out how to do this: I've imported a Flash
    8 video to
    a web page (with autoPlay set to false) and it has a
    controller skin
    underneath it, but I'd also like to show a big "Play"
    triangle button in
    the centre of the video, like you see on all the Youtube
    videos. How do
    I add that and make it start the video? Any clues for the
    clueless
    would be appreciated!

    Nickels55 wrote:
    > Not too difficult.
    > First create your button or movieclip with the big
    arrow.
    > Give your flv playback component an instance name like
    vid.
    > Create a new layer above the video layer. Drag your
    button/movieclip to the
    > stage.
    > Give the button/movieclip an instance name like
    vidcontrol.
    >
    > Put this actionscript on the frame (not attached to the
    button or component):
    >
    > vidcontrol.onPress = function(){
    > vidcontrol._visible= false; //makes arrow
    button/movieclip invisible
    > vid.play(); //makes video play
    > }
    >
    > Tested code and concept and it works perfect.
    Brilliant, works like a charm. Thanks very much, Nickels55!
    Is there a way I can add something like your
    "vidcontrol._visible=
    false;" to the "Mojaveexternalall.swf" skin as well? Right
    now if I
    click on the big arrow, everything works fine, but if I click
    on the
    Mojaveexternalall's small Play arrow instead, that new button
    layer
    doesn't disappear.

  • Can i add a new play list if yes how????

    I have about 90 songs on my ipod touch but i like some songs more than others. i wanted to put a favorit playlist on my ipod. so i went to "Add New Playlist" typed in the name. then i synced my ipod and didnt have my new play list. HELLP.

    Hello jordon96,
    Have you made sure you have configured your iPod to sync all playlists or select playlists from under your iPod's Music tab in iTunes?
    B-rock

  • How to add music videos that are not from the itunes store?

    This drives me CRAZY that iTunes will allow me to classify my .mp4 music videos that I get from other sources (NOT bought from the iTunes store) as a Music Video but iTunes STILL keeps it classified under the Movie listing. Does anyone know how I go about or what is needed to get my music video files in the Music Video list?
    While I'm at it...
    It also bugs me that I can't organize my library properly. For example, I have a music performance/concert video and instead of having it in a separate list of "Musical Performances", iTunes contains it under Movies. This is a first for me to complain about my iTunes experience but I just wish there would be some flexibility for me to add content and categorize/list it under my personal preferences. Anything wrong with that?

    If you go to the Get Info menu and set Video Kind to Music Video it will only appear in your music library, and not in the Movie section.
    The tool VideoDrive (www.aroona.net) will automatically classify all your videos when you import them in iTunes, based on file and folder name, the length of the video and other metadata...

Maybe you are looking for

  • News in different folder than /documents/News

    Hi! I've to display different News for different users/roles. I've created deltalinks for the news-iView (com.sap.km.NewsBrowser_0) and entered the path to the initial displayed folder /documents/Public Documents/group1/HotNews and the path to the ro

  • XML Object to BPM Object, is possible?

    My process consumes a Web Service that returns a Object (XSD). When I catalog this Web Service in the BPM catalog, BPM saves the return of Web Service as a XML Object. The problem is that I use JSP in my application, so when I need to show this objec

  • Send as HTML

    I have an email template that works just fine with a work flow but when I check the box "Send as HTML", the email does not go out. Everything else being equal, it seems like this check box is jamming up the works. I really don't have HTML in the mess

  • Free actions and ps elements 10

    I just got Photoshop elements 10. So still learning. I work off a pc. I have been trying to download these free action online but have unsucceful. Can some help. Please:)

  • Production order operation confirmation before 261 movement

    Dear All, In a production order, components are assigned to operations. I want to knw if there is any method to prevent the production order confirmation (CO11N) before issuing the material to production order. (261 movement). Thanks in anticipation.