A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Div on SWF Presentation

  1. #1

    Div on SWF Presentation

    There is a possible to create a <div> tag on swf presentation?

    Includes this Div in my site but the phrase is not over the Flash presentation.

    <style type="text/css">
    #divCont{position:absolute;top:315;left:220;height :150;width:250;}
    </style>

    <div id="divCont">

    This is "page" 1, here you place some content.

    </div>

    Thanks, for your help.

    *If it will have some error, I ask for excuses, this is not my official language.

  2. #2
    Senior Member Lys12's Avatar
    Join Date
    Feb 2001
    Location
    Munich, Germany
    Posts
    5,237
    hi,

    make sure that your flash movie is transparent. add the lines in bold to your swf code:

    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
    id="Movie1" width="100" height="100">
    <param name="movie" value="Movie1.swf">
    <param name="bgcolor" value="#FFFFFF">
    <param name="quality" value="best">
    <param name="wmode" value="transparent">
    <param name="allowscriptaccess" value="samedomain">
    <embed type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    width="100" height="100"
    name="Movie1" src="Movie1.swf"
    bgcolor="#FFFFFF" quality="best"
    wmode="transparent"
    swLiveConnect="true" allowScriptAccess="samedomain"
    ></embed>
    </object>

    see if this helps...

  3. #3

    Thanks

    Hi Lys12!

    Thank you very much!

    It would not know with deciding this without its aid, therefore I constructed a menu in DHTML that it needed to be over swf presentation.

    Thank you very much!


Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center