Problems with html code for video

Hello
I followed this instructions to add my video:
- Upload the files in Muse < Add Files for upload ( These would add the files to your assets )
- Object > Insert HTML :
<video width="320" height="240" controls>
<source src="assets/video.mp4"/>
</video>"
My actual code is:
<video width="720" height="576" controls>
<source src="assets/Gelo.mp4"/>
</video>
And here's the problem when I preview:
Can someone help? What's wrong?
Thank you

Hi
Please check if the files are correctly added to your site, also the format should be supported by browser so you can check with different video formats.
Thanks,
Sanjit

Similar Messages

  • Ichat problems with -8 code for video and audio

    I'm trying to connect with the test sites you've provided.
    1) Have you done the Quicktime Streaming setting ?
    yes
    1.5mgs
    2) Are you running your Mac with the Firewall On ?
    Yes, ports are set, including 443 because I could only get on with 443, not 5190. Also, I have the ports set up in my modem with static IP to computer
    3) Did you upgrade from Panther ?
    no; bought computer with OS 10.4
    4) How are you connected to the internet ?
    Wireless DSL modem (Qwest)
    a) We need to know device make and Model ?
    Actiontech GT701-WG
    b) We need how you have opened the ports for iChat ?
    * Port Forwarding
    c) We need to know if you know if the device is in Bridge Mode ?
    no
    d) Do you have a router as well ?
    no
    5) Do you have any iChat Add-Ons ?
    no
    7) Does it have anything to do with connecting to a PC ?
    no
    8) List your Connection speed
    1536k

    If not Saving one by opening it with the Details options they are stored in Users/(your account)/Library/Logs/iChatConnectionErrors
    Check the Actiontec for any SPI or DOS setting.
    Also does it Block Anonymous pings from the internet ?
    8:20 PM Tuesday; December 4, 2007

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Help Needed with HTML code for Image Positioning

    Hi All,
    Need a little help with some code for positioning images.
    I initially used the following:
    This is fine, but the border automatically puts a black border around the photo - how do I change it to white? Is there a way to set margins too, to prevent the text butting up against the photo?
    I also used the following code with success:
    <style type="text/css"
    img
    float:right;
    border:2px solid white;
    margin: 0px 0px 15px 20px
    </style>
    This code works, however the problem with it is it is not individual to just one photo - it moved all my photos and on that page, I wanted one photo floated to left and another to the right.
    If I use this code, how can I make it photo specific, so that it only affects the placement, margins and borders of one photo?
    Any help would be great.
    Thanks

    CSS question, not iWeb question. Regardless, use inline CSS styling for the image. You can also wrap the image in its own tag and declare an id or simply declare an id for the img tag, then set the style for the id_name:
    <style type="text/css"
    img#id_name
    float:right;
    border:2px solid white;
    margin: 0px 0px 15px 20px
    </style>
    If you want to control the style of more than one image on a page but not all then use a class instead of an id.
    the border automatically puts a black border around the photo - how do I change it to white? Is there a way to set margins too, to prevent the text butting up against the photo?
    I believe you have discovered a solution for this according to your CSS code. You have set the border to white by looking at the code and adjusting it appropriately. Your margin is declared in the CSS also, adjust the pixels appropriately.
    Read up some more on CSS to educate yourself further. I suggest w3schools.com or a CSS forum instead of the iWeb forum if you have CSS questions. It's kind of like if you drive your auto to the supermarket so you decide to go to the supermarket and ask everyone in the produce section to help when you have car problems. All the supermarket does is provide a place to park your auto. If you have car problems then ask a mechanic. iWeb (and most of its users) doesn't specialize in code, it simply provides an area for you to place it. Granted you might get lucky and find a mechanic in the produce section of the supermarket, but you're more likely to find a specialist at an auto swap meet (or CSS coding forum)!

  • How to embed html codes for videos games etc... in action script 3.0

    i am trying to embed a chatbox on my action script 3.0 website. but i am having no succes. any help on how to get my chatbox on a page using html code

    Hey thnx Ned.
    this sites are really helpful.but,i have used sound through button.so how it is possible to attavh the link with slider.i have created slider also.
    Below is my slider code for sound.
    onClipEvent (load) {
        mySound1 = new Sound();
        mySound1.loadSound((myScale)+"/"+(myTanpura)+"/"+(myTanpuraSwar)+"/"+(myTanpuraTempo)+".w av", true);
        mySound1.onSoundComplete = function() {
        mySound1.start();
        mySound1.start(0.058,999);
    onClipEvent (enterFrame) {
        downloaded = mySound1.getBytesLoaded();
        total = mySound1.getBytesTotal();
        if (downloaded != total) {
            _root.dl = "You have to buy this software...";
        } else {
            complete = 1;
            _root.dl = "";
        mySound1.setVolume(ratio * 2);
    This code is working for slider.I mean it scrolls the slider.but it dosent make any effect to sound.
    Below is my button code.
    stop();
    mySoundBtn4.onRelease = function () {
              mySoundC = new Sound(this);
              mySoundC.attachSound("mySoundClip4");
              mySoundC.start(0, 300);  //10 represents the number of loops
              gotoAndPlay("play1");
    this is on button's frame.not exactly on button.
    Button and Slider both are on diffrent scene.
    Can you plese help me out?

  • Problem with HTML code wich is transforming by RH

    Hello
    I would like to know if there is a way to stop the transformation that Robohelp does in the html code.
    For example:
    I write in the html editor :
    <div id="footer">
    bla bla bla
    </div>
    I go back to the Conception editor to work, then, when I go back to the html editor, the code became :
    <?rh-region_start id="footer" style="x-right: -1240px; x-bottom: -110px; " ?>
    bla bla bla
    <?rh-region_end ?>
    Is there a way to stop it ?
    Thanks

    Hi there
    I suspect what is happening is that you are trying to use the term "footer" to identify a div and because RoboHelp offers its own footer and header, these are "reserved" words that RoboHelp will insist on using.
    It's no different than what you encounter when scripting or programming.
    The only suggestion I can make is to perhaps use a variant on the name. Perhaps insert a zero for one or both of the letter o in footer so it looks like this: f00ter.
    Cheers... Rick

  • Help with html code - inserting video into Muse

    I am seeking help writing the code to insert a video into Muse. I uploaded video into my Business Catalyst hosting. I need it to autoplay, loop and not show any controls or frames.
    When I host video on Vimeo or YouTube, I see markings on the video that is why I am trying to just host in the same place that the files are stored for my website. If there is a way to host on youtube with out any markings showing up on the video I would be open to that too.
    I don't want to see any play button or time bar.
    Thanks in advance!!

    Hello,
    Just as an FYI - we also have an HTML5 video tool over at MuseThemes.com that achieves this, but works on mobile devices as well. The link above looks like it uses Flash, which isn't common anymore since the release of HTML5 based video.
    Simply drag the widget out onto your canvas, and link up your videos / set options like loop, controls visible, etc. It's quite a flexible widget, and there's a complete training video included so you don't get stuck
    Check out the widget here
    Just wanted to provide another alternative that could be helpful. Cheers!
    Steve Harris
    MuseThemes.com

  • PLEASE Help with HTML code for email background image...

    Hi there!
    i have a background image that I want to pop into an html email widget for the email's background...  here is the web link I created in Photoshop: file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/tileabl e-metal-textures-2.html
    If anyone could please help me out that would be AWESOME!  I've attached pics of the background & I'm using Infusionsoft email builder which allows for HTML widgets.  I have a code that I use for my landing pages & webforms which works, tried that but no dice!
    Any help would be much appreciated - I'm an html newbie!
    Here is the code that I use for landing pages & works great, tried it for the email & it was a fail:
    <style>
      #mainContent .background, {
          background: url('file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html') no-repeat center center fixed;
        background-size: cover;
    </style>
    <script src="file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html">
    </script>
    <script>
      jQuery(document).ready(
          function(){
          jQuery(' table.bodyContainer').removeAttr('bgcolor');
    </script>
    thanks in advance!
    Muse

    Not sure what you expect. Your URL is absolute and pointing to a local file resource. It's not a proper relative HTML link. Beyond that it's toatlly unclear how you actually plan to load your image and where they are hosted, so nobody can tell you anything. Either way, there is an obviously painful lack of understanding of even the most basic web techniques, so the best advise anyone would give you is to spend some time with a web search and actualyl learn some of that stuff...
    Mylenium

  • Problem with 2 codes for same project

    i need help please, i have two C++ (colser to being C codes) on the same project,but VS does not allows them both to build solution,i asked my teacher and she told me that the VS running them together  and told me to run the separately,someone
    can please tell me how to do so? i need to do that until tomorrow`s night,please answer that ASAP. thanks for any help

    i need help please, i have two C++ (colser to being C codes) on the same project,but VS does not allows them both to build solution,i asked my teacher and she told me that the VS running them together  and told me to run the separately,someone
    can please tell me how to do so? i need to do that until tomorrow`s night,please answer that ASAP. thanks for any help
    A project can only have one main() function. If you have two, then name them (say) main1() and main2(). Then do something like
    int main()
    main1();
    main2();
    return 0;
    Or you can run just one of them by commenting out the call to the other.
    If something like this does not work for you, then you need to explain more about your code.
    David Wilkinson | Visual C++ MVP

  • Help with html code for displaying flash animation

    hi all,
    i'm new to the forums :)
    not sure if this is the correct section or not.
    i run a small web based community for xboxlive players and i
    am trying to add an interactive flash file into a block on the main
    portal page
    What
    the file should do- link to sample file
    link to swf
    file- link to actual flash file
    homepage - link to portal
    homepage where the flash file needs to be, if you scroll all the
    way down the bottom of the page you will se it sort of works but im
    stumped as to how to get the full animation to show properly ?
    any help would be most appreciated.
    cheers

    hard to say just what the issue is here, since the file
    operates normally in other embeds - I guessing that it has
    something to do with your BB settings somewhere.

  • Having a few problems with the codes for this program.

    i type in the code. in notepad, then compile it to java, but i always seem to get 3 errors. if anyone can help, id really appreciate it.
    using java:
    Calculate the salary at the end of two weeks. You know that:
    ? For the first 40 hours worked in a week the pay rate is $10/hour and after that
    initial 40 hours the pay rate is $15/hour.
    ? If the total salary (week1+week2) is less than $500, the employee will receive 10%
    bonus. If the salary is between $500 and $1000, the employee will receive 5%
    bonus. If the salary is between $1000 and $2000, the employee will receive 1%
    bonus.

    Well, maybe if you showed your code and the complete and exact "messages", we could help you.

  • Need help with html code for password logins

    I'm building a site and need to have a login page where multiple users can have unique usernames and passwords and then all be redirected to the same page within the same website.  Does anyone have any code advice or tips on how this can be done in iweb.  I getting stuck at the point in the code where I have to enter the site to be redirected to upon entering the correct username and password.  I would greatly appreciate any advice or tips.  Thanks

    Its done on the server rather than in iWeb....
    http://www.iwebformusicians.com/iWeb/Comments-Password-Protect.html

  • Help with some html code for flash site!

    Got this site>
    http:/www.thedesignport.com
    Site works great! everything is uploaded! What I cant seem to
    get workning is the html code to add a description under the title
    of the website in a google search? Goto google enter "topanga
    mountain school" I'm top spot on the second page but with NO
    description?? have a look at the html code for
    http://www.thedesignport.com
    Have I gone wrong somewhere?? But I've found if you put
    "topanga mountain school pdf" into google ( I have three pdf's on
    the site) My site is Second on the search with a DESCRIPTION of the
    pdf's under the site name?? I dont get it?? Any help would be
    great!

    You're not getting any help here because this is the forum for discussions of the Community Help Client application and Help system in general. For CSS questions, you should probably try something like the Dreamweaver forum.

  • Ricoh Aficio MP C4501 with access codes for color printing

    Hi,
    I read the discuss called "Ricoh 3245C with access codes for color printing", and I have a similar problem with a Ricoh MPC4501 printer. The printer is connected to many Windows PCs and my brand new iMac. It requires just User Codes authenication. PostScript is not installed on the printer (could this be the problem?). I've tried all the suggestions brought up in the mentioned discussion but I still can't print. It seems like the printer is not connected to the Mac. Here are the answers to the questions asked in the previous discussion:
    Is PostScript module installed?
    No, I guess. PS is not one of the languages included on the Configuration Page.
    What languages does your printer understand?
    RPCS [3.10.14], PCL 5c [1.02] and PCL XL [1.02]
    What drivers are you using?
    I tried the one from the Ricoh site for OS10.8 (http://support.ricoh.com/bb/html/dr_ut_e/ra/model/mpc41/mpc41en.htm) as well as the driver (three downloads) from Linux (http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/pxlmon o). Neither worked. It might be helpful to mention that the Linux driver enabled me to print to a Ricoh Aficio MP 4001 that doesn't require authentication.
    How are you entering your User Code?
    Depending on the application. For Adobe apps, which are my main concern, I would have to click on the Printer button in the Print dialog to open the system Printer dialog, then enter the user code there under Job Log. I had to use the script provided in the previous discussion (http://webpages.charter.net/mbroughtn/beta/RicohUserCodes.zip) to add my User Code.
    How are you connecting to the printer -- what protocol?
    I'm not sure. I didn't find any of the protocols cited in the previous discussion on the Configuaration Page. If it helps, I know that the printer has an IP address on the network. And as I mentioned, it's mainly connected to many Windows PCs.
    Any help is appreciated. Thanks.

    Can't help with user codes, but I suggest you try IP HP jetdirect first whenever you add an enterprise net printer. You could always look on a windows computer for printer port configjration. There, you will find jetdirect called raw port 9100 protocol.

  • Flip Image - HTML code for InDesign

    I am trying to create a flipping image in a digital edition and I found from the cookbook that there is an HTML code.
    The problem is that when I am clicking on the attachment file "Flip_HTML.zip", appears a white page with a message FILE NOT FOUND.
    Is there any other solution for that?
    Thanks
    Georgia

    Thanks Liam. I am a newbie at all of this and decided to use the widget contact form in muse which has an image verification module but when I test it I get a message that it has to be supported business catalyst captcha module so thought there was a html code for it.
    Thanks for coming back to me so quickly

Maybe you are looking for

  • ITunes crash on music folder import

    Did an erase & reinstall on my G5. Saved music files (iTunes Music) on external drive. Dragging and dropping that music files folder (iTunes Music) into a newly installed, updated & empty iTunes library tab. Copying of files executes until approx 50%

  • SXPG_COMMAND_EXECUTE issue

    Hello Experts, We have this issue in client server.One of the batch job is frequently failing while executing this function module SXPG_COMMAND_EXECUTE with error as command_not_found.This error occurs frequently on a particular application server bu

  • HP to Mac -- enabling scan to computer stopped working and now won't communicate

    I loved my officejet 8600 and had no problem printing or scanning wirelessly.  All of a sudden the scan function stops working.   I can still print without problem.  My printer tells me to go to my computer and "enable scan to computer".  But when I

  • While calling plsql  package from Pro*c getting  ORA-1426 error

    Hi Friends I am calling a package from Pro*c and getting numberic overflow error ORA-1426 but when i introduce a debug message such as printf or calling standard oracle utility to write in a log file no error comes. So how just introduction of debug

  • TS1369 COMO LE CAMBIO MI NOMBRE DE MI IPOD DE LA PC!

    COMO LE CAMBIO MI NOMBRE DE MI IPOD DE LA PC!