MOV Files Not Loading to Mobile Me

Hi There,
I have downloaded a few clips from YouTube that I have converted to MOV files to use with Quicktime. When I try to publish my site to Mobile Me, however, I receive an error message saying that there is a problem with the clips. Am I doing something wrong?
I would use the YouTube widget to embed the videos, but my school blocks YouTube, so my students would not be able to see the clips.
Also, will students using PCs be able to see the clips if they are MOV?
Thanks!

I use MOV to edit movies, add effects, add mask, trim, crop, etc. in QuickTime Pro.
Then I export the movie to iPhone/iPod = h.264/aac with the .m4v extension.
Works on Mac and PC without a problem.
PC users need QuickTime installed or Flash if you use a Flash Video player.
Lots of sample (Flash) video for your pleasure to study and nim ;
http://www.wyodor.net/iFrame/
http://www.wyodor.net/MoreEmbed/
And here's a tutorial that explains how to embed such movie in an iWeb page.
[How to add a movie to your blog|http://www.wyodor.net/iWebBlogTest/Wyodor1/archives/2009/05/entry35.html]
Don't be misled by the title. It works equally well in iWeb.
You may have to learn HTML/CSS/JavaScript.
And here are some demo pages to show what can be done in iWeb :
http://www.wyodor.net/Tutorials/ImageWidget/ClickMovie.html
http://ipad.dailynews.webege.com/BlowUp.html

Similar Messages

  • Xml file not loading from different server

    Hi,
    I have a simple flash banner that is pulling a number from an xml file on a different server. When it gets to the frame where the number should be it just says "transferring data from eckul.com" and will not actually pull in the number. Unfortunately I can't put the files on the same servers. Any help would be much appreciated, below are the links and the xml code I'm using followed by the action script. Cheers
    http://www.sainters.net/newsletters/2010/flash_test_membership2.html
    http://www.eckul.com/number.xml
    <?xml version="1.0"?>
    <inventors>
        <person>
            <name>892</name>
            </inventors>
    function loadXML(loaded) {
    if (loaded) {
    _root.inventor = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;
    _root.comments = this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue;
    name_txt.text = _root.inventor;
    comment_txt.text = _root.comments;
    } else {
      trace("file not loaded!");
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("http://www.eckul.com/number.xml");

    so, in frame 1 of your fla before you execute that cross-domain load method, use:
    System.security.loadPolicyFile("http:www.yourcrossdomain.com/subdirectoriesIfNeeded/crossd omain2.xml");
    where the following (crossdomain.xml) is in www.yourcrossdomain.com's root (IF you want to allow allow subdirectory policy files):
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    </cross-domain-policy>
    and in the subdirectory (and its descendents) that you want to allow access put crossdomain2.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain="www.thedomainthatstryingtoloadcrossdomaindata.com" />
    </cross-domain-policy>

  • Troubles with xmp files not loading...

    I'm having troubles with xmp files not loading with images but are present in the image folders. does anyone know why this is happening and if there is a way to fix this. Also when trying to load the xmp individually they are grayed out and unable to load. I have tried this on different machines (Macs) and still no luck. Any help would be greatly appreciated in this issue.

    > The information contained in the XMP file is stored in the DNG file so there is no need for a separate file.
    Aww, yuck!! That's a real drag...
    When editing lots of files (yesterday's shoot produced 8GB) I back everything up to off-line storage and then, after doing all my edits and crops in ACR, I only have to copy over the small XMP files which takes no time at all.
    So if I re-edit the DNG with ACR I have to re-copy ALL the files again to the off-line storage.
    I used to sometimes even save 2 versions of the xmp files when I needed 2 different crops of the same images, such as doing a wide screen 'cinema' crop for a corporate client's Intranet presentation of their event, as well as more standard crops to be used for their newsletters.
    Guess I won't be using DNG any more..
    Thanks for the help Kees :-)
    Russell

  • Imported Jar file not loaded at run time ORA-105100

    Oracle 9iDS forms Version 9.0.2.9.0
    Oracle 9iAS Release 2
    I have imported java classes from a jar file into my form. I have it working in client server. Added the entries to the classpath in the default.env and system environment variable for development of the form and for execution.
    Moved the jar file, form and testing html to the application server. Modified the classpath in the default.env file. Tested the form. Got the ORA-105100 error. MetaLink note 261650.1 states that error frm-40735 When-Button-Pressed triger raised exception ORA-105100 if calling a java function from a jar file. Cause: Jar file not loaded at run time. Solution: add in your default.env CLASSPATH parameter your jar file including the whole directory of the jar file location. That has been done and the OC4J has been restarted. Still get error.
    Oracle support has not been able to give me much help as of yet. Does anyone have any further ideas, or documentation that I can read to help get this working?
    Thanks in advance for any assistance that is offered.

    Hey people any clues?

  • ITUNES MOVIE DOES NOT LOAD ALL THE WAY

    "Skyfall" the movie will not load all the way through

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    Now launch your iTunes and see if it is working now.

  • Dreamweaver widget spry .js files not loading

    Problem with spry .js files not loading on index.html whats wierd is it works on other servers but not on other one, is there any js restrictions on the server, links the same, Is it;
    1. useing site root to lnk .js? buggered if I know! But really need to fix this, and all other widgets I have on the site are fine.
    2. Some one suggested there should also be a SpryWidgetBase ? whats that about?
    3.Is my DOCTYPE  ok?
    As I said here it is fine http://www.tompriceshs.wa.edu.au/Publish/ and its the exact same copy! as http://www.tompriceshs.com.au/ but not working here as you will see.
    Your greatness is required yet again! Please.
    Skip

    These are the first lines of the working SpryWidget.js
    // SpryWidget.js - version 0.16 - Spry Pre-Release 1.7
    // Copyright (c) 2009. Adobe Systems Incorporated.
    // All rights reserved.
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are met:
    //   * Redistributions of source code must retain the above copyright notice,
    //     this list of conditions and the following disclaimer.
    //   * Redistributions in binary form must reproduce the above copyright notice,
    //     this list of conditions and the following disclaimer in the documentation
    //     and/or other materials provided with the distribution.
    //   * Neither the name of Adobe Systems Incorporated nor the names of its
    //     contributors may be used to endorse or promote products derived from this
    //     software without specific prior written permission.
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    // POSSIBILITY OF SUCH DAMAGE.
    (function() { // BeginSpryComponent
    and this is the same for the not working JS
    / SpryWidget.js - version 0.16 - Spry Pre-Release 1.7//// Copyright (c) 2009. Adobe Systems Incorporated.// All rights reserved.//// Redistribution and use in source and binary forms, with or without// modification, are permitted provided that the following conditions are met:////   * Redistributions of source code must retain the above copyright notice,//     this list of conditions and the following disclaimer.//   * Redistributions in binary form must reproduce the above copyright notice,//     this list of conditions and the following disclaimer in the documentation//     and/or other materials provided with the distribution.//   * Neither the name of Adobe Systems Incorporated nor the names of its//     contributors may be used to endorse or promote products derived from this//     software without specific prior written permission.//// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE// POSSIBILITY OF SUCH DAMAGE.(function() { // BeginSpryComponent     if (typeof Spry == "undefined" ||
    My guess is that the latter has been cottupgwd on the way up. Sorry, corrupted.
    To prove the theory, simply link SpryWidget.js from ..wa.edu.au to ..com.au as in
    <script type='text/javascript' src='http://www.tompricehs.wa.edu.au/Publish/Spry-UI-1.7/includes/SpryWidget.js'></script>
    Gramps

  • 4917 license file not loaded

    Hi for all ,
         I have problem with call manager version 6.1 , we upgrade from 4.x to 6.x  , after that when i access
    there massege ( warning license .......)  and when i try to add or delete phone i recevied this massege add phone  ( add failed .[4917 ] license file
    not loaded ) ,  delete phone ( error occured one or more record did not get delete. [4917] license file not loaded ) .
        Please can you help me to solve this problem and how i can solve .
    Thanks ,

    https://supportforums.cisco.com/thread/296808
    i got this link its worth reading or not???

  • Oracle lite message file not loaded

    Hi..
    I'm not getting the proper error messages listed for the POI - error messages. It throws out "message file not loaded". do I have to run/update any scripts manually. please throw me some light

    Hmmm...
    is Your olite40.msb file missing somehow?
    You need it since all error messages for the POL Error Numbers can be found in there.
    I think it has to be in Your PATH.

  • Movie Can Not Load

    I am in the middle of a movie, and I had to stop watching it for a bit. When I returned to try and continue the movie, it said that the movie can not load, and the notice will not go away. How can I keep watching it? It is a rental and I don't want to have to rent it again because I couldn't finish it.

    kjxoxo1 , if u have icloud or a library move some some of ur movies or photos and then u sld be able to download ur rented movie. is movie rented in HD or SD?

  • Some .mov files not being loaded

    Hi,
    I've got 4 movies in iPhoto, all with the .mov file format, and only one of them will load into iMovie. I've seen a lot of similar topics, but none mentioning movs that won't load.
    The only pattern I can find is that the 3 that won't load have a "hint" codec (all 4 have AAC and h.264) so I'm guessing this is a bug with that codec.
    All run fine in QuickTime, and they were all exported from QuickTime Pro for Windows.
    Anything I can do to get them imported? If I need to do any edits in QuickTime Pro it'll have to be on the Windows version since that's the one I've bought (I'm a student - don't tell me to spend even more money!)

    The only pattern I can find is that the 3 that won't load have a "hint" codec (all 4 have AAC and h.264) so I'm guessing this is a bug with that codec.
    If you are referring to a file with an RTSP "hint" track, then you may be correct. Since I don't make files for use on a streaming server, I've not run into this problem but do know that iMovie '08 does not like "extraneous" tracks when it comes to editing and will likely ignore files containing them. Have you tried simply deleting the track using QT Pro? If you don't have QT Pro installed on your MacBook, try using the MPEG Streamclip (free) "Save As..." File menu option to place the H.264/AAC content in an MP4 file container. In the case of extraneous "Tween" tracks, this work flow strips the extra track from the file. Not sure if it will do the same for a hinted track but it may worth a try since no re-conversion is actually required and MPEG Streamclip is worth at least twice its price which seems to meet your "student" budget..

  • XML file not loading in FF from server

    I've created a web page that loads an external XML file and
    then uses javascript code to parse the file for requested
    information. I know it's not the best way to do this, but I'm
    trying to get this working before I move on to "better" methods.
    When I run the page using the "Preview/Debug in browser"
    funtionality of DW everything works great both in IE and FF. But
    when I load the page to the server and then load the page in a
    browser, it works in IE but not in FF. It looks as though FF is
    just not loading the XML file. I can't figure out why the page
    would work if launched from DW, but not work if the page is loaded
    on the server and then run from there, and only in FF.
    The code I'm using to load the XML file is supposed to be
    cross-browser compatible. I've seen many versions like from various
    sources, so it should be OK. I'm pretty new to all of this so I'm
    hoping that I'm just missing something simple. Does anyone have any
    idea why this is behaving this way?
    Thanks for any help.

    so, in frame 1 of your fla before you execute that cross-domain load method, use:
    System.security.loadPolicyFile("http:www.yourcrossdomain.com/subdirectoriesIfNeeded/crossd omain2.xml");
    where the following (crossdomain.xml) is in www.yourcrossdomain.com's root (IF you want to allow allow subdirectory policy files):
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    </cross-domain-policy>
    and in the subdirectory (and its descendents) that you want to allow access put crossdomain2.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain="www.thedomainthatstryingtoloadcrossdomaindata.com" />
    </cross-domain-policy>

  • Swf file not loading over Https(SSL) on Internet Explorer...

    hi ,
    I have a .swf file used in html file and i try to browse using "https(SSL)".it will loads fine in Firefox, but in Internet Explorer wont able to load. When right-clicking it says "movie not loaded".
    even i googling for the same and i got below option but i am still not able to get flash on html page. it will working fine in Internet Explorer,FireFox etc when we use"http".
    1) add headers like "Cache-Control: must-revalidate" or "Cache-Control: max-age=0" or "Cache-Control: no-store" etc
    2) use CrossDomain.xml
    we also able to load swf in https on Internet Explorer but for that we have to do below settings in Internet Explorer browser.
    1) Go to Tools --> Click on Internet Option --> click on Advanced tab --> Now in security section checked mark on "Do not save encrypted pages to disk".
    but above way is not a proper way to resolve the https issue
    Thanks.

    found this within the Adobe forums, seems to solve your issue.
    I would make sure to use the crossdomain file as well.

  • Embedded m4v, avi and mov did not load, when published to server

    Hi there,
    today I created a new webpage, for the first time with iWeb. It work perfect on my mac including embedded movies. When I published it to my server, all pages loaded fine, but the movies did not. They started a bit and then everything ended in endless loading sessions. With ongoing "reloading" with the browser, it did improve, but did not work in one go.
    So I had to upload it to youtube, and embedded it via the youtube widget. This is not the way I wanted it, but I found now solution, why it did not load?
    Any idea what the reason is? Possibly wrong css lines?
    Thanks for your help guys.
    Karl

    What's the URL of your site? Visit your site in Safari, use the Window->Activity option and see what files for your site are not getting uploaded.
    There are ways to embed a movie other than dragging it onto the iWeb page. This method, Opening Item in New Specially Sized Window, has you uploading the file just once manually to your server and linking to it there. It does not load with the page but only after the Play button is selected.
    There is another way, Adding QT Movies via the Export for Web Option from QT Player, which is more difficult but gives a different appearance.
    What ftp client do you use?
    OT

  • Imported .mov files not showing up in IMovie

    I downloaded 6-7 .mov files yesterday.   All fairly short 5-10 second clips.  The first 3 imported just fine and showed up in IMovie where I am editing a movie.
    Afterwards, when I selected "import" the computer responded the same way, as if it was importing, creating thumbnails, etc and the video shows up in finder in the right place but it does not show up in IMovie and I cannot use it in my movie.
    I selected "show all clip" and still they do not show up
    I tried importing to iPhoto first and then to iMovie but it still does not show up.   It does the same thing - acts like it is importing, creating thumbnails etc.
    THe first three that I did are still there, just fine. 

    Thanks for responding. These videos were shot on a colleague's camera then loaded to an FTP server for me to download. I have them as MP4s (though I've tried to import them after converting to .mov and .avi, still to no avail).
    I've loaded them into iPhoto, but still nothing shows up in iMovie when I click the "iPhoto Videos" tab. It's like iMovie can't see them, even though I can see and play them when I go back to iPhoto.
    One other point of interest: I tried the same process in my older version of iMovie HD, and there they would load only as audio.
    I'm flummoxed.

  • IWeb, audio and movie films not loading correctly

    I have a personal website and want to upload some audio and movie files to it.
    I created the website through my iMac's iWeb software.
    I followed the instructions in the help manual and loaded the six audio files and four movie files, they all loaded correctly, however, when I logged onto my website, I can see the files there but not the playing controls.
    I contacted the support dept of my domain host, and they informed me that this is a script/coding issue.
    Can anyone provide any help on how I resolve this?
    Thanks

    yes, for some reason it seemed like at times I had to click twice, but they worked. I'll try agian

Maybe you are looking for

  • On-lock Trigger not working properly.

    Hi Everyone, I need to use on-lock trigger to satisfy the requirement. The requirement is - for a given supplier name and supplier profile the form should be locked.Normally forms locks row by row. But my requirement is if any user doing some changes

  • Controlling the Boolean Controls and generating Numeric Output correspondingly

    Hello everyone, I am working on a project of electrode activation, here I was thinking that how could I control one electrode at a time and generate a numeric output of it correspondingly. I want to substitute each electrode with a an LED on Front Pa

  • How to find number of records retrieved

    hi everyone, suppose you made tap canvas and 2 tab page one for dept table and one for emp table and you make non database text item in the emp tab page. i need when i press in row on dept page navigate to emp page and display the number of records r

  • REALLY stripping your kernel

    i start off my custom kernel configs with the stock arch configs - when i have not done this i got caught when the PCMCIA stuff changed from 2.6.9 to 2.6.10. i am having to do lots of recompiles at the moment to track down a bug (i think this may tra

  • Time Machine backs up 256G SSD but now skips the internal 1TB ATA

    Hi, Time Machine has been working flawlessly for over a year. But now something strange is happening. TM reflects changes on my 256G SSD internal drive but not my internal 1TB ATA drive. I have an iMac i7 2011. I have an external 2TB WD drive that I