Creating images of huge wall with Flash

A few years ago, I saw a site with a Flash program that expands the images to the wall or huge poster size proportions. It would actually explode your image and create tiles that you can print. There is a gallery on the site of the huge list of images created people.

I lost the link to this site. Does anyone know of this site or something similar?

Thank you, Gary

Someone on the forum Flash Kit have answered this question. The Web site where you can create huge posters of your image is Rastorbator.

Tags: Adobe Animate

Similar Questions

  • How to create the ISO image of windows 8 with the help of boot, efi, sources, and support files

    Hello
    I followed folders in my USB key:

    Boot
    EFI
    Sources
    Support,

    and the following files:

    Setup
    Bootmgr.EFI
    Bootmgr

    How can I create an ISO image of windows 8 with the help of these files and folders. I even installed ADK, but I couldn't keep up with it.
    I would be very grateful if someone could help me out here.

    Secondly, I would also like to know how to create a system image of WINDOWS 8, where the hard drive breaks down.

    Concerning
    MAK

    If you have the upgrade key, go here

    http://Windows.Microsoft.com/en-us/Windows-8/create-reset-refresh-media

    You can go for the use of win8 / win7 / vista to match highlights you want - and download the win8 installation and run the installation with your key to download you need to install windows from that.  Will allow you to have an iso bootable.

    Make a picture of the control panel system / Windows 7 file recovery / system Image.  I certainly wouldn't put it on dvd.  It will be too.   Find an old preference portable hard drive and buy a $ 20 usb box, get an external hard drive.

  • Any attempt to create an interactive map with flash - errors with my actionscript

    I currently have a problem by creating a set of buttons that are supposed to put the individual layers on and off.  The layers I have are: places of fishing, facilities, trails, map elements, aerial photo and car parks.  He is in error #s 1119 and 1120.  Anyone could explain the possible reasons I get these errors.

    It might be worth mentioning that I used a tutorial made with Flash CS4, but I write the code in CS5.  This is the exact code I use:

    spots._visible = false;

    facilities._visible = false;

    parking._visible = false;

    Elements._visible = true;

    Aerial._visible = false;

    Trails._visible = false;

    displayedSpots._visible = false;

    displayedFacs._visible = false;

    displayedTrails._visible = false;

    displayedEles._visible = true;

    displayedAerial._visible = false;

    displayedPark._visible = false;

    fsbtn.onPress = function() {}

    If (spots._visible == false) {}

    spots._visible = true;

    displayedSpots._visible = true;

    } else {}

    spots._visible = false;

    displayedSpots._visible = false;

    }

    }

    facbtn.onPress = function() {}

    If (facilities._visible == false) {}

    facilities._visible = true;

    displayedFacs._visible = true;

    } else {}

    facilities._visible = false;

    displayedFacs._visible = false;

    }

    }

    trbtn.onPress = function() {}

    If (trails._visible == false) {}

    Trails._visible = true;

    displayedTrails._visible = true;

    } else {}

    Trails._visible = false;

    displayedTrails._visible = false;

    }

    }

    mebtn.onPress = function() {}

    If (elements._visible == false) {}

    Elements._visible = true;

    displayedEles._visible = true;

    } else {}

    Elements._visible = false;

    displayedEles._visible = false;

    }

    }

    aebtn.onPress = function() {}

    If (aerial._visible == false) {}

    Aerial._visible = true;

    displayedAerial._visible = true;

    } else {}

    Aerial._visible = false;

    displayedAerial._visible = false;

    }

    }

    pbtn.onPress = function() {}

    If (parking._visible == false) {}

    parking._visible = true;

    displayedPark._visible = true;

    } else {}

    parking._visible = false;

    displayedPark._visible = false;

    }

    }

    First of all, your use of == versus = is correct, as you have.  == to test for equality, = is for value assignment.  As a shortcut under test for true false you can avoid it altogether however because the conditional is just test the value of what is inside the parenthesis... If (parking._visible is false) {may simply be if (! parking._visible) {}}

    The next thing, check to make sure that your publication settings are fixed for Actionscript 2.  Those who seem to be the AS3 error numbers that mean your file are implemented for AS3, but you use AS2 code.

    If the problem persists, you must include the entire error messages in your ad

  • Basic Help with Flash v10 (creating a simple calculator)

    I have Adobe CS4 Pro with Flash v10.  I am trying to create a minimal and simple calculator that adds 2 numbers.  I followed the tutorial at http://layersmagazine.com/flash-design-calculator.html.  Initially, I was unable to name the variables to all objects, but got this cleared up by selecting ActionScript 2.0 (was set to 3.0).  At this point, the calculator accepts two numbers, but when I select the button 'Add' the associated code, as shown in the tutorial, nothing happens.  Does anyone have a suggestion as to what I might hurt?  Thank you.

    Remove all the variables in the textfield of the properties panel.  If you have also done the same for the total textfield instance name there, use:

    {We (Release)}

    total.set_Text = Number (firstnumber.text) + Number (secondnumber.text);

    }

  • video to FLV created with flash 8 video encoder

    Anyone know why the flv files that I created using the flash 8 video encoder does not seem all the metadata in them? or maybe what they do but they never kick off the NetStream.onMetadata event so I can't read...

    Even if I use the "import video" function of Flash Pro 8, I have the same problem - still video FLV created using Sorenson Squeeze works very well, so I'm pretty confident that my code is OK.

    Even more strangely, if I use the FLVPlayback component comes with Flash 8, which seems to read OK metadata!

    Argh!

    Just to complicate things even more, using flash for NetStream.onMetadata said: "the utility Flash video exporter (version.
    1.1 or higher) incorporates video [...] time in the video file itself. »
    Far as I can tell I have the 1.0 version of the encoder/exporter video flash but I'm damned if I know where to get an update of...! Since CS3 came out, it has been harder and harder to get things about flash 8 on the Adobe site...

    Well, that's the thing - the metadata never trace if the video is encoded with encoder flash video, but this code would work very well with video encoded with sorenson squeeze.

    think that I worked on it now though: in order to pause the video at the beginning I call NetStream.seek (0) when I get "NetStream.play.start".
    For some reason when I do this with encoded flvs using the encoder flash video, stop the shooting onMetaData event - it works very well with other FLV files! weird... will have to find another way to break the video at the beginning I guess.

    Thanks for the reply though

  • problem with the tutorial: creating a dynamic playlist for streaming flash video

    Hi, someone tried the tutorial: creating a dynamic playlist for streaming flash video?

    I followed the instructions exactly as stated in the tutorial and test the fla file, it worked perfectly, when I open the swf file using macromedia flash 8. All looks good. Nothing has changed except that the url is replaced by 'rtmp://localhost/videosource' in the xml file.

    After I publish the file by using the parameter: network access only, I try to open the file swf and html file, the thumbnail does not appear and there is no way I can click on videos. What I see is that the list, and there is no answer the flash media server 2. All files in the same folder. Someone please help with this problem? Thank you

    .. .i debug movie step by step
    and realized that the xml file is read by the code...

    Your initial problem said it worked but not playing outside of the
    Flash authoring environment simply load the SWF from the hard drive.

    The Flash programming environment is an environment of confidence and so you really
    need to test what a swf loading in the mode of deployment since the
    hard drive is not a valid deployment, unless a Flash player installed is
    available outside the web browser that you would like you have the
    Authoring tool and your users will not.

    Use a browser with http://yourdomain.com/yourmovie.html to make final
    debugging.

    In this regard, you will need to debug movie when running in real time
    mode in a web browser with http:// A technical track, I suggested is of
    create a temporary TextField might be named out_txt and send the trace message to
    It's like out_txt.text += 'my Expression of Trace ".

    --
    LON Hosford
    www.lonhosford.com
    Number of happy bits exempts your way!
    "free23" wrote in message
    News:e4a37a$AK5$1@forums. Macromedia.com...
    Sorry but I don't understand what you mean... to debug the movie step by step
    and realized that the xml file is read by the code...
    It is a sample of my log files:
    #Fields: date time x - pid registered x x - ctx x-comment
    2006-05-15 20:08:58 3072 unloaded application instance (i) 2651170
    VideoSource/_definst_-
    2006-05-15 20:48:19 3848 (s) FCApplication 2641173 successfully loaded.
    2006-05-15 20:48:19 3848 (s) 2641173 Communication Executive
    successfully.
    2006-05-15 20:48:19 3848 (s) SimpleConnect 2641173 successfully loaded. -
    2006-05-15 20:48:19 3848 (s) successfully loaded 2641173 videoconference. -
    2006-05-15 20:48:19 3848 (s) 2641173 Video Playback loaded successfully. -
    2006-05-15 20:48:19 law enforcement components of Communication 3848 (s) 2641173
    successfully.
    2006-05-15 20:48:19 3848 (s) 2641173 sends this message: Hello! You are
    logged in as: not defined.
    2006-05-15 20:48:19 3848 (e) 2641190 error: msg sent to the client command
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s) 2641173 sends this message: Hello! You are
    logged in as: not defined.
    2006-05-15 20:48:20 3848 (e) 2641190 error: msg sent to the client command
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s) 2641173 sends this message: Hello! You are
    logged in as: not defined.
    2006-05-15 20:48:20 3848 (e) 2641190 error: msg sent to the client command
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s) 2641173 sends this message: Hello! You are
    logged in as: not defined.
    2006-05-15 20:48:20 3848 (e) 2641190 error: msg sent to the client command
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s) 2641173 sends this message: Hello! You are
    logged in as: not defined.
    2006-05-15 20:48:20 3848 (e) 2641190 error: msg sent to the client command
    connection has been accepted. -
    2006-05-15 20:49:42 3848 (s) 2641173 sends this message: Hello! You are
    logged in as: false.

    I hope this helps...

  • Created with Flash CS6 app does not work on iOS6

    Hi, I have developed an application with Flash CS6 iOS and it works perfect on iOS 5.1, but today I updated my iPhone 4 iOS beta 6 for developers and my application do not work! Applications developed with CS5.5 work well on iOS 6. How to fix? I tried to save to the format flash cs5.5 and open it with CS5.5 for export, but it does not export anything! Please give me a solution.

    This morning I updated the Air SDK to 3.4 and my problem was solved. Everything works now as expected.

    Maybe it is a good idea to ship the CS6 version with the latest version of the SDK, or telling people to update.

  • Gallery of images, problems with Flash player 9 and Opera 9

    Hi, I'm developing a slide show in flash (and php, JavaScript, XML).
    I'm coding in AS2 and classes.
    I use the class ExternalInterface to communicate between swf and html file.

    The problem is that the slide show does not work in Opera browser.
    It seems that it works very well, but after a few clicks, it stops responding.
    No problem in IE and FF.
    I search and search for a solution to this problem without success.

    I put an example of slide show here:
    http://www.coldminer.com/up/SW.php?thumbs=1

    The strange thing is that when I use really simplified versions of the code
    I use (with no externalInterface etc.) it works fine:
    http://www.coldminer.com/FTest/

    All those who have experienced similar problems and can guide me towards a solution.

    Version of the opera: 9.02 (8585)
    Flash player version: 9,0,16,0

    Thank you!

    * Edit->
    I found a solution, I replaced th ExternalInterface with 'Flash JavaScript intégration Kit',
    and all my problems with Opera has been resolved.

    Hi, I'm developing a slide show in flash (and php, JavaScript, XML).
    I'm coding in AS2 and classes.
    I use the class ExternalInterface to communicate between swf and html file.

    The problem is that the slide show does not work in Opera browser.
    It seems that it works very well, but after a few clicks, it stops responding.
    No problem in IE and FF.
    I search and search for a solution to this problem without success.

    I put an example of slide show here:
    http://www.coldminer.com/up/SW.php?thumbs=1

    The strange thing is that when I use really simplified versions of the code
    I use (with no externalInterface etc.) it works fine:
    http://www.coldminer.com/FTest/

    All those who have experienced similar problems and can guide me towards a solution.

    Version of the opera: 9.02 (8585)
    Flash player version: 9,0,16,0

    Thank you!

    * Edit->
    I found a solution, I replaced th ExternalInterface with 'Flash JavaScript intégration Kit',
    and all my problems with Opera has been resolved.

  • Problem with Flash in CS6

    Hello

    I create a page that includes an animation flash (swf file). For some reason, it does not.  When the page loads, I get a message that says that the movie requires Flash 11.5 to play, but I have the latest version.  When I try to preview the page in the browser to Dreamweaver, I get this error message:

    Error.jpg

    Thanks for any help you can give.

    You can see the page here:

    http://littlechisel.com/clients/little-chisel-new/index.html

    Here is the code:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml "> <!-InstanceBegin template="/Templates/main.dwt ' codeOutsideHTMLIsLocked = 'false'->

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    <!-InstanceBeginEditable name = "doctitle"-->

    < title > small chisel Design < /title >

    <! - InstanceEndEditable - >

    <!-InstanceBeginEditable name = "head"->

    < script src = "Scripts/swfobject_modified.js" type = "text/javascript" > < / script > "

    <! - InstanceEndEditable - >

    < style type = "text/css" >

    {body

    background-image: url(images/sand-texture.jpg);

    background-repeat: repeat;

    }

    < / style >

    < link href = "css/little-chisel - styles.css" rel = "stylesheet" type = "text/css" / >

    < style type = "text/css" >

    body, td, th {}

    color: #7B 0909;

    }

    a: link {}

    text-decoration: none;

    }

    a: visited {}

    text-decoration: none;

    color: #7D441F;

    }

    a: hover {}

    text-decoration: underline;

    color: #7D441F;

    }

    a: active {}

    text-decoration: none;

    color: #7D441F;

    }

    < / style >

    < script type = "text/javascript" >

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    < /script >

    < / head >

    < body onload = "MM_preloadImages ('images/print-over.jpg','images/web-over.jpg','images/logos-sur.jpg','images/bus-id-over.jpg','images/photo-ret-over.jpg','images/about-over.jpg','images/contact-over.jpg')" >

    < div id = 'wrapper' >

    " < div id = 'model-social-media-links' > < a href =" http://Pinterest.com/littlechisel/ "" "target ="new"> < img src =" images/pinterest.jpg "width ="31"height ="29"alt ="pinterest"/ > < /a > < a href =" http://www.linkedin.com/profile/view?id=117449571 & authType = OUT_OF_NETWORK & authToken = DdT9 & local l = en_US & srchid=75717938-6b32-47f8-bd3c-db6d29925231-0 & srchindex = 1 & srchtotal = 45 & goback = % 2Efps_PBCK_little + chisel_ * 1_ * 1_ * 1_ * 1_ * 1_ * 1_ * 2_ * 1_Y_ * 1_ * 1_ * 1_false_1_R_ * 1_ * 51_ * 1_ * 51_true_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2_ * 2 * 2 * 2 & pvs = ch & trk = pp_profile_name_ link"target = 'new' > < img src =" images / linked - in .jpg "alt ="linked-in"width ="31"height = '29' class = 'social-media-links'" / > < /a > < a href = "https://twitter.com/ChiselDesign" target = 'new' > < img src = "images/twitter.jpg" alt = width = "31" height = '29' class ' twitter' = 'social-media-links' "/ > < /a > < a href ="https://www.facebook.com/pages/Little-Chisel-Design/194073243948201?fref=ts"target = 'new' > < img src =" images/facebook.jpg"alt ="facebook"width ="31"height = '29' class = 'social-media-links' / > < /a >" < / div >

    "< div id ="template-header"> < img src =" images/thanks"width ="466"height ="174"alt ="logo"/ > < img src =" images/tagline.jpg "alt = 'Shaping ideas in graphic arts' width = '391' height = '110' class = 'slogan' / > < / div >

    < div id = 'model-nav-bar' >

    < div id = 'model-nav-bar-color' > < / div >

    "" "< div id = 'model-nav-bar-links' > < a href =" # "MM_swapImgRestore" onmouseover = "MM_swapImage ('print',",' images/print - over.jpg', 1) "> < img src =" images/print.jpg"alt ="Print"width = '54" height = "26" id = 'print' / > < /a > < a href = "#" MM_swapImgRestore"onmouseover =" MM_swapImage ('web', ",' images/web - over.jpg', 1)" > < img src = "images/web.jpg" alt = "Web" width = "53" height = "26" = 'web' id / > < /a > < a href = "#" MM_swapImgRestore "onmouseover =" MM_swapImage ('logos' ")" "" (,' images/logos-over.jpg',1) "> < img src =" images/logos.jpg ' alt = 'Logos' width = "58" height = "26" = 'logos' id / > < /a > < a href = "#" MM_swapImgRestore "onmouseover =" MM_swapImage ('company-id', ",' images/bus-id - over.jpg', 1)" > < img src = "images/bus - id.jpg" alt = "Brand identity" width = "116" height = "26" = 'business-id' id / > < /a > < a href = "#" MM_swapImgRestore "onmouseover =" MM_swapImage ('photo-ret' ")" "(,' images/photo-ret-over.jpg',1)" > < img src = "images/photo - ret.jpg" alt = "Photo editing" width = "122" height id = "26" = "photo-ret" / > < /a > < a href = "#" MM_swapImgRestore "onmouseover =" MM_swapImage ('subject', ",' images / on - over.jpg', 1)" > < img src = "images/about.jpg' alt = 'About Me' width ="77"height ="26"= 'about' id / > < /a > < a href =" # "MM_swapImgRestore" onmouseover = "MM_swapImage ('contact'") (,' images/contact-over.jpg',1) "> < img src =" images/contact.jpg "alt ="Contact"width ="77"height ="26"id ="contact"/ > < /a > < / div >

    < / div >

    <!-InstanceBeginEditable name = "Edit1"->

    < div id = 'model editable area' >

    < div id = 'index-movie' >

    < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "983" height = "355" id = 'FlashID' title = 'small-chisel-film' > "

    < param name = "movie" value = "small-chisel - Movie.swf" / >

    < param name = "quality" value = "high" / >

    < param name = "wmode" value = "opaque" / >

    < param name = "swfversion" value = "17.0.0.0" / >

    <!-this param tag prompts users with Flash Player 6.0 r65 or later to download the latest version of Flash Player. Delete it if you do not want users to display the prompt. ->

    < param name = "expressinstall" value = "Scripts/expressInstall.swf" / > "

    <!-next object tag is for non - IE browsers. Then he hide from IE using IECC. ->

    <!-[if! IE] >->

    < object type = "application/x-shockwave-flash" data = "small-chisel - Movie.swf" width = "983" height = "355" >

    <!-<! [endif]-->

    < param name = "quality" value = "high" / >

    < param name = "wmode" value = "opaque" / >

    < param name = "swfversion" value = "17.0.0.0" / >

    < param name = "expressinstall" value = "Scripts/expressInstall.swf" / > "

    <!-the browser displays the following alternative content for users of Flash Player 6.0 and higher. ->

    < div >

    < h4 > the content of this page requires a newer version of Adobe Flash Player. < / h4 >

    " < p > < a href =" http://www.Adobe.com/go/getflashplayer_fr "> < img src = ' http://www.Adobe.com/images/shared/download_buttons/get_flash_player.gif "alt = 'Get Adobe Flash player' width = '112' height ="33"/ > < /a > < /p > "

    < / div >

    <!-[if! IE] >->

    < / object >

    <!-<! [endif]-->

    < / object >

    < / div >

    < / div >

    < script type = "text/javascript" >

    swfobject.registerObject ("FlashID");

    < /script >

    <! - InstanceEndEditable - >

    < div id = 'model-footer' >

    < div id = 'model-foot of page-left' > small chisel Design | < a href = "mailto: " [email protected] "> [email protected] < /a > |" 848.219.2385 < / div >

    < div id = 'model-foot of page-right' > 2013 © all rights reserved | Web Design by small chisel Design < / div >

    < / div >

    < / div >

    < / body >

    <! - InstanceEnd - > < / html >

    Solved the problem.  No need to answer.  Thank you.

  • stop the movement with flash

    Hello world.

    I want to create an animation stop motion. Create a sequence with 160 photos numbered continuously.

    This is with flash cs3.

    Thank you very much!

    It won't be easy if you have all your photos, appointed in a sequential and similar way (ex: img1, img2, img3, etc.) located in the same folder.  What you need to do is to start the process of importing the first image of the scene and halfway through that program should recognize it is part of a series of images and you will be asked if you want to import the entire series, which will tell you Yes to.  I think that it also asks if you want fixed image after image (or assumed), so we should end up with all the images that have been planted in the timeline for you in the order.

  • Is possible with Flash content SEO?

    Hello


    My problem is this... I was told that flash sites was not the quality of the Search engine optimization, but for me, it's B.S. Because search engines use meta tags and source code to look for keywords. So why a flash site would miss it? Or I'm wrong, EFF is based on tags Meta and the Source and the question of whether the flash is used or not, it doesn't have anything to do with the EFF.

    Thanks, Mike

    Sujatha PJ edited Adninjastrator post consolidates the advice given on this for a response from a snapshot for this issue:

    Reference:

    http://www.Adobe.com/devnet/SEO.html . for more information about Flash and SEO technical, issues, strategies (proposed by Monique CS)

    http://blog.deconcept.com/2006/03/13/modern-approach-Flash-SEO/ (suggested by mikerss)

    And read this post from Adninjastrator:

    I'd be careful while relying a lot on 'Off page' SEO for Flash using the directory link. In my opinion, they are a scam "linking farms" that offer little or no real value to the search engines.

    The best way to provide 'Off page' linking is to include a link to your site on other Web pages whose content is compared to the content on your site to rank high... as this Forum for example, or other reports Articles and news related topics covers your site.

    Compare the value of a Web page like that (which contains a detailed discussion of the theme of your site)... compared to a website in the sole purpose of being a farm of links... little or no real content, just a link system.

    Good SEO with Flash is NOT so difficult, and has been a 'best practice' for many years already.

    To your comment:

    If you think that Flash is a bit bad for SEO, it's time to dispel this MYTH!
    If, in certain circumstances, I'll use Flash instead of just HTML, because then I'll have better SEO than with just one HTML.

    http://www.worldbarefootcenter.com/

    World Barefoot Center link in the post above is an example. View the source code and you see a few paragraphs of the text as well as the normal HTML links... but what is displayed is the version the image Flash and Flash links.
    The customer has provided work for the page... and that's what they wanted to use a .jpg image. Well Yes, that could be done in HTML, but it would be virtually invisible to Google. So instead I turned the image into a Flash .swf and used swfobject to display the Flash. SWFObject allows you to create an alternative content inside of the

    that also holds the Flash .swf, then when the page is loaded, it detects if the browser has the Flash Player. If so, it just displays the Flash content, otherwise it displays the replacement content. Given that almost everyone has the Flash Player, for most people the Flash version of the
    will be displayed.
    Alternative content for which
    can be any text ordinary HTML, images, multimedia, links, etc., everything that you would use if you were not using the Flash. Now, the best part is that the replacement content can be "over the top" in what concerns the optimization for SEO, because we won't see most of the viewers.
    Here's another example of SEO with Flash... once again, the page is just a single image provided by the customer:
    http://www.ksowetsuits.com/
    View the source code. The alt content is paragraph after paragraph of information on the site, including lists and links. If it was just the HTML code, it might be kind of a boring home page. But for SEO, I can go "over the top" in the promotion of the site, given that most viewers will never see that part... but it's all indexed by search engines. The end result is BETTER referencing using Flash than just HTML.

    On another Web site, a Flash video is displayed, the alt content is the narration of the full text of the video. Now how many people take the time to read that if they could just watch the video instead? better yet, SEO with Flash than without. In fact in one case we had the first page of this narrative video search result within 4 hours of the display of the page.
    Another site with a Flash video, the alt content is another video, but a .mov version, which will be, indeed playing Flash video on the iPhone (not possible you say?). Well, since the iPhone doesn't have Flash Player, it just displays the video .mov version, while everyione else sees it the Flash version.
    Anyway, if the Flash is part of your Web development, you should look into using swfobject and content alternative.
    http://code.Google.com/p/SWFObject/
    Best wishes
    Look for the video

    www.cidigitalmedia.com

    Best wishes

    Adninjastrator

    Post edited by: Sujatha PJ

    Post edited by: Sujatha PJ

  • create image disk without unused space

    Hello

    I don't find any response to this question except what makes a blank image with utility app and drag-and - drop the files but I can't imagine there is not a better solution to create a disk without unused space image. I turn with SD card a lot and need to backup these discs without unused space. Is there a solution?

    Thank you if you have an idea

    Samuel

    If you create a disc from a device image, it won't take as much space being * used * on this unit, not the total capacity of the card.

    In disk utility, file-> new Image-> < device name > Image

  • IMAQ CREATE, image type setting

    Hello

    I'll put my f031b Pro Guppy camera pixel format.

    It seems too long I put attributes with property nodes: pixelformat as Mono 16, no matter what I put in the "IMAQ create"--->"image type", I still get output 16-bit gray scale.

    Is this correct?  What can control when I change the image type to "IMAQ Create"?

    best,

    Wen

    If the image is passed directly to the Image to get VI of IMAQdx, the type is unimportant since it is converted by the driver when it fills with data. Only the border size is relevant.

  • When I select this option I get the dialog box 'Create image s system' but it cannot find any 'backup devices on this computer"and lists the error 0 x 81000036

    Error image system original title: windows 7 0 x 81000036

    I'm doing a backup system image.  When I select this option I get the dialog box 'Create image s system' but it cannot find any 'backup devices on this computer"and lists the error 0 x 81000036.

    I have an ESATA connection on my Dell laptop I was trying to make the image on.  I use the unit every day to save files and which works very well.  He just leaves me CCADE with the system image backup...

    any ideas?

    Hello

    ·         You have created a system image backup before that?

    ·         You did it changes on your computer?

    ·         Is your esata formatted NTFS drive?

    Try to save the image of the boot system: http://support.microsoft.com/kb/929135

    Note: make sure that you start the computer in normal mode after a repair.

    See also the linkfor more information about the backup: http://windows.microsoft.com/en-US/windows7/Back-up-your-programs-system-settings-and-files

  • First Pro CC gives an error "Could not create image buffer" and crashing after installing a videocard GeForce GTX 1070.

    Hi all

    I recently installed a GeForce GTX 1070 video card and drivers current in my bench mounted, very happy for the potential break in the rendering and playback (I was using previously a very old ASUS Radeon HD 7850). I had nothing else problems since.

    When I first tried a project of creation of opening, audio refused to play (speakers, headphones, everything...) I looked at the volume mixer while playing through the timeline and no audio only showed upward). Everything seemed fine. I closed, cleared the cache, opened the first, this time hold Alt while doing so to reset the preferences. Open very well, audio read back fine, that only now first was blocked indefinitely the generation of PEK files for a short audio clip in the project.

    After a long bit of troubleshooting in the speakers, I went ahead and did a complete uninstall of Premiere Pro and After Effects, then reinstalled both programs to their current versions (2015.4 and 2015.3, respectively). No more problems of generation PEK, but something much worse. Now, whenever I try to change the CUDA acceleration enabled, I can maybe five minutes absolute performance first until I get an error "Could not create image buffer", warning of notifications of Windows that your computer is low on memory, and finally, a complete crash where the screen goes black, flickers a couple times, then stays black for good with only the mouse cursor appears on the screen.

    The images that I'm editing is all images Go Pro, no effects applied. I am doing this for a client and need ready in a week, but the constant crashing makes them difficult to work around. I can more or less run by changing the acceleration of software only, display options but it is much slower and the memory is still eaten up like crazy (if I place the open Task Manager and start to scrub through the timeline I can watch the memory usage get up to 95% in 20 seconds approximately). Reading suffers as a result once the RAM is full until almost full.

    Technical specifications

    First Pro CC 2015.4 (latest version)

    OS: Windows 10 Pro (Version 1511)

    CPU: Intel Core i7 - 5820 K CPU @ 3.30 GHz

    RAM: 16 GB

    GPU: EVGA GTX 1070 (latest drivers)

    SSD (OS and Adobe Suite installed): SanDisk SSD internal 240 GB 2.5 inch SDSSDA - 240 G - G25

    Hard drive (where I put my multimedia files): WD Black 2 TB Performance Desktop Hard Drive: 3.5 inch, SATA 6 Gb/s, 7200 RPM, 64MB Cache

    Motherboard: ASRock X 99 Extreme4 LGA 2011-3 ATX Intel

    Film source - source footage is an hour of video of Go Pro, all arranged on the timeline, no effect applied (I'm just trying change the original film in a short video).

    Type: MPEG Movie (.mp4)

    Image size: 3840 x 2160

    Frame rate: 29.97

    Format of the pixels: 1.0

    It is worth noting that, with my old dusty Radeon GPU, I was able to edit these clips with ease. No reading, no problem of image buffer. I do not see my RAM never go above 60% usage, when I got this card is installed.

    Also worth noting, that the first, I have noticed absolutely no problems, and the video card itself seems to work very well. I can play MGSV at max settings with perfect reading, as well as other graphics intensive games.

    Any help?

    It's been almost a week and I had zero problems. First Pro CC 2015.2 works like a dream! I'll go ahead and mark this thread closed.

    For those just tuning, I was able to find a solution by uninstalling the Premiere Pro and After Effects, and then reinstall them back to last known stable on my bench (Premiere Pro 2015.2 and after 2015.2 effects). So far, running these versions has been very good, even with active CUDA acceleration.

    The only downside is that all the projects I've done in Premiere Pro version 2015.4 should be re-edited from scratch. But I've had absolutely zero problems using the program, which is a relief. Hope Adobe fixes this problem whenever 2015.5 is out!

Maybe you are looking for