Embedding SWF into HTML

Hi. I am trying to make a SWF open a new browser window when
it is clicked, acting as a Splash page that opens the main page. I
want the main page to open in a new window 800 x 600 with none of
the address bar, toolbars etc. I've managed this but there are
three problems:
1. The little grey strip at the bottom that says "Done",
"Internet" etc, I think its called 'Status' still appears even
though I've set status to no.
2. The code I've used in flash to spawn the new browser
window works with Firefox but not with Internet Explorer.
3. The SWF's play slower in a browser.
I have included the code I've used below. Can anybody help?

Hello Claudine,
to .ste (I tried to translate from my German library): The file extension ".ste" characterizes the site definition files of DW. A ste file is an XML-based text file which contains information about a DW made site. These include the site name, the site address and the server model.
ste files can be imported and exported by using (translated from my German DW:  'Site -> Sites verwalten' ) 'Site > Manage Sites'. Please note it's a settings file and not a backup.
What concerns the embedding problem: Please send a link to your website in question, no matter how it looks like , so we can better analyze.
Hans-Günter

Similar Messages

  • Embedding swf into HTML+JS AIR app

    Hi
    I'm trying to embed swf into HTML+JS AIR app with no luck.
    First, I created flash library with this class in default package.
    package
         import mx.controls.Alert;
         public class Utilities
              public function Utilities()
                             //asdfasdf              
                   Alert.show("asdasd","");
    Then I compiled the project with Flash Builder and got library.swc as result. Then I extracted swf file.
    After this is added required code into my html:
    <html>
    <head>
        <script type="text/javascript" src="AIRAliases.js"></script>
        <script type="text/javascript" src="AIRIntrospector.js"></script>
        <script type="text/javascript" src="jquery-1.6.2.js"></script>
        <script src="library.swf" type="application/x-shockwave-flash"></script>
        <script type="text/javascript">
            $(document).ready(function () {
                alert('loaded');
                air.Introspector.logError("aaa");
                var v = new runtime.Utilities();
        </script>
    </head>
    <body>
    </body>
    </html>
    Then after I run application, I get error that result of expression is not constructor, function etc.
    Could you help me please?  Thanks in advance.
    Here is sample code:
    http://depositfiles.com/files/jztpnlb3a

    No. I mean that the Flex framework makes certain assumptions about the environment it is running in -- like having a stage to work with. The Alert function, for example, works by creating a sprite and adding it to the Flash display list. Since your embedded SWF is not on a stage, there's no way for it to work.
    You can can possibly use certain non-visual parts of the framework, such as the rpc package, but I can't guarantee it.

  • Re: embedding SWF into HTML

    I don't seem to be able to add to the discussion! Hans wanted the url of the file that works: http://claudinegrandjean.com/Me.- html this is the one that doesn't please forget the placement of the SWF I could fix it if it worked; Cheers, Claudine

    No. I mean that the Flex framework makes certain assumptions about the environment it is running in -- like having a stage to work with. The Alert function, for example, works by creating a sprite and adding it to the Flash display list. Since your embedded SWF is not on a stage, there's no way for it to work.
    You can can possibly use certain non-visual parts of the framework, such as the rpc package, but I can't guarantee it.

  • Embedding Swf into to forum signature

    Hi, i have been trying to find this everywhere but no good.
    How can i embed swf into forum Posts and signatures ? Its my site s
    o i change settings etc.....is there some mod that should be
    installed on the forum ? Any help at all would be really
    appreciated =)
    J

    No. I mean that the Flex framework makes certain assumptions about the environment it is running in -- like having a stage to work with. The Alert function, for example, works by creating a sprite and adding it to the Flash display list. Since your embedded SWF is not on a stage, there's no way for it to work.
    You can can possibly use certain non-visual parts of the framework, such as the rpc package, but I can't guarantee it.

  • White box of death! Trouble embedding swf into Dreamweaver!

    So close to being finished! I notice this question on alot of other forums but its never resolved!
    here is the site now:
    http://http://www.andrewweeksphotogr...m/index_8.html
    you will notice a slight flash of a white box before the preloader starts, i'm trying everything to make it go away! this box seems to be the same size as my embedded swf. the site and preloader are all in one swf. all i need to do is make that white box the same color as the background so it is unnoticeable.
    here is the code from dreamweaver (you'll notice im sticking in color values wherever i can!)
    help a gal out! many thanks!
    -nicole

    oops! code / site link here!
    http://www.andrewweeksphotography.com/index_8.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        background-color: #FBFCEB;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body>
    <table width="1150" border="0" align="center" cellpadding="10" cellspacing="0" bordercolor="#FBFCEB" bgcolor="#FBFCEB">
      <tr>
        <td bordercolor="#FBFCEB" bgcolor="#FBFCEB"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1150','height','768','src','Andrew Weeks Photography','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Andrew Weeks Photography' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1150" height="768">
          <param name="movie" value="Andrew Weeks Photography.swf" />
          <param name="quality" value="high" />
          <param name="bgcolor" value="#FBFCEB" />
          <embed src="Andrew Weeks Photography.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1150" height="768" bgcolor="#FBFCEB"></embed>
        </object></noscript></td>
      </tr>
    </table>
    </body>
    </html>

  • Transparent background for embedded swfs (not html)

    i'm bringing external swfs into my main movie and would love
    for the content of these to be visable without haveing a flat
    colour background. is this possible?
    thanks.

    Morgan McConnell;
    You may need to provide more info--loaded swf files do not
    contain
    "background" (stage color)... -Tom Unger

  • Embedding swf into Flex Desktop Application size/scale problem.

    Hello,
    I am embedding an swf animation into my desktop Flex desktop application. I am using SDK 4.6.0. I use the SWFLoader to embed the animation:
    <s:SWFLoader source="img/mch_anim_1.swf"/>
    When I run the application, the animation is loaded and is working, but when I try to maximize the window there is a size/scale bug that happens. The screen  stays half-side maximized (maximized to the top, bottom and stays until the middle of the screen by side).
    I've published the SWF for Flash Player 8 and Actionscript 2 just to test and there was no problem with the size/scale, but I need to use Actionscript 3.
    Any suggestions?
    Thanks in advance,
    Stefan

    I found the problem!
    There was a line of code that was auto-generated from using a template out of Flash CS6. The line of code that caused it is:
    stage.scaleMode = StageScaleMode.SHOW_ALL;
    After deleting it, everything is now working properly.
    Greetings!

  • Embedding form into html page

    I have embedded my adobe form into my website html page using the correct pixel width but it previews larger and is blowing out my webpage size - any thoughts?

    Hi,
    Please provide the link to your webpage or send it to [email protected]
    What browser are you using to view your webpage? are you viewing your webpage via mobile devices or laptop/desktop?
    Thanks,
    Lucia

  • Problem when i put swf into html page

    Hi, My swf is working:
    http://dianecollins.com/sean_movieclip.swf
    But, when I put it into an html page, it doesn't work.
    http://dianecollins.com/sean/
    I'm looking at the contact button on the top right - on the
    swf it slides over to the left when you rollover, but on the html
    page, it doesn't work.
    Any suggestions?
    Thanks!

    simpler remedy:
    http://activecontent.blogspot.com
    "coldMiner" <[email protected]> wrote in
    message
    news:eessog$gu0$[email protected]..
    > on ie you have to click to activate flash.
    >
    > remedy:
    >
    http://blog.deconcept.com/swfobject/

  • Problems with embedding swfs into Director 11.5

    Hello everyone,
    I am hoping someone can help me and please bear with me - I don't know a lot about director - I can do some Lingo and get around in the program to make things work.
    Right now I am working on an interactive presentation where the user can click a button to view an animation. I am using Director 11.5 for my presentation and have made my animations in After Effects CS3 -- from there I converted my .mov files to .flv files using the Adobe Media Encoder CS4... then I took my .flv file into Flash and published it as a swf file.
    The problem that I am having is that when I play the presentation (within Director and after publishing the .app/projector file) the swf files are playing - but there is all this glitchy-artifact stuff all over them. Does anyone know why this would be happening? When I play the swf files in the flash player they look great. Before, when I was using Flash MX and Director MX, I never had any problems with embedding my swf animation files - and they played great - without any artifact. Any and all help would be much appreciated as this project is due in the next few days and I would prefer to figure out a solution rather than uninstalling Flash CS4 and Director 11.5 - and going back to MX.
    I toyed with the thought that my video card isn't good enough but I tested the .app file on another machine and the glitchy-artifacts were still there. I have attached a jpg showing the artifact that appears.
    I am running Mac OS X 10.5.7
    Dual 2 GHz G5 PowerPC
    ATI Radeon X800 XT
    Thank you!

    Sorry... here is the image again and I think the problem might be my machine -- it is very old (~4+ years) and when I tested my .app on a newer intel mac here it worked fine... but maybe I am missing something -- it seems odd that I can see the swf fine in flash player but it is glitchy when played through director or the .app projector file

  • Embedding SWF into Powerpoint 2007....

    I use this method to place a SWF in Powerpoint 2007. (see below).
    My question is... how do I make the path relative and not absolute? So whatever path/destination I put in the "Movie" property is absolute and if and when I sent this PPTX file to someone (like in a folder) the SWF no longer plays. I wanted to make a path that is relative... so instead of putting "C:\Use\Profile\Desktop\Flash.swf" I wanted to know if I could do something like "Flash.swf" and then it'll play the SWF since it'd be in the root (or maybe a subfolder).
    Place SWF in Powerpoint 2007:
    1.  Click Office Button.
    2.  Click “Powerpoint Options”
    3.  Under the “Popluar” tab check “Show Developer tab in the Ribbon”. Click OK
    4.  Click the “Developer” tab.
    5.  Click the “More Controls” button (wrench/hammer icon)
    6.  Choose “Shockwave Flash Object”. Click OK.
    7.  Cursor turns to crosshairs. Drag box to house the object.
    8.  In the “Properties” pop-up, find “Movie”.
    9.  Under “Movie”. Paste in the path of the file. (i.e. C:\Users\Profile\Desktop\flashAnimation.swf
    a.  Try to put the SWF in the same root location as the PPTX.

    You can insert a .swf file into PowerPoint using the method you described with both an absolute and a relative path. But that will just insert it and play it as a linked file.
    What you seem to want to do is to embed the file. That's tricker. The .pptx file extension apparently has a known and unfixed bug that won't let you embed a .swf. There's nothing out there, that I could find that may be of help. But you could try these two steps:
    In the properties panel for the insered swf, find the EmbedMovie property and set it to "True".
    Then Save As... your Presentation to the older file format (.ppt not .pptx). This may show up in the Save menu as "PowerPoint 97-2003 Presentation".
    This may work, you should take note that the file size should increase significantly. If the Presentation's file size doesn't increase, then you know it hasn't been embedded and the animation will not play if you email the file (because it's not included).

  • QT Pro - having problems embedding video into html (IE7)

    I have just upgraded to Pro as I need to offer clients some video content on my website. Initially, I want to show still-image slide shows with an audio track. I can make these, and export them for the web no problem. But... I can't get them to work in my html and need some advice.
    The poster embeds fine, but when you 'Click to play movie', the page keeps loading with an error, and the movie won't run (in the html page). The larger [17Mb!!!!] 'source' movie runs fine, but if I click on the 'reference' movie (which is in the same folder as the 'source', and just 1K big), I get an error message (202... something about bad atom!). Could this be the cause, I wonder?
    I have set up a .js file as per the QT help advice, but I just can't seem to crack this one. Anyone got any ideas? Brain's numb now... and I don't really know where else to look!
    Any help would be seriously appreciated... TIA

    http://support.apple.com/kb/HT1014
    Your camera is supported and the Apple "Geniuses" dropped the ball telling you that you needed to make an additional purchase.
    Your camera records in "standard definition" MPEG-2 format.
    I don't know why you're not getting images (or sound, I guess). Try testing the camera under a different User account (helps troubleshooting).

  • Swf into html- explorer problem

    I have this code:
    and it looks perfect with firefox, but the problem is in
    explorer :(
    do not see it completely
    what am I doing wrong?
    the full website is here:
    http://www.geocities.com/aniaacolgate
    thank you in advance for reply

    another activeX control question...
    this happen only on Internet Explorer, the same question has
    been asked in this forum for many time, a search with keyword
    "click to activate" will give you tons of result.
    you can also get some info from here
    http://blog.ggshow.com/index.php/reference/2007/05/07/activex_controls_1

  • Cannot see embedded swf's in html

    When creating my flash file, i load swf files into loaders on my stage. When testing it, it works fine, but when publishing it to the web, it dosn't show the embedded swf's?

    I'm assuming you intend that the embedded swf is the one that loads the other swfs... the one that is coded into the html page, not the ones that are loaded into loaders.  Did you upload the AC_RunActiveContent.js file that Flash creates?

  • SWF won't play onced inserted into html page, though plays in absolute paths

    I have embedded a SWF in my index page. The background image saved in the FLA shows up, but none of the remaining content. If I put in the URL to the actual SWF and HTML files, however, everything works fine.
    palmettowebproductions.com is the URL of the site
    this is the code in the index page:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8.0.22.0" width="900" height="284" id="slideshow\"> <param name="movie" value="/flashslidebanner/slideshow.swf"/> <param name="quality" value="high" /> <param name="wmode" value="transparent" /><embed src="/flashslidebanner/slideshow.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="284" wmode="transparent" name="slideshow"></embed></object>

    Paevo Kelley wrote:
    I have embedded a SWF in my index page. The background image saved in the FLA shows up, but none of the remaining content.
    This to me sounds like an issue with the ActionScript.  Have you tried posting in the Flash forum?

Maybe you are looking for

  • Upload file in to file system using Apex

    Hi... I have tried UTL_FILE to upload file in Directory. But First i have to upload file in Table in BLOB datatype and then copy it to file system using BFILE. I have to store files in file system as per requirements. I want to upload file directly t

  • XL2 Dead after capture

    After trying to capture footage from my XL2 with FCP, the camera acts like it has no tape in it. It displays no timecode and wont play back what was recorded on the tape. It wont record anything either. I tried taking tape out and putting it back in

  • SAP BW 7.0  BOOK for begginers

    Hi IS there any book with detail pictorial description for SAP bw 7.0 for bw 7.3. Like there is one Fu Fu , but is based on 3.0. Regards Nitin

  • JSF 1.2 with WAS 6.1

    Our current environment WAS 6.1.0.9 and using jsf 1.1 Is it possible to upgrade to JSF 1.2 with upgrading to WAS 7 ? Thanks

  • Flash Paper and CMYK

    Although Flash is a web based program and would automically support the RGB colour space; you can still import CMYK images... so is it possible to maintain CMYK colour integrity through to Flash Paper?