Video player for iweb

Hi, I know I can just drag a video or copy and paste a code to put video on a website. My question is how do you add a few videos to your site that play on one player and people can select the video they want to watch? example a youtube channel which really would be my last resort and one that delays my load time worse than if I had added the videos directly to the page.

This is not something that can be done directly in iWeb without using a separate program or service that could achieve mentioned feature. You may get lucky and find one if you google something like Flash video playlist or similar search terms.

Similar Messages

  • Video player for N79

    Hi All,
    I am having N79, in this only .flv, .wmv, .3gp and .mp4 video files can be played.
    I cannot play .avi, mpg and .dat files using it.
    Can anyone suggest me a good video player I can download for N79 and where I can do that for free ;-)  ?
    Thanks
    Suren

    I am planned to research on the video player for Motorola L7. I am a Dot Net Developer.and have some knowledge in J2ME. Can u help me how the mobile applications can be created for Motorlola L7? Or what r the peculiarities of Moto L7 to take care while creating mobile applications?

  • The best free video player for mac

    Hi guys,
    What is the best free video player for mac?
    What are the pros and cons?
    Thanx.

    Here's 3 that work well
    http://www.videolan.org/vlc/index.html
    http://www.telestream.net/flip4mac/overview.htm
    /http://www.macroplant.com/adapter/

  • What is the best pop-up video player for flash?

    I am looking for the best way to create/find a pop-up video player for my flash site.
    Meaning, clicking on thumbnails on a site and a new window/video player pops up.
    I would love to use Vimeo, but I can work with YourTube if that is all there is.
    Any suggestions?
    Thank you!

    I do not used videolightbox, but it may work just fine....but have created a similar effect on my own:
    http://www.hiesequim.com/education_center_test.html
    The big blue button in the middle of the page is a Flash .swf which communicates to javascript to show/hide a <div> containing a Flash video player. In this case it's not a separate pop-up window but an overlay. the important thing is that you can communicate between Flash and javascript, which will do the pop-up.
    So yes, you can create pretty much any type of pop-up you want. You'll be using actionscript in your tumbnails to communicate with javascript which will pop-open the window.
    In AS2 you use getURL or ExternalInterface to communicate with javascript.
    http://kb2.adobe.com/cps/156/tn_15683.html
    In AS3 :
    http://simplistika.com/as3-javascript-communication/
    For a pop-up window, you still need to create a second, actual html web page to hold the video player... embed Vimeo or whatever player you want.
    You also need the javascript to do the pop-up:
    http://www.javascript-coder.com/window-popup/javascript-window-open.phtml
    or Google "javascript popup window" for tons more of examples.
    If you are looking for more of the overlay type, like the link I posted above, the layout is a little different, you'll just be displaying a <div> which will hold your player instead of a whole separate page. Then you can use javascript show/hide:
    http://www.randomsnippets.com/2008/02/12/how-to-hide-and-show-your-div/
    or Google "javascript show hide" for tons more of examples.
    So in your Flash, you use a thumbnail as a button which communicates to the javascript in the HTML section of your Web page (remember, there is no such thing as a Flash Web page, only HTML, PHP, ASP, etc pages which may happen to have some Flash content). The javascript then responds by opening a pop-up window which displays another HTML web page that you have created and has the Vimeo player displayed on that second, popup page.
    Best of luck!
    Adninjastrator

  • Change default video player for iPad

    Is there any way to change the default video player for iPad?
    For instance, to be able to see mpeg, mkv videos, etc.

    Did you figure out how to do it ? I have some movies copied over from a NAS into FileExplorer app on my ipad, but it uses quick time as player and it does a lousy job with mkv files.
    Note: Jailbreaking is not an option

  • Slomo video player for iPad?

    Im a sports coach and I'm looking for a video player for iPad that can easily playback video Ive shot, at variable speeds, slow motion etc.  Any other features, usefull to a coach would be most acceptable.
    Any recommendations?
    Many thanks

    Did you figure out how to do it ? I have some movies copied over from a NAS into FileExplorer app on my ipad, but it uses quick time as player and it does a lousy job with mkv files.
    Note: Jailbreaking is not an option

  • How to embed a flash video player in iWeb?

    I'm using this open source video player:
    http://www.jeroenwijering.com/extras/readme.html#installing
    I've customized it here:
    http://www.perlstrax.com/alexanderperls_musicvideos/flvplayer.html
    I'm trying to imbed it in an iWeb page using the "HTML Snippet" feature.
    This is the code that is recommended:
    <embed src="http://www.perlstrax.com/alexanderperls_musicvideos/flvplayer.swf" width="600" height="600
    type="application/x-shockwave-flash" pluginspage=
    "http://www.macromedia.com/go/getflashplayer" />
    </object>
    .... but I'm left with only a "white box" with the rotating circle...
    any ideas?

    Here is an updated version of the question which will hopefully make it useful for further users of iWeb... once an answer is found....
    I'm trying to embed this player into myspace and also into iWeb 2.0 as a "web widget":
    http://www.perlstrax.com/alexanderperls_musicvideos/flvplayer.html
    This HTML will make it work in Myspace and iWeb 2.0:
    <object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" data="http://www.perlstrax.com/alexanderperls_musicvideos/flvplayer.swf" height="300" width="312">
    <param name="movie" value="http://www.perlstrax.com/alexanderperls_musicvideos/flvplayer.swf" />
    <param name="allownetworking" value="internal" />
    <param name="allowScriptAccess" value="never" />
    <param name="enableJSURL" value="false" />
    <param name="enableHREF" value="false" />
    <param name="saveEmbedTags" value="true" />
    <param name="bgcolor" value="..FFFFFF" />
    <param name="wmode" value="opaque" />
    <param name="quality" value="high" />
    <param name="menu" value="false" />
    <param name="scale" value="showall" />
    <param name="flashvars" value="file=http://www.perlstrax.com/alexanderperls_musicvideos/playlist.xml&autostart=true&lightcolor=0xffcc00" />
    ...BUT ..... no menu shows up to select the video...
    I think the problem is that it's running the SWF file OK, but in order for it to work properly, it has to read data from this HTML file http://www.perlstrax.com/alexanderperls_musicvideos/flvplayer.html
    and this XML file: http://www.perlstrax.com/alexanderperls_musicvideos/playlist.xml
    Here is a recent discussion on placing these players in myspace:
    http://www.jeroenwijering.com/?thread=3007

  • Can the video player for FlashDVD be configured to show download progress?

    The video I'm using for a FlashDVD is about 1GB in f4v format, so it takes awhile to fully download. It's choppy until it's fully downloaded. It would be nice if the video player used for FlashDVDs showed the progress of the background dowloading of the video, the same way that all other video players do.
    Is this configurable, or is it showing, but the colors are so subtle that I can't see it?
    Can this be configured so I can see a clear progress for the download?

    I'm guessing, but my guess is "no." I am assuming it is not present currently.
    Configuring the progress bar ends up with code in the swf. It COULD be made configurable by putting variables for the code in the theme.xml, but it is not.

  • Create a video player for embedded FLV

    So I want to embed a FLV in my flash so that I just have ONE SWF that contains everything.
    I know if I say "load external video with playback component" I will end up with a swf, html and the flv- this is NOT what I want so please don't ask me why I'm not using this option.
    "Embed FLV in SWF and play in timeline" is EXACTLY what I want- the result is just a single SWF.
    Here is the question: How do I get a video player if I embed a FLV in flash?
    I know if I load the video external I will get some nice players - exactly what I want. How do I get a player if the video is embedded? Are there any coded player templates on the net? I couldn't find anything on google I could use but I've to admit I'm not too good at AS.
    Thanks A LOT for your help

    Not sure if this will work. Embed the FLV into a movie clip and in the expanded propertied check export for action script. Then you may be able to call the movie clip from the content path in the FLV video component.

  • Am looking for a good video player for IOS 4.1

    Hello all. Have an IPhone 3GS for which I am looking for a good (free) video player? Any recommendations?

    There certainly is... a video player has been included with every version of iOS.
    In iOS4 all media is accessed via the iPod app.  iOS5 and later seperates audio and video into two apps, "Music" and "Video".

  • Photo browser and Video player for E52

    The photo browser and video player that comes with E52 is basic.
    Does anyone know where to get a better photo browser and MP4 player?
    I had downloaded AIBO player but it won't install due to expire license date.
    thanks.

    its not that they cant but thatt ehy wel cant. its VERY VERY super complicated on making a fimrware for an mp3 player as it requires the info on hardware and lots of time and the player need to support it. the zen sleek is not popular enough for someone to make it for it and it would be illegal as if would have cracking the firmware which is illegal. but making a complelety new one and without stealing info not sure but it might be legal. i VERY OH SO highly doubt there will be video for sleek photo.

  • HD videos player for Nokia Asha305

    Hi dear
    I tried my best to find any HD videos player or any real player for Nokia Asha 305 in Nokia app store but I was unsuccessful can you help me on this topic please

    tou need to convert the videos to nokias mp4 format.. not normal mp4 but nokias one.. you have to do this through the nokia software that came with your phone.. then you will be able to view them!
    peace

  • Timeline Music Player for iWeb

    Hi everyone,
    I know there are a bunch of music players for iWeb, but I'm trying to find a player with a timeline/graphic representation of the sound, similar to soundcloud's player.
    I may end up using their code, but I'd like to avoid being dependent on their servers.
    Thanks in advance for your advice!

    I don't do a lot with audio only tool around here and there.
    Have you looked at the soundcloud plugin?
    http://wordpress.org/extend/plugins/soundcloud-shortcode/screenshots/
    Discover new joys, embark on new journeys and give more meaning to your life in 2013.

  • All format mobile Video Player for Symbian Belle F...

    Hi,
         Can anyone please suugest me a video player which i can download and install in my nokia 808 pureview phone to play almost all video/audio format files? I did tried to install UC Player from online different sites but unsigned versions showing certificate errors and signed versions showing certificate expired.
       I would be grateful if anyone can help me with the same and provide me with alink to download and install as well.
     Thank you to all.... Have a nice day.... Bye....
    Solved!
    Go to Solution.

    Rather__Sultan wrote:
    @ray
    this is not the solution, and i know that symbian is also aging now, but atleast it should have some essential applications available. and the Video Player is badly needed. I really loved the "Core Player" on my old S60v3 (N73). but its not available for new symbian.
    Although there are some great apps which dont let me down, like Joiku Spot, Xplore, Pico Brothers Youtube Downloader, LCG Juke Box, Panorama, Adobe Reader etc and the best NOKIA MAPS. But Still Few Apps are needed.
                                                                                                                               Come on Symbian Developers Wake-Up!
    It was the original poster (OP) who marked this thread as solved and not me. So the OP was happy with the advice he received. 
    All the best.
    Ray.

