A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: How do I align an embed tag

  1. #1
    Member
    Join Date
    Dec 2002
    Location
    N.Tonawanda N.Y.
    Posts
    79

    How do I align an embed tag

    Hello I am rackin my brain here trying to figure out how to align an embed tag in an html document. I need a flash movie to appear at a exact postion on a page!!! There are two tags "Embed" and "Object" do I need to tell both of them where I want them to be??? Please help me.

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    As I posted earlier, Flash does all of that for you if you use the Publish Settings.

    Other than that...

    http://www.macromedia.com/support/fl...ts/tn4150.html

    http://www.macromedia.com/support/fl...attributes.htm

    http://netlab2.yukoncollege.yk.ca/~m...tes/flash.html

  3. #3
    Member
    Join Date
    Dec 2002
    Location
    N.Tonawanda N.Y.
    Posts
    79

    publishing doesn't show!!

    when I publish my flash movie and i publish the html there is nothing in there that tells the browser where in another html document it should be!!! Do you understand what I am tring to accomplish!!! Here is the code that I am trying to get to work!! Inside of a page!For some reason this code is forcing my page to load really slow!


    DIV ID="Menu1" style="position:absolute; top:176px; left:40px;>

    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="700" HEIGHT="600" id="Menu1" ALIGN="">
    <PARAM NAME=movie VALUE="Menu1.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=scale VALUE=noborder> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="Menu1.swf" quality=best scale=noborder wmode=transparent bgcolor=#000000 WIDTH="700" HEIGHT="600" NAME="Menu1" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT></DIV

  4. #4
    Member
    Join Date
    Dec 2002
    Location
    N.Tonawanda N.Y.
    Posts
    79

    here is the code

    this is my main page inside is an embed for the menu1.swf
    Attached Files Attached Files

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