How will video appear in iWeb

Hi folks,
does anyone know whether video wil open in a set window space on the page or will it open only in a popup or on a separate page like in a blog.
While I am asking, I wonder if you can bring in a flash file? i doubt my small outlay will go too far in that direction.
Looks like a great app tho for some of my tight fisted clients who want a simple , yet good looking site.
cheers and a happy new year to all,
Jon

As you figured out correctly, you need the domain.sites2 file in
~/Library/Application Support/iWeb/
to continue working in iWeb.
If that file is missing, you'll have to start from scratch.
To minimise the recovery job you have to copy/paste the objects and text from your current published webpages.

Similar Messages

  • Favicon will not appear on iweb/moblie me published page

    I've researched this quite a bit and tried every option from including html snippets on every page, to uploading the .ico and editing the .htmls at the root of my idisk. I've also tried using itweak. I still can't manage to get it to work. I have a personal domain name (www.SailorMoonTheMovie.com) that is set up to forward to my published mobile me page (web.me.com/davidparitsky/sailormoon) which I've read can cause problems with having favicons. I have only a very basic knowledge of html and really just want to know if it's even possible to have the favicon with a forwarding personal domain to a mobile me site before I go crazy trying to figure it out on my own. I really appreciate it!! Thanks!!

    2. in a html snippet of each page, paste this code
    <script type="text/javascript">
    var head = parent.document.getElementsByTagName("head")[0];
    var favicon = parent.document.createElement("link");
    ....</script>
    your code won't work because you mis-calculate DOM path, this should work:
    <script type="text/javascript">
    var head = parent].parent.document.getElementsByTagName("head")[0];
    var favicon = parent.parent.document.createElement("link");
    favicon.rel = ("shortcut icon");
    favicon.href = ("http://web.me.com/davidparitsky/favicon.ico");
    head.appendChild(favicon);
    </script>
    note the parent.parent.document, html snippet or widget markup is child of Test.html, Test.html is child of Frame.html, that makes widget markup a grand child of Frame.html ... hence parent.parent.document ... example: http://temp.cyclosaurus.com/Frame/Frame.html

  • I have CC and while attempting Light Effects, the Layer will appear in the layers panel, but the option bar will not appear and neither will the Properties panel. All my preferences are set correct, and my computer has a compatible video card and RAM. Ple

    I have CC and while attempting Light Effects, the Light Effects Layer will appear in the layers panel, but the option bar will not appear and neither will the Properties panel. All my preferences are set correct, and my computer has a compatible video card and RAM. Please help!
    I tried to delete the layer attempt again. I am in a Photoshop class, but the work is all online, so all my teacher is going to do is send me to this site. I am trying to edit a photo for this class, and without this working, i go to filter>render>light effects. the bar and panel will pop up for about 2 seconds, then disappear. How do i get the options bar and properties panel to display?

    I was about to suggest resetting LE from the Workspace drop-down top right corner, but if you can't see the Options Bar, I guess that is not going to happen.  The normal Tool reset is grey out for LE, so it might be a case of resetting Preferences.
    Reset Preferences
    Windows — Hold down Shift Ctrl Alt immediately after starting Photoshop
    Mac — Hold down Shift Cmd Opt immediately after starting Photoshop

  • VIDEO PODCAST WITH iWEB-how to deal with huge file size

    Hello folks,
    I have created simple website for my video podcast. It all works fine, except one problem. I had used just small video clips for now, just for testing... and it takes long time for website to download. I can't even imagine, how slow it will be, when I have full 15 video episodes within my website. So I am wondering, is there any way of how to maintain that cool iWeb podcast structure (with podcast page, entry page and archive page) but not to embed those videos onto the page, but instead, play it externally? I have tried to just post the link to the video clip, but than "publish to the folder alternative" does not create correct rss.xml feed, because it does not know where those clips are. So it doesn't work in iTunes.
    Any suggestions? Thanks for any input or advise.

    Hello,
    unfortunately, no answer yet. The only solution I can think of, is to create a Blog instead of Podcast, then post hyperlink to your video file on entry page. That way, the actual video is not embeded on that webpage, but it only downloads when someone clicks on it. That way you probably won't be able to use subscribe button and RSS subscribe button, but you can create your own Feed with Feed For All software (http://www.feedforall.com), put it on your domain, then post it's URL on your website. So if someone wants to subscribe to your podcast, he will copy that address and paste it into the iTunes or some other podcast readers.
    I am a beginner, so this most likely is not the best solution, however, it works so far.
    Good Luck

  • How will you know if someone is using video chat?

    How will you know if someone is using video chat? Does the green camera indicator turns red?

    Hi,
    You Buddy List will show two types of AV icons.
    "Single" type which indicates the person can only do 1-1 Chats.
    "Stacked" icons indicating they can do Multi-way chats.
    Example pic
    If they appear feint or "greyed out",  so to speak, then they are Busy to someone else.
    (if they are chatting with you they will appear dark again once connected)
    9:01 PM      Tuesday; November 15, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How can I re-set the App Store so the Updates will again appear under the Updates tab?

    Hi,
    I am running a Macbook Pro (retina). Lately when I launch App Store and click on Updates the software updates for the software on the Macbook do not show up under the Updates tab. However, when I go to the Purchased tab I see there Update buttons next to programs that have updates ready to download.
    How can I re-set the App Store so the Updates will again appear under the Updates tab?
    Many Thanks,
    David

    Wanna know this too

  • I would like to do a program that have one string control and one string indicator, any character that I type in the string control in the same time it will be appear in another string (indicator). How can help me?

    I would like to do a program that have one string control and one string indicator, any character that I type in the string control in the same time it will be appear in another string (indicator). How can help me?

    Why not use an event
    Add a While Loop, inside the loop add the Event Sructure.
    Now in the event structure selecd the String Controls.value change event to
    react
    and the new value inside the event that you get,( connect to the String
    indicator box.
    On Sun, 10 Aug 2003 15:58:47 -0500 (CDT), WiltonFilho wrote:
    > I would like to do a program that have one string control and one
    > string indicator, any character that I type in the string control in
    > the same time it will be appear in another string (indicator). How can
    > help me?
    >
    > I would like to do a program that have one string control and one
    > string indicator, any character that I type in the string control in
    > the same time it will be appear in another string (indicator). How can
    > help me?
    >
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

  • My computer broke and i lost all files including ITunes. what happens to all the stuff purchased already. will this appear in itues when i download it agian? how can i save the music on my ipod and transfere it over to the new itunes?

    my computer broke and i lost all files including ITunes. what happens to all the stuff purchased already. will this appear in itues when i download it agian? how can i save the music on my ipod and transfere it over to the new itunes?

    Unfortunely, all movies and songs purchased in iTunes will be lost...you'll have to purchase them again! Any applications you've purchased, you can download again for free.
    Music Rescue is a program you can use to transfer any and all data (music, movies, pictures..) from your iPod to your computer, and iTunes.
    http://www.kennettnet.co.uk/products/musicrescue/

  • I received an email with a video attachment in wmv format. I want to saved it on my iPhone 4S but it doesn't give the option of saving the video attachment. How will I saved the video attachment?

    I received an email with a video attachment in wmv format. I want to saved it on my iPhone 4S but it doesn't give the option of saving the video attachment. How will I saved the video attachment?

    Even so, there is no way to "save" a file anyway. The only way to keep it is to keep the email with it attached. Someone correct me if I'm wrong but I don't believe there is a way to add a video this way into the Videos app.

  • How can I stop the iWeb welcome movie from appearing

    How can I stop the iWeb welcome movie from appearing every time iWeb starts up?
    Oh yes and now that we are talking: when I plug in my ipod, I want iTunes to start, not iPhoto.
    Who knows these tricks?

    iPhoto seems to be viewing the iPod as a camera.  Therefore go to iPhoto's General preference pane and select No application in the Connecting camera opens: menu.
    OT

  • How do I "embed" video into my iWeb site?

    Haven't figured this one out yet. So what am I missing here? Could someone tell me how to "embed" into my iWeb site?
    Thanks,
    Chris

    [Search this forum|http://discussions.apple.com/search.jspa?threadID=&q=embed+video&objID=f1 108&dateRange=last90days&userID=&numResults=15&rankBy=10001]
    With iWeb '08 you can embed video with the HTML Snippet. [Look here|http://web.mac.com/wyodor/Embed_Media> and then [here|http://web.mac.com/wyodor/iFrame>.

  • My adp payroll statement will not appear for me to view. How can I fix this?

    My adp payroll statement will not appear to read. Just a small square box with an x. How can I view it?

    Welcome to the Adobe Forums.
    To better assist you with this issue we need to know:
    What is your operating system? (Windows or Mac) (XP, Vista, 7, 8)
    What browser do you use? (Internet Explorer, Firefox, Chrome, Opera, Safari)

  • Safari status bar disappears.  I have tried clicking on show status bar and it will only appear when I move the cursor to the top of the screen.  I can not minimize the open page only full screen or close the browser.  Any idea how the rectify this

    Safari status bar disappears. I have tried clicking on show status bar, under the View tab and it will only appear when I move the cursor to the top of the screen. I can not minimize the open page, only full screen or close the browser. Any idea how the rectify this issue?

    One enters and exits full-screen with control+command+F keys. This is on the View menu in Safari. Optionally, the green traffic light in your browser title bar, if you roll over it, has the full-screen control it it. While in full-screen mode with Safari, moving your mouse pointer virtually up, and off-screen reveals the Safari title bar again, and you can click the green traffic light to exit full-screen mode.
    You can hide/show the status bar by simply typing command+/. This too, is on the Safari View menu. and in 10.10.1 — it works reliably for me.

  • My phone shutdown while I'm uploading video in facebook, how will it work again???

    my phone shutdown while I'm uploading video in facebook, how will it work again???

    You cannot get the data off if it doesn't work.  And the first thing you should do with water contact is to switch the phone off and do not switch it on again until you are sure is id dried out, which most people try by putting the phone into a bag of rice for five days.
    In truth, it's probably a good 95% chance that the phone is dead and the data is gone. But you kept backups, didn't you?
    An out of warranty replacement phone in the US would cost you $149.

  • How much video time will a 32gb ipad air record? (in 1080p)

    How much video time will a 32gb ipad air record? (in 1080p)

    At 1080p About 4 hours worth of video.

Maybe you are looking for

  • New Custom Field in Delivery output Communication Structure

    Hello friends, I need your help to Solve my below problem We want the delivery output to be triggered based on the shipping point and storage location. Storage location is at item level and is not in LIKP and hence not in KOMKBV2 (Output Comm Structu

  • Scroll bar issue - mac

    The scroll bar is not working properly on long designs. When i scroll a design inside muse the scroll button keeps dropping stopping the scrolling. Its like the cursor is not locking properly to the scroll bar.@ I use mac, i use a wacom intous 5 touc

  • Need help with image upload and preview display

    hi guys, I'm trying to upload image and then display it as a preview, but when upload form submits to the same page image placeholder does not refreshes it's source and displays the same image as before. Image 4.jpg already exists. I upload it with n

  • Changing country !?

    hey , i have a u.s itunes account with "none" payment method selected  ! then i changed the country to try and use my friend's credit card but it didnt work  then it wouldn't change back to us until i put a valid card ! how can i change without a car

  • Upgrading/installing ColdFusion 10 from ver 9 (export/import settings)

    To start, I am not a ColdFusion admin, just a systems admin. I have gone through a few CF upgrades over the years, but have been in place. We are looking at moving to CF10, and since it is a now Tomcat, it is a new install. I am lookign for how to ex