Welcome to TalkGraphics.com
Results 1 to 4 of 4

Hybrid View

  1. #1

    Default Flash as a background for WD6 (or Extreme Pro 5)

    Hello,

    can anybody help me, please: How can I use a flash file (.swf) as a background (flash backgropund) in WD6. Is there a tweak existing?

    Thanks.. TOM

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,521

    Default Re: Flash as a background for WD6 (or Extreme Pro 5)

    No.

    You might be able to place non flash images and text over a flash movie. I have not tried this though.

  3. #3

    Default Re: Flash as a background for WD6 (or Extreme Pro 5)

    Quote Originally Posted by gwpriester View Post
    No.

    You might be able to place non flash images and text over a flash movie. I have not tried this though.
    Hello,

    I was inspired from this design http://www.belvisio.de which is made from flash (wait till it is completly loaded, until ou see menu and buildings). I did want use a flash which changes 3-4 background photos. As you can see it has full width for the background not fixed. I did try to make a foto as background which will scale to full width when browser window becomes full. But this did not work.

    I have here 2 samples from TG forum which I upload. But the do not behave like in this sample page.

    With WD6 I did make an additional sample (see attached) what works but only in fixed width. You can even put banderole, text and button over it.

    With WYSIWYG 7 Webeditor it is possible to use flash as a background and it changeds width dynamic. W7 has a extension what is called "BackFlash".

    The HTML code what it has generated you can see below.

    May bee somebody has an answer how to integrate flash file as background.

    Thanks Tom

    ------------------------------------------------------

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Unbenannte Seite</title>
    <meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com">
    <style type="text/css">
    body
    {
    background-color: #FFFFFF;
    color: #000000;
    }
    </style>
    </head>
    <body>
    <style type="text/css">
    #backflash {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    }
    </style>

    <div id="backflash">
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="backflash">

    <param name="movie" value="Flashsite_Test_1240_x_820.swf">
    <param name="quality" value="Best">
    <param name="wmode" value="opaque">
    <param name="bgcolor" value="#000000">
    <param name="scale" value="NoBorder">
    <param name="menu" value="false">
    <param name="loop" value="true">
    <param name="allowfullscreen" value="false">
    <param name="allowscriptaccess" value="sameDomain">
    <embed src="Flashsite_Test_1240_x_820.swf" width="100%" height="100%" quality="Best" wmode="opaque" bgcolor="#000000" scale="NoBorder" menu="false" loop="true" allowfullscreen="false" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>
    </div>
    <div id="wb_Shape1" style="margin:0;padding:0;position:absolute;left:2 px;top:250px;width:296px;height:128px;opacity:0.40 ;-moz-opacity:0.40;-khtml-opacity:0.40;filter:alpha(opacity=40);text-align:center;z-index:1;">
    <img src="images/img0003.gif" id="Shape1" alt="" title="" style="border-width:0;width:296px;height:128px"></div>
    <div id="wb_Shape2" style="margin:0;padding:0;position:absolute;left:9 43px;top:516px;width:296px;height:128px;opacity:0. 40;-moz-opacity:0.40;-khtml-opacity:0.40;filter:alpha(opacity=40);text-align:center;z-index:2;">
    <img src="images/img0004.gif" id="Shape2" alt="" title="" style="border-width:0;width:296px;height:128px"></div>

    </body>
    </html>

    -------------------------------------------------------------------------
    Attached Files Attached Files

  4. #4
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Flash as a background for WD6 (or Extreme Pro 5)

    Your example is a full-flash site. The background image is being dynamically scaled in response to the width of the browser using actionscript to vary the image size. This is really beyond the Flash capabilities of Xara software. It would be possible to mimic the effect with html and javascript with some effort (and no, that wasn't an offer!).

 

 

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
  •