Maybe you are looking for

  • First tab loading the same page as new tab

    i've been a heavy tab user since safari came out and now i have encountered something very annoying. i don't want to call it a bug for safari because so far it only happens on one particular site (a messageboard). http://mpc-forums.com/ when i'm in t

  • Determination of Production Order Type when Planned Order is Converted

    Hi SAP Expert, Is there anyway to determine the Production Order type by Sales Order type when the planned order from APO is converted? Currently, all the planned orders converted from APO will be a Normal Production Order. The requirement as example

  • Serial number when production order creation in MTO

    Dear sir serial number profile assinged in the material master of finfished product . i have sales ordernumber    x  and  qty for finished product 10EA. when i run md50 for mto . then pland order qty converted to production order for 10ea. then produ

  • How to use Dictionary or HashMap ?

    Hello Everyone, If I try to to declare HashMap<String,Integer> map = new HashMap<String,Integer>(); I get this error <identifier> expected private HashMap<String,Integer> map = new HashMap<String,Integer>(); When I try to define like this HashMap map

  • What is the right Format for Video Clips?

    I have been searching for an answer to this for a while. I render animations out of my 3d program with these settings: CCIR 601/Quantel NTSC Pixel aspect of 720x486 Device Aspect Ratio: 1.333 Pixel Aspect Ratio: 0.9 Compression: dv/dvcpro NTSC Render