How to publish from Flash CC to player 10.1 or lower?

How to publish from Flash CC to player 10.1 or lower?
Just realised CC by default dont have such player as option to publish for... Problem is, that a lot of big ads publishers like google adwords doesnt allow swfs in player higher than 10.1... So basically i have a huge problem... Why Adobe has to be so ignorant towards the needs of their customers? "If you dont upgrade flash, you wont be able to open higher versions of .fla files", if you do upgrade, you wont be able to publish in lower players version"... You make my proffesional part of life miserable, you know that? :/ I bet most of flash usage is for ads, so why not checking what publishers demand and maybe consider not removing it from your software?
That just ruined my schedule and deadlines are collapsing on me. Thank you very much.

Hi,
If you open the swf file in text editor:
The first 8 bytes of any SWF file are not compressed, the rest of the file could be compressed (or not) by zlib compression.
1st byte: 'F' (not compressed) OR 'C' (compressed).
2nd byte: 'W' always.
3rd byte: 'S' always.
4th byte: version number (09 means this file is targeted at Flash Player 9 and so on...)
5th to 8th: Length of entire file in bytes
More details at actionscript 3 - How can I determine what flash player version a swf was published for? - Stack Overflow
Thanks!
Mohan

Similar Messages

  • Help:How to publish a Flash with full screen HTML

    Please, guys, be kind enough to teach me how to publish a
    Flash with full screen size in HTML. I have tried to search the
    board, but so far no luck.
    Originally, I want my .SWF to keep changing its background.
    The solution I got was placing colored stage-sized rectangles on
    the bottom layer. Then I don't want the viewers to see the HTML
    area where I cannot seem to control smooth color changes.
    So, after I construct a Flash file with backdrop-color
    changing by the method I mentioned above, how do I publish it with
    full screen mode in HTML, as you can see
    here? Help!
    Thanks in advance, guys.

    Here's an AS2 and a AS3 version I got from David Stiller
    2 small details you have to add 1 in publish settings set Dimensions to percent 100 100
    and in the html set <style>body {margin: 0; padding: 0}</style>
    // AS2
    import flash.display.BitmapData;
    Stage.align = "TL";
    Stage.scaleMode = "noScale";
    var tile:BitmapData = BitmapData.loadBitmap("tile");
    function fillBG():Void {
      beginBitmapFill(tile);
      moveTo(0, 0);
      lineTo(Stage.width, 0);
      lineTo(Stage.width, Stage.height);
      lineTo(0, Stage.height);
      lineTo(0, 0);
      endFill();
    fillBG();
    var listener:Object = new Object();
    listener.onResize = fillBG;
    Stage.addListener(listener);
    // AS3
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var bmp:Tile = new Tile(50, 50);
    var tile:BitmapData = new BitmapData(50, 50);
    tile.draw(bmp);
    function fillBG(evt:Event = null):void {
      graphics.beginBitmapFill(tile);
      graphics.moveTo(0, 0);
      graphics.lineTo(stage.stageWidth, 0);
      graphics.lineTo(stage.stageWidth, stage.stageHeight);
      graphics.lineTo(0, stage.stageHeight);
      graphics.lineTo(0, 0);
      graphics.endFill();
    fillBG();
    stage.addEventListener(Event.RESIZE, fillBG);
    David Stiller
    Co-author, ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • How to publish from iweb using snow leopard

    Hi,
    Having had my iMac for some 4.5 years I finally have a real reason to use iweb and now can't work out how to publish from it.
    I only have a mobile me option come up when I click the publish option. My mobile me account was deactivated some time ago and reactivation is not an option. I can't see any other option for publishing. Is there one or have I missed my chance?
    Has anybody faced the same problem and found a solution?
    Thanks,

    What version of iWeb are you using?  iWeb 09 or 08? 
    If using 08, then you'll need to select publish to a local folder and use Cyberduck or FileZilla or Transmit to upload your site to another server.
    If using iWeb 09, then select your site name and a drop down menu should appear that has 3 options - publish to MobileMe, publish to ftp and then publish to a local folder.  You either need to select publish to ftp or local folder to upload your site to another sever.  This is what you will need to do anyway come the end of June when MME will be no longer.
    Find a new host now.

  • How to Publish to Flash Player 11 with Flash Professional CS 5.5?

    How can I publish a Flash Player 11 swf using Flash Professional CS 5.5? Is this currently supported? If not, when will it be supported?

    Look here http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pr o-cs5-and-cs5-5.html he said answering his own question.

  • Rejected amazon appstore due to air url - published from flash pro with amazon selected

    We were just rejected from the amazon appstore due to the AIR url:
    The link to Adobe AIR in your app needs to be updated so that customers are taken directly to the Adobe AIR app page on the Amazon Appstore. -- The Download URL is http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air
    We published via Flash Pro CS5.5 with Amazon selected, and when you install that APK on the device without AIR installed you get prompted to get AIR.  The 'Install' button gives you the intent menu for Web or Amazon, clicking amazon just takes you to the amazon appstore home page rather than directly to the AIR page..  How do we fix this?

    Could you please check the URL for AIR in: "C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Android\Markets.xml" and confirm that it is set to the following:
    <market name="Amazon Appstore" url="http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air"/>
    Or, if you're willing to generate the .apk by hand, you can use the "adt" command line mentioned at: http://forums.adobe.com/thread/903573

  • How to publish from iWeb to two different .mac accounts

    my household has two separate .macs account and we want to publish from iWeb to the two different accounts which I cannot figure out. thanks

    I discovered I could duplicate Domain.sites2 (~/Library/Application Support/iWeb/Domain.sites2). I named one "Domain de.sites2", and the other "Domain daru.sites2". Then I opened daru's site and deleted de's, then I opened de's and deleted daru's, and I have two separate sites (with aliases in the dock) that I presume I'll be able to upload separately. Once I get .Mac sub groups created...
    If it works, it saves the hassle of creating other user accounts, since only my wife and I use the computer. Right now, .Mac is telling me I can't create a sub account in my wife's name because she already has a .Mac ID (and a two month free trial account she had to agree to, to join the group) for a group site I manage. I don't think she ought to be required to have a separate identity every time she logs into .Mac.
    Daru

  • Swf published from Flash Catalyst not playing in Flash Player

    Hi All,
    I have 2 issues which I'm not sure may be related or not.
    - I've created a project in FC but when I publish it to .swf it does not open in Flash Player. It plays in Chrome but Flash Player 10 gives a blank screen.
    - I have FC 5.5 and I want to make the project scale according to the browser size. How can I do this? I have checked the Resize option but when it open in Chrome it just cuts out all that is outside the browser screen area.
    Thanks.
    Tej

    I can not recall the minimum Flash Player that is required for Flash Catalyst. I suspect that your version of Flash Player is too low. Chrome auto-updates to the latest version, so that is why it works in Chrome.
    Also, make sure you understand the differences between resizing and scaling. I wrote a blog post on this here: http://chrisgriffith.wordpress.com/2011/06/22/understanding-resizing-and-scaling-in-flash- catalyst/
    Chris

  • Help! When I publish from flash my swf gets cut at the bottom

    Hi All,
    I'm pretty new at Flash and I have been trying to solve this for the last coupleof days to no success. When I publish to html in flash my movie gets cut at the bottom which it really can't.
    Is there anyway to resolve this?
    the code is the following:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>ACTUALiNTERIORS - Furniture Packages &amp; Interior Design</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
        var version;
        var axo;
        var e;
        // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
        try {
            // version will be set for 7.X or greater players
            axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
            version = axo.GetVariable("$version");
        } catch (e) {
        if (!version)
            try {
                // version will be set for 6.X players only
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                // installed player is some revision of 6.0
                // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
                // so we have to be careful.
                // default to the first public version
                version = "WIN 6,0,21,0";
                // throws if AllowScripAccess does not exist (introduced in 6.0r47)       
                axo.AllowScriptAccess = "always";
                // safe to call for 6.0r47 or greater
                version = axo.GetVariable("$version");
            } catch (e) {
        if (!version)
            try {
                // version will be set for 4.X or 5.X player
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                version = axo.GetVariable("$version");
            } catch (e) {
        if (!version)
            try {
                // version will be set for 3.X player
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                version = "WIN 3,0,18,0";
            } catch (e) {
        if (!version)
            try {
                // version will be set for 2.X player
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
                version = "WIN 2,0,0,11";
            } catch (e) {
                version = -1;
        return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
        // NS/Opera version >= 3 check for Flash plugin in plugin array
        var flashVer = -1;
        if (navigator.plugins != null && navigator.plugins.length > 0) {
            if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                var descArray = flashDescription.split(" ");
                var tempArrayMajor = descArray[2].split(".");           
                var versionMajor = tempArrayMajor[0];
                var versionMinor = tempArrayMajor[1];
                var versionRevision = descArray[3];
                if (versionRevision == "") {
                    versionRevision = descArray[4];
                if (versionRevision[0] == "d") {
                    versionRevision = versionRevision.substring(1);
                } else if (versionRevision[0] == "r") {
                    versionRevision = versionRevision.substring(1);
                    if (versionRevision.indexOf("d") > 0) {
                        versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
        // MSN/WebTV 2.6 supports Flash 4
        else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
        // WebTV 2.5 supports Flash 3
        else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
        // older WebTV supports Flash 2
        else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
        else if ( isIE && isWin && !isOpera ) {
            flashVer = ControlVersion();
        return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
        versionStr = GetSwfVer();
        if (versionStr == -1 ) {
            return false;
        } else if (versionStr != 0) {
            if(isIE && isWin && !isOpera) {
                // Given "WIN 2,0,0,11"
                tempArray         = versionStr.split(" ");     // ["WIN", "2,0,0,11"]
                tempString        = tempArray[1];            // "2,0,0,11"
                versionArray      = tempString.split(",");    // ['2', '0', '0', '11']
            } else {
                versionArray      = versionStr.split(".");
            var versionMajor      = versionArray[0];
            var versionMinor      = versionArray[1];
            var versionRevision   = versionArray[2];
                // is the major.revision >= requested major.revision AND the minor version >= requested minor
            if (versionMajor > parseFloat(reqMajorVer)) {
                return true;
            } else if (versionMajor == parseFloat(reqMajorVer)) {
                if (versionMinor > parseFloat(reqMinorVer))
                    return true;
                else if (versionMinor == parseFloat(reqMinorVer)) {
                    if (versionRevision >= parseFloat(reqRevision))
                        return true;
            return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){   
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":   
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    </script>
    </head>
    <body bgcolor="#dcd8ca">
    <center>
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!--
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    <p align="left"><font face="Tahoma" size="48" color="#dcd8ca" letterSpacing="0.000000" kerning="0">CH_CONTENT</font></p>
    -->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
            'width', '766',
            'height', '800',
            'src', 'full_uk',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'full_uk',
            'bgcolor', '#dcd8ca',
            'name', 'full_uk',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'full_uk',
            'salign', ''
            ); //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=8,0,0,0" width="100%" height="100%" id="full_uk" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="full_uk.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#dcd8ca" />    <embed src="full_uk.swf" quality="high" bgcolor="#dcd8ca" width="766" height="800" name="full_uk" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>
    </noscript>
    </center>
    </body>
    </html>
    if anyone can helps please.
    thanks

    The reason that I wanted to see the two screenshots was so that I could see the difference. I wanted to see what part was being cut off. In any case when I look at http://www.actualinteriors.com/full_uk.html and http://www.actualinteriors.com/full_uk.swf, I see the same thing. I don't see any part of the Flash movie being cut off in the published html page.
    What browser are you using that you see the movie cut off?

  • How to publish a flash banner without generating errors?

    I need to upload a flash banner every time a condition is
    verified. But I have troubles from the HTML code I use to call the
    flash banner.
    <CFIF #file# IS "fox">
    <div><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    width="468" height="60" vspace="0" hspace="0"><param
    name=movie value="
    http://www.site.com/banners/#address#"><param
    name=quality value=high><embed src="
    http://www.site.com/banners/#address#"
    quality=high pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="468" height="60"
    vspace="0" hspace="0"></embed></object></div>
    </CFIF>
    The error i receive is:
    Just in time compilation error
    Invalid parser construct found on line 30 at position 220
    ColdFusion was looking at the following text:
    =
    Invalid expression format. The usual cause is an error in the
    expression structure.
    This error is generated by the HTML code inside the CFIF tags
    because if I change the code between the conditional tags CFIF, it
    works fine.
    Exemple:
    <CFIF #file# IS "fox">
    <div>
    Now it works correctly!
    </div>
    </CFIF>
    Please could you suggest me how to resolve this trouble?
    Than You,
    rikros

    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=5,0,0,0"
    # is a reserved CF symbol. If your template has a
    non-CF-related # symbol
    in it, you need to escape it (##).
    http://www.adobe.com/go/tn_17016
    Adam

  • Used iMac (fall 2006) has no OS.  How to install from flash drive?

    We purchased a used iMac from Notre Dame University.  The hard drive has been completely wiped clean, as is their policy.  We have a USB flash drive with
    Mavericks on it, but when we follow the installation instructions, nothing happens.  We get the icon "OSX BASE", but when we select it, the mac goes
    to a gray screen with a flashing question mark and never moves from there.  Any advice is helpful.

    You will need to call Apple and order a set of replacement disks for your specific iMac Model, or purchase a Snow Leopard DVD.
    "Fall 2006," is not a good enough description, as there were both Mid 2006 and Late 2006 iMac 17" models and a Late 2006 iMac 20" model.
    All of these models shipped with versions of Tiger 10.4, and all are compatible with Snow Leopard 10.6.8. The Late 2006 models can be further upgraded to Lion 10.7.5, provided that they have the minimum 2 Gigs of RAM.
    None of these iMacs would be compatible with Mountain Lion, Mavericks, or Yosemite.
    How to identify your Mac: http://support.apple.com/en-us/HT201634
    How to locate its serial number: http://support.apple.com/en-us/HT201718

  • How to publish from iweb?

    My daughter want to create a website. She will make the layout in iweb , ok! But how will she then get iy available and flying on her domain?
    Does she need icloud or are there other ways?

    iWeb offers two ways to publish a website...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and there is a huge choice for hosting...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html

  • How to publish from folder after optimize?

    How do you publish your site after running WebMaestro for optimizing, and it puts the site in a new folder?

    Ton Brands optimizers are available as follows...
    HTML-Optimizer, HTML-Optimizer Pro and Web Site Maestro.
    Mac OS X 10.3.9 to 10.5.x and for Windows 2000/2003/XP/Vista.
    http://www.tonbrand.nl/
    The first two applications are optimize only and require that you have an FTP application to upload to a server. Web Site Maestro has built in FTP.

  • How to publish from iWeb to Wordpress

    I want to take the advantage of those beautiful design sofware to create an amazing blog for my wordpress account. But I run into problem of not know how to do it and I do not want to live in the restriction of wordpress has for me on the web design.

    There's no know method to conver an iWeb blog, design wise, to a wordpress blog.  Rage software, however, has offered an application that can export the entries and comments of a current iWeb blog for use in an wordpress blog. Convert Your iWeb Blog to a WordPress Blog | iWeb to WordPress for Mac OS X     But the design and layout must be created by wordpress.
    OT

  • How to publish from iWeb to a site (complete greenhorn here!!)

    Hi guys,
    can you please advise as to the best way to set up a site outside of MobileMe? I am using iWeb and have reserved a domain name. What would be the next step??
    Many thanks,
    Jer

    JMB2007 wrote:
    What would be the next step??
    Jer ~ In iWeb click on the File menu and choose +Publish to a Folder...+
    This article may help:
    http://iwebfaq.org/site/iWebFolderFTP.html

  • Creating a fancy DMG in Mavericks OSX (publishing from Flash - AIR) Images failing to change

    Hello, I was hoping that someone may be able to help?
    I have found numerous tutorials and step by steps guides for making/designing a DMG's but they seem to be failing for me in later stages of applying fancy artwork. 
    I have worked out how to make a new disk image
    the content inside works and the icons work once the air/mac installer has worked it's magic - ie has installed the application on the desktop
    I cannot change the icon and image when I bring the file information up on my screen/ I can't make it fancy - I'm needing to make the complete package with all of the artwork.
    Basically when I attempt to drop the PNG into the icon in top left, the file is replaced with the default png image instead of the png I dropped onto the position.
    Any ideas?
    Please note, if you have any tips on this so I can make a bespoke DMG with imagery, icons and all of the rest of it for a professional look please help.

    Hello, I was hoping that someone may be able to help?
    I have found numerous tutorials and step by steps guides for making/designing a DMG's but they seem to be failing for me in later stages of applying fancy artwork. 
    I have worked out how to make a new disk image
    the content inside works and the icons work once the air/mac installer has worked it's magic - ie has installed the application on the desktop
    I cannot change the icon and image when I bring the file information up on my screen/ I can't make it fancy - I'm needing to make the complete package with all of the artwork.
    Basically when I attempt to drop the PNG into the icon in top left, the file is replaced with the default png image instead of the png I dropped onto the position.
    Any ideas?
    Please note, if you have any tips on this so I can make a bespoke DMG with imagery, icons and all of the rest of it for a professional look please help.

Maybe you are looking for