A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: full window flash problem

  1. #1
    Member
    Join Date
    Oct 2006
    Posts
    79

    full window flash problem

    hi
    i have a flash that is 900 by 600 pixels, i need it in the top left corner and the browser to be 100% flash, which ive done.
    but i also want to stop the activating message, which ive done also but i dont know how to make both of them work on one page
    full flash = http://www.2d3dgraphics.co.uk/site1.html
    activating = http://www.2d3dgraphics.co.uk/site1other.html

    please could you help me by viewing the source on them how to do both on the same page
    thanks

  2. #2
    Harmony & Justice Veniogenesis's Avatar
    Join Date
    Jul 2002
    Location
    Washington D.C.
    Posts
    4,434
    Hi harrisonmulline,

    I think you might want to give this a try: http://www.adobe.com/devnet/activeco...devletter.html
    The article discusses changes in the standardized way for embedding Flash content in HTML. The code discussed on the page will also eliminate your current problem. You might check this out for a simple explanation of the code: http://www.adobe.com/devnet/activeco...devletter.html
    Let us know if it doesn't work for you.

    Good luck!
    Venio
    Last edited by Veniogenesis; 12-25-2006 at 11:39 AM.
    Flash Kit Moderator . Duke University
    Thomas Jefferson High School for Science and Technology

  3. #3
    Member
    Join Date
    Oct 2006
    Posts
    79
    thanks for the help but i know how to fix the activating message
    this is what i use : http://www.kirupa.com/developer/flash8/flash_fix.htm
    and the code i use to make the whole browser flash is this

    -->
    </style></head>
    <body bgcolor="#7dd780">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" id="grass roots title 14" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="../flash/grass roots title 14.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgcolor" value="#7dd780" /><embed src="../flash/grass roots title 14.swf" quality="high" scale="noscale" salign="lt" bgcolor="#7dd780" width="100%" height="100%" name="grass roots title 14" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </body>
    </html>

    if i use both scripts it results in this : http://www.2d3dgraphics.co.uk/site1.html
    the top ones full flash and the bottom one is getting rid of the activating message but i want to combine them
    thanks

  4. #4
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    That won't work...

    It's just a standard object embed. you need js in that page as well.

  5. #5
    Member
    Join Date
    Oct 2006
    Posts
    79
    i dont much about html code
    can yo please tell me how to do it
    thanks

  6. #6
    Go to http://blog.deconcept.com/swfobject/ and download the SWFObject file.

    Because of Microsoft copyright or security issues, all Flash content must be loaded from an external file instead of embedded directly in your HTML by the <object> or <embed> tag or else activeX won't be activated without an alert message and an extra click.

    The SWFObject files will give you a .js file to link to your page, and tell you how to correctly embed your flash movie. Basically it gets inserted by javascript into a <div> marked by an ID.

  7. #7
    Junior Member
    Join Date
    Nov 2002
    Location
    Chillburg City
    Posts
    22
    Thanks for the link, sigmundSquirrel! Been looking for this solution, but you gave me the right direction straight away. Thanks.

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