Why the Q, Not a Progress Bar?

I have a page-o-Qs for the Quicktime movies on my iWeb page. Yes, the movies are a bit over 12MBs, but that's because I want them to retain quality. I am not willing to showcase pixelated junk.
The trade-off seems to be that my Movies page is a page full of the Quicktime symbols -- a sure turn-off. What I want my visitors to see is a box with a progress bar showing that the movie is loading.
Out of the question alternatives: Links to YouTube or Vimeo. I want these to live on my website only.
My Thinking: Create a page per movie? In that case, I'd need to nest some movies. I will try that while waiting for a reply.
Thanks in Advance!

In case you're not aware of +.Mac Web Gallery+ as an alternative...
You could publish your movies (via iMovie '08) to a .Mac Web Gallery and make a simple hyperlink to it from your web site. Here's info about .Mac Web Gallery:
Or you could pseudo embed a .Mac Web Gallery into your site. Here's a video tutorial briefly showing that about half-way through:
And to really embed a .Mac Web Gallery into a web page, use iWeb 2's HTML Snippet window:
http://www.macosxhints.com/article.php?story=2007111620013523&mode=print

Similar Messages

  • HT4623 My iphone is frozen with the apple icon and progress bar at 5% cannot update

    My iphone4 is frozen with the apple icon and progress bar at 5% cannot update

    Same issues here.
    iPhone 5 was fine until I restarted the device... now the screen flickers on and off (with the white Apple logo
    and frozen progress bar overlayed on the screen).
    When I try to restore, I get a "-1" error.
    Well I just looked over at the screen, and everything is now fine. No flickering, no logo... the screen looks normal.
    Hmmm...

  • Can't Render Video Hangs on the Initializing Video Export Progress bar

    When rendering a video I never get past the Initializing Video Export Progress bar.
    Running windows 8 64bit, Photoshop CC.
    I have Windows CS4, Lightroom 4, LIghtroom 5 and Premier Elements installed. I have no problem exporting video from lightroom or Premier Elements

    I am trying to process a move clip of various types. I don’t even get to the dialogue that presents the parameter entry. I’ve tried .mp4,mts,3gp,f4v & m2t. I don't even have any changes applied to the clip.

  • Form Button running Script that does not complete Progress Bar

    Hello,
    Currently I have created a form using the System.Reflection.Assembly which includes a textbox and button.   The button calls a script with a progress bar using the write-progress method, but when the progress bar completes it does not go away.
    Any assistance is appreciated.   As the code is quite long and in several files I have posted some of the code below.
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing")
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
    $getVMware = Join-Path -path $ScriptPath -ChildPath "bin\get-vmhosts.ps1"
    Add-PSSnapin VMware.VIMAutomation.Core -ErrorAction SilentlyContinue
    $objForm = New-Object System.Windows.Forms.Form
    $objForm.Text = "VMware Script - Created by Walter Beach"
    $objForm.Size = New-Object System.Drawing.Size(650,390)
    $objForm.StartPosition = "CenterScreen"
    $AuditButton = New-Object System.Windows.Forms.Button
    $AuditButton.Location = New-Object System.Drawing.Size(310,80)
    $AuditButton.Size = New-Object System.Drawing.Size(75,23)
    $AuditButton.Text = "Audit"
    $AuditButton.Add_Click({ get-vmhosts | set-vmdnsservers -DNS $DNS })
    $objForm.Controls.Add($AuditButton)
    Function set-vmdnsservers
    param
    [Parameter(ValueFromPipelineByPropertyName=$true)]$Name,
    [Parameter(Mandatory=$true,HelpMessage="Example: 192.168.1.1")]$DNS
    $i = 0
    $itemCount=$input.Count
    write-host ""
    Write-Host "Configuring DNS Server " -NoNewline
    $Input | ForEach {
    IF ($PSVersionTable.PSVersion.Major -ge 3) { Write-Progress -activity "Configuring DNS Servers" -status $_ -PercentComplete (($i++ / $itemCount) * 100) } Else { ticker }
    $_ | Get-VMHostNetwork | Set-VMHostNetwork -DnsAddress $DNS | Out-Null
    } # End For Each Loop
    } # End of set-vmdnsservers
    Walter

    You need to put a final call to Write-Progress with the -Completed switch, probably right after your ForEach loop, in this case:
    $Input | ForEach {
    IF ($PSVersionTable.PSVersion.Major -ge 3) { Write-Progress -activity "Configuring DNS Servers" -status $_ -PercentComplete (($i++ / $itemCount) * 100) } Else { ticker }
    $_ | Get-VMHostNetwork | Set-VMHostNetwork -DnsAddress $DNS | Out-Null
    } # End For Each Loop
    Write-Progress -Activity "Configuring DNS Servers" -Completed

  • HT201269 my 5s broke so i got a new one and the info isnt transfering the phone just shows the apple and a progress bar but the bar isnt moving what so ever

    phone wont progress from icloud transfer

    Hey there ddjild,
    It sounds like you are restoring your previous phones backup to your new one, but the progress bar appears to be stuck. According to this article:
    iOS: Apple logo with progress bar after updating or restoring from backup
    http://support.apple.com/kb/TS3681
    the process can take from several minutes to an hour to complete. The amount of time depends on the number of files on the device and whether you're erasing, updating, or upgrading your iOS.
    If the device has stil not finished the process, I would recommend resetting the device with the following article:
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    If that does not get the phone booted back to the Lock Screen so you can get to your Home Screen, I would next try putting the device into recovery mode and attempting another restore from that backup:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • The 'Publish' command's progress bar in FM11

    Trying out Tech Communicator Suite 4, I just tried doing File > Publish on a FrameMaker book, and asking it to convert it into .CHM files.
    It pops up a "Please wait..." dialog with a stripey animated progress bar that is a 100% right away. It's been sitting there like that for about 10 minutes now (whilst firing off Distiller in the background from time to time).
    I appreciate that it may take a few mins to chomp through a big book and spit out the .chm,
    but I was expecting a slightly better progress dialog than what I'm seeing!
    Has anyone else on the forum used this workflow? Is this the way it always behaves? I was expecting the progress bar to at least, well, you know... show some progress

    You'll need to create a project in RoboHelp first that has all your definitions set, then export your settings in a .isf file that FM uses to do the help generation. It's not a 1-stop process (at least initially). You also don't get the same degree of control over the output as you would in the normal FM to RH workflow.

  • My files are not uploading; progress bar stops and I get an error message

    Last night (dec. 23) I was trying to upload 30 photo files. The progress bar works, but it either stalls or at the end I get an error message. These are time critical, I have a client waiting for the photos. I tried sending just a couple of photos, but the same issue happens. Please give me a solution.

    Hi Lory Hawley,
    Have you been able to upload your files? What is the error that you're receiving?
    For starters, please try the following:
    Clear the browser cache and try again.
    Try a different browser (see System requirements | Acrobat.com for a list of supported browsers).
    Please let us know how it goes.
    Best,
    Sara

  • Why the file not picked by PI

    Hi mates:
           I tried to implement a XML-to-XML senario by XI, it is like picking the file from one folder to another .  and I have created and configurated everything for senario in ID and IR. and activated everything. but the file won't be picked up by XI, 
          I used two computers for the senario, one for Xi, one for the business system.
          Could you please tell me why the file can't be picked up by XI. do I have to installed any FTP server
    on the business system?
          Thank you very much!

    Hi Jingying,
                  There is some reasons are happended for the file is not picking.
    1) If use FTP , Check your FTP Connection working or not
    2)If not pick the file to XI , Check data from source end, if it wrong its shows the error in RWB->Communication Channel Monitoring--> File adapter..
    3)Check the sender Communication channel configured properly or not.
    Regards,
    Sateesh N.

  • HT1379 i tried to update and there was an error, i tried again. when i tried to start, i get the chime and a progress bar that goes about 25% then disappears and the computer turns off. nothing works. it does this every time i try to start

    i just received a mac book pro from my dad. while trying to get used to it i tried to upgrade the os which failed because of an error. i tried again. when i tried to start later, i get a chime, and progress bar, and a spinning wheel. after 1 minute the bar is only progressed 25% then it disappears and the screen goes black. none of the keys work. I tried to re boot and the same thing happens. what do i do?

    If it's new and you don't have anything on it yet, you can reinstall the OS from scratch. You don't say what OS or model, but try booting while holding down the Command and R keys. If you get the recovery partition, use Disk Utility to reformat the disk then reinstall.
    This will wipe out everything on the drive though.

  • Why the appletViewer not working

    i want to run my applet program through AppletViewer, but when I type
    AppletViewer tree.html, there is no error, but nothing promp up too,
    if I use the broswer IE to run the tree.html file, it is work
    any one know why I can not use the appletViewer to see the applet?

    hi, thanks your reply
    yes, I had give the resource code to the file
    <html>
    <applet code = tree.class height = 600 width = 600>
    </html>
    so, are there any other work I need to insert?hi,
    the code is okay but you might have to make it like this:
    /*<html>
    <applet code = "tree.class" height = 600 width = 600>
    </html>*/because it does not need to be complied.
    with this much and the command,
    appletviewer tree.java
    at the command line would work fine.
    hope you get through.
    P.S. if you are having problems, please try posting the error too.
    [email protected]

  • Why the getConnection not wait?

    if my connection pool is full, why the
    getConnection return a message"throws java.sql.SQLException:weblogic.common.ResourceException:
    No resources available" but not wait for retry serverl time.
    So what is the meaning of "Waiters"(in wls connection pool
    monitor)

    Hi.
    getConnection() will try/wait for a few seconds before throwing the ResourceException. The reason
    we do this is because you are using an execute thread to make this call (scarce resource). We
    don't want to use up execute threads waiting indefinitely for resources - these threads would be
    better used running other parts of your app..
    Regards,
    Michael
    eric nie wrote:
    if my connection pool is full, why the
    getConnection return a message"throws java.sql.SQLException:weblogic.common.ResourceException:
    No resources available" but not wait for retry serverl time.
    So what is the meaning of "Waiters"(in wls connection pool
    monitor)--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Why the different notes?

    I hope some one can help me with this? When I connect my keyboard and Yamaha DD-55c to my Mac I get a sound, which is the good thing. The bad thing is I get a number of notes on one key or drum pad. How can I fix this. Any help is welcome.

    Try making a blank project with no settings at all and just add a bass from whatever plugin. Make sure there are no plugins at all on the track (not just muted but removed). Then try again.
    I believe palying on the pianoroll with the mouse plays at 127 velocity but I ain´t sure. How about the output? Does it clip/go red? Then it will disort.

  • After updating to Maverick, Photoshop cs6 is freezing up repetitively. The "initializing text tool" progress bar seems to be popping up out of nowhere. Does anybody have any ideas about why this is happening?

    After updating to Maverick, Photoshop cs6 is freezing up repetitively. Does anybody have any ideas about why this is happening?

    After updating to Maverick, Photoshop cs6 is freezing up repetitively. Does anybody have any ideas about why this is happening?

  • What's with the 12 hour Export progress bar?

    That's what it says, and that's after two hours of trying to encode a 20 minute clip using Export to QuickTime Conversion. It's 11% done. At this rate, it should be ready after midnight, EST. This can't be normal, or is it?
    I did increase the bit rate and the dimensions, but those were the recommendations of the web viewer page (ExposureRoom) which I intend to upload the file to.
    Is there an easier to get a web file with decent size and resolution?

    Yeah, I think about faster, newer Macs as well, but you know what? In OS 9 the NLE I use (not FCE) has an encoder called Cleaner EZ - now out of business and support and updates - that gives me a compressed file in about 35 mins. It's fine for just putting something up that's casual, but I need a file that's sharp, since there's text in a PowerPoint presentation that people have to read. That's why I thought FCE/QuickTime would do the job.
    Maybe it will in the end, but at present, I'm looking at 17 hours at 15% - something's amiss.,,in fact, it's absurd..would Apple make a product that took till next week to render files? And this 2003 MDD isn't all that old, really. (And I can't afford a new Pro either). I don't think its the computer. I also tried this footage in Compressor.... an MPEG 4 fast encode - and it split the video and audio into two files How am I supposed to get that up on the Web? A second try with FCE at normal settings for QT conversion only gave me a 56 MB file - looked awful.
    Also, I should add that my original footage is SD. Generally that comes off fine when compressed from the 4.4 GB for the 20 mins. down to about 500MB, or even less. What I'm working with is a self-contained movie at the orginal size, of4.4 GB.
    Any help appreciated,
    thanks,
    k.

  • I've lost the tool bar at the bottom of the screen (not MS Task bar) where to I find it?

    I figure this happened when my kitties walked on my keyboard. GAH! I used to have a "toolbar" at the bottom of my FF screen. It's where some of my addon icons lived like No Script. It was also where I had the drop up menu for resizing text on the screen. Could someone please tell me how to get this "toolbar" back? I'm not even sure if it's called a toolbar or even a menu bar. I hope someone knows what I'm talking about. *crosses fingers*

    Ctrl+/ will toggle the addons bar which replaces the Firefox Status Bar.
    To bring back full functionality of the former Firefox Status Bar , see item #10
    in the following involving installing the "Status-4-Evar" extensions and the settings you need for it.
    You can make Firefox 4.0.1 look like Firefox 3.6.17, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]
    Step #10 in the above includes explicit directions
    * http://dmcritchie.mvps.org/firefox/status4evar.htm

Maybe you are looking for

  • ERP 5.0 to ERP 6.0 upgrade: Activities in advance

    ERP 5.0 to ERP 6.0 upgrade: What activities can advance in the upgrade project, for missing three months for the server. ? Thanks

  • Flatten a single field

    Is it possible to flatten just a single field in a document? I sometimes want to hide part of a page and put a button with a white background over the area;flattening it would finish the job.There are often other fields or hyperlinks on the same page

  • How to change visual attribute of particular record

    Hai, I HAVE ONE BLOCK WHICH DISPLAY RECORDS OF ALL EMPLOYEES MY OBJECT IS WHEN EMPNO=12 THEN RECORD VISUAL ATTRIBUTE MUST BE CHANGE LET'S SAY XXX ELSE VISUAL ATTRIBUTE DEFAULT PLS HELP

  • Company details info needed

    Hi,   Which table holds company details.   I want Name            Address            Contact            Registration can any one provide table field name for the above Thanks

  • Safari is not opening certain web pages

    Why isn't Safari opening certain web pages?