Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

SWF stops playing halfway through

Options
  • 19-10-2010 12:28pm
    #1
    Registered Users Posts: 16


    Hi there,
    I have embedded an SWF File in my website. It plays fine locally but when I upload it to my webserver it stops playing before the end of the video.
    This is the code I have used to embed it:
    <object width="550" height="400">
    <param name="movie" value="dentsoc.swf" >
    <embed src="dentsoc.swf" width="500" height="200" >
    </embed>
    </object>


    This is the URL were the video is playing. It is autoplaying kind of as a banner to the page...

    http://www.ucc.ie/dentsoc/index2.html

    Is this an issue on the host servers part? as I am not in charge of that, or is there anything I can do HTML code wise to fix it.
    The SWF file was exported from a .mov that I made in After Effects.

    Any help on this would be greatly appreciated!
    :confused:


Comments

  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    What size is the SWF file ?


  • Registered Users Posts: 16 ficoun


    Just solved the problem,
    Included
    <param name=buffer value="20"/> within the object tag.

    Thanks tho..


Advertisement