Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Posts
    5

    Smile How Do i post text animation on my web sight

    Hi all,
    I'm new to Xara 3D, I did my text image and animation of text print
    ( Type ). I exported in animation vector ( SWF ) Flash no shadow.

    How do i take this animation text image and put it into my HTML
    online web page. I did not find any information in the manual.

    Hope someone can help me.
    Thank You

  2. #2
    Join Date
    Jan 2007
    Posts
    17

    Default Re: How Do i post text animation on my web sight

    i don't know if you still have the original image; but if you export it as a .gif you can upload it to the internet using one of many web hosts that handle graphics, and use the following html code to put it into your page at the location you want (assuming you already have the remainder of the page written with html).

    Code:
    <img src="http://www.urlhere.com/animation1.gif">
    where the url is the address of your animated text.

    hope this helps

  3. #3
    Join Date
    Mar 2005
    Location
    Leicester U.K. Fox county
    Posts
    1,754

    Default Re: How Do i post text animation on my web sight

    Hi contango,

    One way to get the html code for your flash animation would be to use Xara XtremePro.

    In X3D, export your work as .gif file (not .swf)
    Import this flash file into XXtreme within a blank 'animation' page/document/file or just press [ctrl+shift+N]
    Click on the 'preview flash animation in browser' icon (it's a picture of a flash film on a globe) at the top of the screen.
    Click on 'view html'
    Copy and paste into your html editor
    Change the two .swf name files to your .swf vector flash file.

    Anas

  4. #4
    Join Date
    Oct 2006
    Location
    Tampa Bay, Florida
    Posts
    1,341

    Default Re: How Do i post text animation on my web sight

    Just change the sizes and .swf filenames
    This code should do the trick:

    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH=213 HEIGHT=111>
    <PARAM NAME=movie VALUE="xar71.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=menu VALUE=true>
    <EMBED src="xar71.swf" quality=high bgcolor=#FFFFFF WIDTH="213" HEIGHT="111" NAME="yourmovie" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </OBJECT>

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •