Embedding Flash SWF Skin in External Site

I posted this under the Flash forum as well. My Flash video
displays correctly on my server, however, if I try embedding my
Flash SWF file on an external site – just as you would with
YouTube – the skin does not transfer. The video is the only
thing that displays.
I understand when using components that 2 SWF files are
created when published – SO with that said, is there an HTML
embedding technique to display both the video w/ the skin? If not,
is this something that needs to be corrected within the Flash file.
Any thoughts?

I have this in front of the trace:
myvars.onLoad = function(success){
When I put in the full URL to the attachment on the Google page (i.e., something similar to "myvars.load("https://sites.google.com/a/..../home/department-sites/sales/variables.txt,");" - instead of just "myvars.load("variables.txt");", it doesn't work. So right now its set to just "variables.txt" and the swf file is in the same root location as the variables.txt file on the Google page. I also have a copy of the variables.txt file in the same local directly in which I am running the flash file for testing. So I think when I run it in debug mode, its referencing the variables.txt file in the local directory, rather than the one stored as an attachment on the Google page.
That's what seems so weird...it runs locally in debug mode...but not when I embed it on the Google page. I can also get it to work if I explicity define the variables in the flash file, rather than rely on the external text file. That's the only time I can get it to work on the Google page.
Thank you for your help!

Similar Messages

  • Embedding Flash swf in Google Site displays NaN output but works in Debug mode

    Hello,
    I am loading a text file with three variables into a flash file (CS5). The flash file then calculates and prints the three values based on some calculations. I am storing the text file as an attachment on the google page in which I am embedding the swf file. What's weird is that the flash file plays correctly in debugging mode (i.e., prints the 3 variables correctly), but as soon as I upload the swf to the Google site page (as an attachment in the same location as the text file), the flash file outputs NaN. I am stuck as to why the file works in debug mode in Flash, but not when it's uploaded to the google site page. I have tried storing the text file on SharePoint and referencing it from there, but I get the same results when viewing the swf on the Google site page.
    Is it because the google site page is using SSL?
    I am fairly new to flash, so any help would be appreciated.
    Thanks!
    Lori
    Variables.txt stores this: "current=6950&goal=7175&low=6950"
    Here is the code in my flash file:
    _global.getPercent = "";
    myvars = new LoadVars();
    myvars.load("variables.txt");
    myvars.onLoad = function(success){
              l = Number(myvars.low);
              c = Number(myvars.current);
              g = Number(myvars.goal);
              getPercent = (c-l)/(g-l);
              if (getPercent > 0) {
                        colorshow._height = (getPercent*colorshow._height);
              } else {
                        colorshow._height = 0;

    I have this in front of the trace:
    myvars.onLoad = function(success){
    When I put in the full URL to the attachment on the Google page (i.e., something similar to "myvars.load("https://sites.google.com/a/..../home/department-sites/sales/variables.txt,");" - instead of just "myvars.load("variables.txt");", it doesn't work. So right now its set to just "variables.txt" and the swf file is in the same root location as the variables.txt file on the Google page. I also have a copy of the variables.txt file in the same local directly in which I am running the flash file for testing. So I think when I run it in debug mode, its referencing the variables.txt file in the local directory, rather than the one stored as an attachment on the Google page.
    That's what seems so weird...it runs locally in debug mode...but not when I embed it on the Google page. I can also get it to work if I explicity define the variables in the flash file, rather than rely on the external text file. That's the only time I can get it to work on the Google page.
    Thank you for your help!

  • Firefox Embedded Flash swf not shown in asynchronous desktop

    Hi all,
    in a jsp I embed a binary property of a content node that includes a flash .swf file. All that in an asynchronous desktop, using Firefox.
    I use the follwing code:
    "<embed scale="exactfit" quality="high" menu="false" width="600" height="400" hswLiveConnect="false" src="<%=myPropertyUrl%>">
    When the page is loaded by "normal" browser request, the flash animation inside the jsp renders as expected. After click on an url (<a> ....</a>) inside the same JSP the portlet content refreshes (via Ajax request), only the flash disappears. After F5 it's back agian.
    The problem does not exist with IE!
    How do i need to handle this for Firefox?
    Thanks for help.

    Firefox uses the object if there isn't a classid to specify an ActiveX control for IE.<br />
    You didn't specify such a classid (classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"), so there is actually no need for the embed in this case.<br />
    As jscher2000 posted above, an object tag only works in Firefox if there is a data attribute present (copy of the movie param) to specify the Flash file and a possible MIME type.
    <pre><nowiki><object style="width:420px;height:272px" data="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" >
    <param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" />
    <param name="flashvars" value="mode=mini&amp;backgroundColor=%23222222&amp;documentId=121102153057-a8027186d32d406698ae9cd6ce0305ed" />
    <param name="allowfullscreen" value="true"/>
    <param name="menu" value="false"/>
    <param name="wmode" value="transparent"/>
    </object></nowiki></pre>

  • Embeding Flash swf to existing Flash site

    I'm reletively new to Flash CS4 and I have created a Flash site that I need to add another swf file to. Can someone explain how I can insert this other swf file into my existing website which is also a swf file? Can it be done? I've been tinkering with adding another layer and the timelines but can't seem to get it to work. The site is using AS2 but this newer swf file which I created from SlideShow Pro is using AS3. Could that be a problem?

    you have a problem.
    no matter actionscript versions, if you "import" a swf file, in the authoring environment, to another fla, all actionscript in the imported swf will fail.
    if you "load" an as3 swf into an as2 swf, the as3 actionscript will fail.
    you could create a new "loader" as3 swf that will load your as2 swf.  your as2 swf will work as expected.  you can then load your slideshow as3 swf into your loader swf and the slideshow as3 swf will work as expected.

  • Can an embedded Flash SWF save and get a variable with Reader?

    My SWF content contains text in different languages.  The user selects a language and it appears.
    Is there a way to store this setting locally so that the correct language appears when the pdf is reopened?
    I only need a two-letter string, like "EN," "FR," "ZH," etc. and the SWF does the rest.
    I've tried calling multimedia_saveSettingsString from the SWF Actionscript, and I've tried setting an Acrobat global variable and setPersistent using Actionscript and local .js files. It works in Acrobat, but not Reader on a users system.
    I also tried using a separate pdf form to store a global variable, and then attempted to get that variable using the SWF Actionscript.
    Could the be an issue with security settings or Acrobat properties?
    I'm not a virtuoso at this, so script examples would help.
    (Windows 7; Actionscript 3; Acrobat 9 and XI are available; Adobe Reader 9 is in the installed base, but I may be able to switch to a higher version of Reader)
    I asked a similar question in the Acrobat Javascript community, but got no responses. I reworded it here with additional detail
    Thanks.

    Here's the section from my example that's linked to the Save and Load buttons. evalText, infoText and replyText are the three TextArea fields.
    Note that it's important to send a string, but return an object and cast it back into a string. EI.call() has no clue what's being sent back from JavaScript.
    // button handlers
    butSave.addEventListener(MouseEvent.CLICK, doSave);
    function doSave(e:MouseEvent):void {
        var rtn:Object = ExternalInterface.call("multimedia_saveSettingsString",evalText.text);
        if (rtn == null) {
            infoText.appendText("Save: REPLY = null");
        } else if (rtn.toString() == "") {
            infoText.appendText("Save: REPLY = empty string");
        } else replyText.appendText("Save: reply = " + rtn.toString());
    butLoad.addEventListener(MouseEvent.CLICK, doLoad);
    function doLoad(e:MouseEvent):void {
        var rtn:Object = ExternalInterface.call("multimedia_loadSettingsString");
        if (rtn == null) {
            infoText.appendText("Load: REPLY = null");
        } else if (rtn.toString() == "") {
            aT(infoText,"Load: REPLY = empty string");
        } else replyText.appendText("Load: reply = " + rtn.toString());

  • Accessing movie clip from flash swf file

    I have the situation where in flash i created a simple
    animated movie clip with few stop() commands on timeline. Movie
    clip consists of simple animatio played on roll over and on roll
    out which is controlled using actionscript. I loaded movie clip
    into flash using [embed] tag but actionscript code is stripped,
    there is no stop() action so movie clip loops continously. I guess
    that's normal behaviour for embedded flash swf files but i would
    like to know is there a way to still achieve that? Can i load swf
    some other way with its actionscript and then control movie clip
    from flex?

    You need the FLA's to open in Flash.
    You could download the free trial of a flash decompiler
    (www.sothink.com). The free trial won't give you actionscript, but
    it will give you all of the art in the swf.

  • How to I get an FLV Skin to display on external sites?

    This is thee most frustrating thing! I've been trying to get
    my FLV skin to display on other sites when embedded, but the video
    is the only thing that shows up. There are no play back controls;
    nothing! I can view things just fine on my site (so that is NOT the
    problem) – it's just not displaying on other sites.
    I am using an FLV component and I do have all the necessary
    files loaded in the same folder. It's just when I try embedding the
    SWF file on an external site, the only thing that shows up is the
    video w/ no controls or skin.
    Is there embedding code to include the second SWF file?
    OR
    Is there a better way in creating a SWF file that includes
    the FLV component? ActionScripting or something that needs to be
    added???
    If so, please explain! I got ALL DAY AND NIGHT! This is
    driving me up the wall. There is NOTHING on the web that talks
    about this.
    Thanks!!!!!

    I found a link which informs that not all servers allow the MIME type for "f4v" files. . .
    http://forums.devshed.com/flash-help-38/how-do-i-make-f4v-files-play-in-a-web-610155.html
    Also, when I tried inserting a FLV object using Media>FLV the menu option only allowed me to insert FLV files, not F4V files.  So that comes back to the issue of what type of container you would be using since the Dreamweaver FLV container does not support F4V.

  • Embedding an SWF Flash Navigation into Dreamweaver

    My website http://www.theboxinghistorian.com/ has already been created and has a lot of files, at the moment whenever i make a change to my spry navigation i do it through the template which automatically updates every page.
    Now I was looking to remove the spry navigation and to add a flash SWF File as my navigation, however I am relatively new to this and was wondering if adding such a file as my navigation is a simple case of updating the change through the template and once again every page through the Webstite would be updated.  Or would there be more complex issues i would need to Iron out as im using flash in dreamweaver.........

    My advice would be to forget about using Flash for navigation and stick with your Spry menu for now - but make it more efficient (see below).
    There are no upsides and too many downsides to Flash navigation including relying on the Flash plugin being available on your vfisitors computer (what do they do if Flash is not available for them?), search engines struggle with Flash without some clever coding by you (why bother?) and maintaining the navbar is a major pain (have to recreate the Flash file every time).
    The navigation you're currently using looks OK but I suggest implementing it as a Server Side Include instead of propagating it through your Template every time.
    Whilst the Template approach works, the major downside is that you have to upload every page of your website every time you change the Template. That gets old, fast.
    If you convert just the HTML part of your navigation (the ul structure) to a single tiny external text file (an Include) which the server then Includes in the page dynamically every time, you have minimal work to do to update your navigation bar whenever you wish. Just update the tiny text file (e.g. add/delete/move an <li> in the code), upload it to the server and your entire site is instantly up-to-date.
    Adding your navbar to the page as a Server Side Include transforms maintenance from a lengthy mundane chore to a pleasure.

  • CCS and embedded flash content

    I've been working on a site designed around an external CSS
    style sheet. Nothing too complex, but I'm dividing a background
    image up into several div containers. The page is divided into
    three columns with a header or top section where I want to put
    flash based navigation.
    Everything is working just fine except the adding the flash
    nav part. It looks like the only images that can be embedded
    through external CSS sheets are background images.
    I've researched this extensively and can't find any examples
    of embedding a swf inside a div id through an external style sheet.
    If anyone has tried this or has a link to an example of how to do
    this please point me in the right direction. Embedding the swf
    navigation in the pages using the CSS will save me hours of time
    adding it to potentially hundreds of pages by hand.
    Thanks again...
    I'm a nubee loving design process in flash but hating the
    implementation into a page.

    I've been working on a site designed around an external CSS
    style sheet. Nothing too complex, but I'm dividing a background
    image up into several div containers. The page is divided into
    three columns with a header or top section where I want to put
    flash based navigation.
    Everything is working just fine except the adding the flash
    nav part. It looks like the only images that can be embedded
    through external CSS sheets are background images.
    I've researched this extensively and can't find any examples
    of embedding a swf inside a div id through an external style sheet.
    If anyone has tried this or has a link to an example of how to do
    this please point me in the right direction. Embedding the swf
    navigation in the pages using the CSS will save me hours of time
    adding it to potentially hundreds of pages by hand.
    Thanks again...
    I'm a nubee loving design process in flash but hating the
    implementation into a page.

  • Flash .swf file not appearing in browser when publishing from iWeb 3.02

    I have been working on a site for the last couple of months that i created in iWeb 2.0 and had successfully had small flash movies that I embedded via html snippets from code provided by numerous sources and youtube videos demonstrating how to get flash movies into one's site.
    The url is
    www.almafoods.com
    Today i upgraded to 3.02 and had to make a change to the home page. The domain opened up fine with all the HTML code and .swf on the page exactly as I had it in version 2.0
    When I now publish to a folder, first of all it doesn't copy over the .swf file unless I create a link to the file, but even when I upload all the directories to my ISP's remote server, the movie isn't not showing up in the browser. The html code file and .swf file are in their correct directories on my ISP's remote server
    I'm baffled as to what is going on here as its the exact same domain that worked perfectly in 2.0 and this has peed me off no end
    Does anyone have any suggestions or encountered the same problem in 3.02?
    Any advice would be very much appreciated

    Your .swf files are in the same folder as the widget-markup files.
    Keep your custom files OUTSIDE the folder with the sitename iWeb creates.
    iWeb will overwrite everything when it needs to do that, wiping out your custom files.
    Put the files in a separate folder and determine the link to these files.
    Read this : Using the iWeb HTML Snippet
    Besides that, to display these tiny pictures I wouldn't use Flash.
    Read this : Create a Banner Slideshow
    And then look at this page : My House

  • Embedding Flash in HTML using Dreamweaver - stopped working

    Hi all, not really sure what's going on, but I've done this many times before and it's worked fine.
    I've previously embedding Flash videos I've created in Premiere and/or converted using other software.  I simply drag and drop the Flash file where I want it and then adjust layout using code/design etc and that's it, job done.  It's always played back fine.
    Now for some reason I've tried doing it again this morning and can't figure it out.  When I preview the file it doesn't even show the video, but instead displays all the icons for the controls at once in a grid where the video is meant to be.  I've tried in IE, Firefox and Chrome, updated drivers, windows, Adobe, Flash etc all to no avail.
    I've even tried doing it in a blank HTML page in case some of the template I might have been using was interfering for some strange reason; still no luck.  What's even stranger is that a site I created last year is also now not displaying Flash (FLV) content locally, but is working fine on the server.
    Does anyone have any ideas?
    (CS5 Dw:V11 build 4993, Win7 64bit SP1)
    I've pasted the code from the blank HTML page.  It's probably something really simple that I've not noticed:
    <!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>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="360" id="FLVPlayer">
      <param name="movie" value="FLVPlayer_Progressive.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="scale" value="noscale" />
      <param name="salign" value="lt" />
      <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=biblical_small _flash/Welcome&amp;autoPlay=false&amp;autoRewind=false" />
      <param name="swfversion" value="8,0,0,0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="640" height="360">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="scale" value="noscale" />
        <param name="salign" value="lt" />
        <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=biblical_small _flash/Welcome&amp;autoPlay=false&amp;autoRewind=false" />
        <param name="swfversion" value="8,0,0,0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FLVPlayer");
    </script>
    </body>
    </html>

    Im' having a VERY similar problem with a few estra 'happy' moments. I have a blog (WP). On this simple and VERY basic blog (with almost NO plug ins) I have attempted to embed FLV videos with CS$ Dreamweaver code.
    (This code is different in CS$ than it was in earlier versions as it now calls to the FLVPlayer_Progressive.swf as the player and uses Flashvars to pass the value of the FLV. PReviously, it was four simple lines of code that pointed directly to the SWF)
    Here was my process - I encoded the files with AE and Media Encoder to end up with Transparent FLV's. These, I then setup in Dreamweaver so I could copy the embed code. On my first attempt, it worked PERFECTLY. I was testing one particular flv, got the code and inserted it into the blog page with some special CSS to position it.
    The movie played perfectly.
    Then things got weird.
    I was excited I had a solution, so I went to put another video on another page. No luck. The second page was playing the video from the first page. As if I had copied the same code, but I hadn't. I copied code that was 'pointing' to the new file, but for whatever reason, the new file would not play.
    I did EVERYTHING. I deleted all the pages and strted fresh. I deleted the FLV's and reuploaded them. I created different folders and put each flv in it and created index.html files for each (assuming possibly there was a hardcoded element in the FLVPlayer_Progressive.swf). I copied and pasted back and forth for nearly 6 hours.
    Nothing. Each time I would copy and paste code into a blog page, it would simply pull the original video.
    THEN....things got worse.
    I pulled one video off of the server, and now NONE work. I can't get ANY videos to play. Worse, I still have the 'express install' link showing.
    Ok, so here is what I am trying to figure out;
    Does the NEW DW CS4 code somehow have control over the file that is called? Further, HOW can I get more than one FLV to play across a whole blog site.
    Here is a link to one of the pages that HAS code but is calling NOTHING. And please know that I have left copies of the necessary files ALL over the server. So they are in the root, in the 'files' folder, in the talent folder and everywhere.
    Is there a conflict flash hits when there are multiple FLV's being called? Is there a way to do this? Please help....
    Thank you

  • Embeded Flash and Internet Explorer

    When try and access a page I have created with internet
    explorer composed of html with an embed .swf there is a white box
    that one has to click to then access the normal functions of the
    .swf. Is there any code to make it so this extra click to access
    the embeded flash does not have to happen? It does not happen in
    firefox or safari.

    Oh god .. here we go again .. Obviously someone has been
    living under a rock
    or on a deserted island for a few months :)
    This is due to Microsoft IE changes required to avoid
    infringing the
    (stupid) EOLAS patent. It applies to all Active-X control
    that can interact
    with the user.
    If you are viewing a web site, you cannot really do anything
    to fix it,
    except complain to the web master
    Here is a link to find information on how to fix your website
    to cope with
    the Active-X active content changes:
    http://www.justfuckinggoogleit.com?q=activecontent+IE+ActiveX+Change
    Jeckyl
    (If that does not redirect, just go to
    http://activecontent.blogspot.com)

  • HELP! Embedding Flash with Dreamweaver CS4

    Hello i'm have issues with CS4 embedding Flash FLV's.
    It won't show up when it's on the server but it's working
    locally.
    i've uploaded all the files in the scripts folder and the swf
    skin files.
    But it still won't work server-side.
    I did not have this issue with dreamweaver CS3 as i've found
    that Dreameaver CS4 seems to
    change how the code of how the .FLV is embedded
    any ideas??
    or is anyone else having this issue?
    thanks
    Jordan
    here's is my current test page link with a sample flv video:
    http://www.lambethdesktop.com/flashtest/index.html
    i've also attached the code of the html page it has been
    embedded in.

    This script appears to be missing (or uploaded to the wrong
    folder)
    http://www.lambethdesktop.com/Scripts/swfobject_modified.js
    "chilversj" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello i'm have issues with CS4 embedding Flash FLV's.
    > It won't show up when it's on the server but it's
    working locally.
    > i've uploaded all the files in the scripts folder and
    the swf skin files.
    > But it still won't work server-side.
    > I did not have this issue with dreamweaver CS3 as i've
    found that
    > Dreameaver
    > CS4 seems to
    > change how the code of how the .FLV is embedded
    >
    > any ideas??
    > or is anyone else having this issue?
    > thanks
    > Jordan
    >
    > here's is my current test page link with a sample flv
    video:
    >
    http://www.lambethdesktop.com/flashtest/index.html
    >
    > i've also attached the code of the html page it has been
    embedded in.
    >
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8">
    > <title>Untitled Document</title>
    > <script src="Scripts/swfobject_modified.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body>
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320"
    > height="240" id="FLVPlayer">
    > <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,0">
    > <!-- This param tag prompts users with Flash Player
    6.0 r65 and higher
    > to
    > download the latest version of Flash Player. Delete it
    if you don?t want
    > users
    > to see the prompt. -->
    > <param name="expressinstall"
    value="Scripts/expressInstall.swf">
    > <!-- Next object tag is for non-IE browsers. So hide
    it from IE using
    > IECC.
    > -->
    > <!--[if !IE]>-->
    > <object type="application/x-shockwave-flash"
    > data="FLVPlayer_Progressive.swf" width="320"
    height="240">
    > <!--<![endif]-->
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,0">
    > <param name="expressinstall"
    value="Scripts/expressInstall.swf">
    > <!-- The browser displays the following alternative
    content for users
    > with
    > Flash Player 6.0 and older. -->
    > <div>
    > <h4>Content on this page requires a newer version
    of Adobe Flash
    > Player.</h4>
    > <p><a href="
    http://www.adobe.com/go/getflashplayer"><img
    > src="
    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
    > alt="Get Adobe Flash player" /></a></p>
    > </div>
    > <!--[if !IE]>-->
    > </object>
    > <!--<![endif]-->
    > </object>
    > <script type="text/javascript">
    > <!--
    > swfobject.registerObject("FLVPlayer");
    > //-->
    > </script>
    > </body>
    > </html>
    >

  • White square for .swf file in dreamweaver site

    Hi
    Apologies if this is a very basic question.
    I have built a dreamweaver site and embedded a .swf file (a
    slideshow of photos created in flash) into the page.
    When I view the page online, the .swf file takes a few
    seconds to load, and while it is loading I get a white square where
    the slideshow should be (the dreamweaver and flash documents have a
    black background).
    Question - how do I either
    a) get the white square to be black
    b) get a loading bar to show that the flash video is loading
    Many thanks

    Thanks so much Tom - I now have a black background!
    The only problem is that my .swf is taking ages (8-10sec) to
    load and now its all the same it looks like nothing is happening!
    I have looked at the preloader threads and customised a
    preloader, but I can work out from the search results/threads what
    to do with it.
    How do i link the preloader into my .swf file. Do I need to
    know actionscript (I dont!) to do this? (I have Studio 8)
    The other gist I picked up from the threads is its better to
    avoid the preloader all together. I'm creating a photography
    website - hence big .swf - but do you have any hints for optimising
    the .swf - the flash publish compression is all I've used so far
    Many thanks

  • Dreamweaver Flash Media Skins

    Is there a way to select external skins for Flash media in
    Dreamweaver? In Dreamweaver 8, I only have the selection of 3
    different kind of skins...all internal to the video. Does anyone
    know a solution to this?
    Thank you.

    I just gotta ask... What are your Publish settings in Flash?
    It "sounds" to me like you are publishing both the Flash .swf file
    and the HTML, which is then writing over your html file. Call me
    crazy... LOL

Maybe you are looking for