flash video

Question posted on 11-03-2009 2:58 PM by shaylanichole. 2 replies.

Thanks, we’ve recorded your feedback.

  • 11-03-2009 2:58 PM
    flash video

    How can I creat a flash video

    thanks

     

    Filed under: ,
  • All Replies
  • 11-03-2009 8:43 PM
    Re: flash video

    Embed the video in your page using a script, below is an example;

    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    swfobject.registerObject("player","9.0.98","expressInstall.swf");
    </script>

    <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="700" height="600">
    <param name="video" value="player-viral.swf" />
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="flashvars" value="file=video.xml&amp;playlist=bottom&amp;repeat=always&amp;shuffle=true" />
    <object type="application/x-shockwave-flash" data="player-viral.swf" width="700" height="600">
    <param name="video" value="player-viral.swf" />
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="flashvars" value="file=video.xml&amp;playlist=bottom&amp;repeat=always&amp;shuffle=true" />
    <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
    </object>
    </object>
    <p>* Note: Don't bother trying to copy the source code for this embedded object, there is no crossdomain.xml located on my server thus, it will not work.</p>

    You will need the player (player.swf) java scripting engine (swfobject.js) and the video or .xml playlist that you want to play. Some sites will even let you "hotlink" to everything that you need so no downloading / uploading needed. You Tube for example does this (Youtube playlists still don't work cross-domain). I use my own as it has better features and loads faster.

    V/R

    webmaster@dezdemona.net

    Filed under: , ,
  • 11-09-2009 3:57 PM
    CSS Agents
    Re: flash video

    Hello,

    You may also visit the Community Link mentioned below in order to find relevant information regarding using Flash content on your Microsoft Office Live website.

    http://ask.officelive.com/smallbusiness/qna/p/11419/28752.aspx#28752

    Regards,

    Moses Paul

    MSFT-Support EngineerIdea

    Filed under: , ,
Page 1 of 1 (3 items) | Get notified when this information changes
Accessibility | Legal | Privacy | Report Abuse | Code of Conduct | Site Help | Office Live Workspace Community
© 2009 Microsoft Corporation. All right reserved. This site is hosted for Microsoft by ComBlu with hardware provided by Rackspace.