50 flash objects on one page? :)

Does this mean 50 virtual machine instances and about 1GB of used memmory?
What's better: one big .swf or 50 small ones?

Simple to accomplish, but there are no templates that I am
aware of....
Just use a FLVplayer component on the right side of the
stage, and give it an instance name like myFLV. Then add all of
your thumbnail images to the stage. One at a time, secect them and
convert them into button symbols. GIve them each a unique instance
name like but_mov1, but_mov2....
Then put the following code on the frame containing the
buttons:
but_mov1.onPress = function(){
myFLV.contentPath = "movie1.flv" //use your movie's file name
but_mov2.onPress = function(){
myFLV.contentPath = "movie2.flv" //use your movie's file name
....and so on...
Then each button will place new content in the FLV player
when it is pushed.

Similar Messages

  • Moving objects from one page to another

    Hi All,
    I need to move an image from one page to another...
    For example, on page 1, I have one image that needs to shifted to 5th page of the document. Is that possible?
    Vandy

    I will suggest the duplicate() method instead of the move() here.
    Advantage: the position of the object on  page 5 will be same as the original one:
    var doc = app.activeDocument;
    // "r" is the graphic frame containing the image
    var r = app.selection[0];
    //The duplicate() method will maintain position of the object as long it is NOT an anchored object.
    r.duplicate(doc.pages[4]);
    //Get rid of the original
    r.remove();
    Uwe

  • Restrict boiler plate object in one page

    Hi,
    I am getting boiler plate object (LOGO) in all pages. How can I restrict to one page. I have only one master page. Can you please let me know.
    Thanks
    Ram

    In a first page i have the dynamci table with subform type flowed. I have created two subform, one is flowed and another one positioned which has the internal table . I have tried to keep the logo in bodypage when I select subform flowed, It auto arranged themselves and logo goes down.
    This is the structure :
    Content area
      Subform1 (flowed)
      Subform2 (Positioned)
        IT drag and drop.
    It would be great If I get any idea to keep logo in first page.
    Thanks
    Ram

  • Howto center flash object in a page

    Hi,
    i am confused of how are whole pages(with all navigation, header,etc) generated. I tried to study html and css codes of generated pages but there is a lot of functions etc, so the first question: is there some tutorial where are described some processes of building pages(its division into iframes, divs, ...)?
    the second question: I need to make some page with full height and in that page i need to vertical center some object(ie flash), how should i do it?
    thnaks

    Hello Jiri
    This link for SAP help should be usefull for you.
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/67/74de3fc6c6ec06e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/67/74de3fc6c6ec06e10000000a1550b0/frameset.htm</a>
    Regards
    Jamal

  • How to include flash object in web page

    Hi,
    I am using the code below:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="626"
    height="159">
    <param name="movie" value="menu_application.swf" />
    <param name="wmode" value="transparent" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    wmode="transparent" data="/portal/nam/swf/menu_application.swf"
    width="626" height="159">
    <!--<![endif]-->
    <ul>
    <li id="home"><a href="../"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Nakheel</a> <span id="tag_line">Where vision
    inspires humanity</span></li>
    <li id="corporate" class="active"><a
    href="../corporate/" onmouseover="swap_main_navigation_class(event,
    this)" onmouseout="swap_main_navigation_class(event,
    this)">Corporate</a></li>
    <li id="news"><a href="../news/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">News</a></li>
    <li id="blue_responsibility"><a
    href="../blue_responsibility/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event, this)">Blue
    Responsibility</a></li>
    <li id="developments"><a href="../developments/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Developments</a></li>
    <li id="living"><a href="../living/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Living</a></li>
    </ul>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    Before invoking the code, I have registered the web object
    as,
    swfobject.registerObject("flash_scroll", "9.0.0",
    "/portal/nam/swf/index.swf"); // path is relative to my app server.
    Now when I put the same code in single directory, everything
    goes smooth, but once I decompse the code and when it loads this
    code from different places, it does not work out.
    Please guide me as I am a Java guy, but I am suppose to solve
    this asap :( some fire on my back...
    thank you for the help.

    Hi,
    I am using the code below:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="626"
    height="159">
    <param name="movie" value="menu_application.swf" />
    <param name="wmode" value="transparent" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    wmode="transparent" data="/portal/nam/swf/menu_application.swf"
    width="626" height="159">
    <!--<![endif]-->
    <ul>
    <li id="home"><a href="../"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Nakheel</a> <span id="tag_line">Where vision
    inspires humanity</span></li>
    <li id="corporate" class="active"><a
    href="../corporate/" onmouseover="swap_main_navigation_class(event,
    this)" onmouseout="swap_main_navigation_class(event,
    this)">Corporate</a></li>
    <li id="news"><a href="../news/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">News</a></li>
    <li id="blue_responsibility"><a
    href="../blue_responsibility/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event, this)">Blue
    Responsibility</a></li>
    <li id="developments"><a href="../developments/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Developments</a></li>
    <li id="living"><a href="../living/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Living</a></li>
    </ul>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    Before invoking the code, I have registered the web object
    as,
    swfobject.registerObject("flash_scroll", "9.0.0",
    "/portal/nam/swf/index.swf"); // path is relative to my app server.
    Now when I put the same code in single directory, everything
    goes smooth, but once I decompse the code and when it loads this
    code from different places, it does not work out.
    Please guide me as I am a Java guy, but I am suppose to solve
    this asap :( some fire on my back...
    thank you for the help.

  • Many Flash vector objects on a page slows down responsiveness to freezes (Windows 8 IE 10 Flash 11)

    Hello, I use Windows 8 Pro x64 on my Core 2 Quad, Internet Explorer 10 (desktop mode) with Flash 11.7.700.169.
    When I'm on site with Flash vector animations which use some input controls (i.e. I can manipulate objects in the Flash frame with my mouse) it seriously slows down IE (scrolling, text input) down to freezes. It doesn't matter whether mouse pointer is over the Flash or somewhere else on the page but the more Flash frames on the page - the greater speed  drops. CPU consumption by iexplorer.exe process on that pages is constantly around 25-40%.
    Disabling Flash avoids the issue.
    I did a clean install twice so it doesn't look like a specific installation issue. In Modern IE this is less noticeable but still persist.
    Moreover, on the same machine I previously had Windows 7 Professional x64 with Internet Explorer 10 and Flash ActiveX 11.7.700.202 and did not experience that kind of problems.
    I have tried Chrome and Firefox with the Flash plugin of the latest version and they were fine - no noticeable lags or freezes.
    I did some more research and replaced ActiveX Flash files (Flash.ocx, FlashUtil_ActiveX.dll, FlashUtil_ActiveX.exe) both 32 and 64 bit with that from Windows 7 and then vector flash objects on the page did not show up but streamed objects worked well. I replaced Flash.ocx with Windows 8 version and vector ads showed up but lags came back as well.
    Finally I replaced all files of version 11.7.700.202 with files of version 11.5.502.146 and suddenly they worked very well - no lags or freezes, smooth scrolling etc.
    So the question now is how to deal with further Flash updates for Windows 8? Is there any way to find out what is the cause of lags and freezes in version 11.7.700.202 for IE on my Windows 8 machine?
    My current config:
    Core 2 Quad 9550 @ 2.83
    GeForce GTX 580
    8Gb RAM
    256Gb SSD
    Windows 8 Pro x64 + NVidia driver 320.18 + Flash 11.7.700.202
    I.e. the page that causes huge slowdowns - www.stopgame.ru

    <sigh> Try asking your question on a forum for the Flash Player - this one is for Director's Shockwave Player

  • I am having problems with viewing flash plugins on websites. it seems that the firefox 5 is inlarging the flash piece thus skuing the image and inabling features of the flash object itself.

    most important issues i am having are the following are as follows:
    1) on www.alliedelec.com the main image in the flash rotating banner is skued from being enlarged.
    2)http://www.alliedelec.com/eaton-control-automation/ on the bottom of the page there is a flash video player which is missing the controlbar at the bottom and cutting off the video previews on the side due to the flash oject being enlarged.
    i have checked this in older versions of firefox and other browsers and ff5 is the only browser which is having an issue and one in need fixed asap.
    Please Help!!!!

    No problems here on Linux with the Flash objects on both pages.<br />
    I see the control bar.
    Make sure that you aren't zooming anything on that page.

  • Flash object not updating (Captivate 6)

    I'm using a flash object on one of my slides. This is a help file. The file was created in Captivate, published, and then I'm putting the flash object onto a slide. When this slide is referenced, the flash file plays. It's a few static screens with forward and back buttons. The issue is that on one of the screens, the wrong text was inserted. I fixed the text, re-published, deleted the flash object from the slide, and put the new one there instead. But when I run the project, it still shows the old version, with the wrong text. I'm not sure why this is. The source file was changed and updated. I've tried restarting the computer in case it's being help in memory, but still, it keeps showing the old version with the wrong text.

    I tried adding a random button to the file, publishing, and using it again. This time, the button didn't show up, but the text updated. So I deleted it and tried the original file again. Still showing incorrect text. I opened the file, added a button, saved it, deleted the button, republished, reinserted the flash file, and now it works. So maybe there have to be changes saved for the file to update? Not really sure how it worked, just glad that it did.

  • Undesired offset with Flash object

    I have a frameset with CSS attached. There are two frames - a
    top frame that is used for a header and a main frame where target
    pages are loaded. When previewing the page design view in DW, the
    main frame is offset to the left about 10 px and I cannot figure
    out why. Still, it displays properly in a browser UNTIL I place a
    Flash object on any page that is targeted for the main frame, and
    then the misalignment anomaly occurs in browsers (IE and Firefox)
    as well. All other target pages load without offsetting to the
    left.
    I have searched my CSS in vain for clues.
    Please point me in the right direction!

    Hello,
    If you could post a link someone might be able to determine
    why it's
    happening by looking at the code.
    In the meantime, you might want to consider all the negative
    issues involved
    with using frames.
    There may be some you haven't seen or even imagined yet.
    It might make the flash alignment issue a moot point.
    http://www.html-faq.com/htmlframes/?framesareevil
    http://apptools.com/rants/framesevil.php
    Take care,
    Tim
    "Lonesome61" <[email protected]> wrote in
    message
    news:gk3899$3a0$[email protected]..
    >I have a frameset with CSS attached. There are two frames
    - a top frame
    >that
    > is used for a header and a main frame where target pages
    are loaded. When
    > previewing the page design view in DW, the main frame is
    offset to the
    > left
    > about 10 px and I cannot figure out why. Still, it
    displays properly in a
    > browser UNTIL I place a Flash object on any page that is
    targeted for the
    > main
    > frame, and then the misalignment anomaly occurs in
    browsers (IE and
    > Firefox) as
    > well. All other target pages load without offsetting to
    the left.
    >
    > I have searched my CSS in vain for clues.
    >
    > Please point me in the right direction!
    >

  • Right side scroll bar disapears after I have applied a flash object

    Right hand side scroll bar dispears after I have embedded a
    flash object on the page, I have no idea why?. Here is an example;
    http://www.ldnwrestling.com/profiles/Johnathan%20Hartwick/LDNJohnathan%20Hartswick.html
    And I have also copied and pasted the code.
    Any ideas anyone?

    I found a resolution for this - remove the
    overflow: hidden;
    then it works :-)

  • HTML page with FLASH object doesn't reload upon a redirect

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

  • Flash Object not viewable within page

    Hello, I've been having trouble adding a Flash content into pages (which I'm quite innexperienced at). My homepage for example, is supposed to be a flash site. But for some reason it does not play when inserted to an incredibly simple webpage, as you can see here; www.ethanguillemette.com
    Instead of the flash site appearing, there is simply an empty white box. Now interestingly enough, the flash object is fine in and of itself, and can be viewed without problem (albeit far too large!) here; http://www.ethanguillemette.com/flashsite.swf
    The following is the code for the index page. Pretty much all I did was create a wrapper, center it, and add a background color:
    <!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>Ethan Guillemette - Web Designer</title>
    <style type="text/css">
    body {
    background-color: #91919B;
    .flashwrapper {
    margin: auto;
    height: 480px;
    width: 900px;
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="flashwrapper">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="480" id="FlashID" title="Ethan Guillemette Flash Site">
        <param name="movie" value="flashsite.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="11.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="flashsite.swf" width="900" height="480">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="11.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" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>
    Does anyone know what hairbrained thing I'm doing wrong? Any help would be much appreciated!

    Just as general info I'd like to add a couple of my observations.
    There seems to be a number of very similar problems popping up in other Forums recently related to this same issue. I'm thinking that a recent Flash pluggin update is causing some of these problems.
    For example, I can't see the .swf files in either of hans links... I haven't updated my Flash pluggin for awhile (10.0.45.2). OK, I can understand if I can't view the .swf.
    But here is a similar problem posted over in the Flash Forum:
    http://forums.adobe.com/thread/868573?tstart=0
    I get a "download latest pluggin" message when attempting to view the posters page:
    http://www.brendaportfolio.co.uk/test.html
    However, I can direct download the .swf and view it just fine.
    So the problem is not that I don't have the correct version pluggin for that particular .swf, but rather that I don't have the correct pluggin as required by the embedding code used, specifically:
    <param name="swfversion" value="11.0.0.0" />
    older versions of his .swf/pages used an embed method calling for older version of "swfversion" as a param, those work just fine.
    So my guess is that in this posters case, the newer version pluggin IS required for his .swf, since I can't view the page. The old CS3 version, which used the old "AC_FL_RunContent" embed method only called for version 9 pluggin, while the .swf itself requires the latest pluggin.
    Perhaps a lesson to be learned is that when creating Flash content, you may not want to always develop for the very latest version of Flash Player, since not everyone has updated their browers. A second lesson/observation is that the embed method used in CS5 (swfobject_modified.js) seems to be putting the cart before the horse, requiring the latest pluggin update even if the .swf does not need it.
    Now I am all for using .swfobject, but NOT to display the Flash. swfobject is not needed, nor required to display Flash on a Web page. If the Web browser has the Flash pluggin a .swf will display just fine with some simple code like this:
    <object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">
      <param name="movie" value="path_to_file/file.swf">
      <param name="SomeOtherParam" value="ParamValue">
    </object>
    no other code, swfobject, or AC_FL_RunContent needed.
    The purpose if using .swfobject is to provide Flash detection (not Flash display) and display alternate content if the Flash pluggin is missing or not up to date. But it appears now that the version of .swfobject used in CS5 has incorporated "get the latest version pluggin no matter what" rather than "get the appropriate pluggin for this .swf".
    And yet one of the most powerful features of .swfobject is the most overlooked and underused, that of allowing you to create alternate content for SEO purposes. That alt content can completely remedy I Know Nothing at all's concerns:
    On another note, you are aware that a 100 % Flash navigated site is the worst thing you can do from an SEO standpoint right?
    From an old post:
    If you think that Flash is somehow bad for SEO, it's time to dispell that MYTH!
    If fact, in some circumstances I'll use Flash INSTEAD of just HTML because then I'll have better SEO than with just HTML alone.
    http://www.worldbarefootcenter.com/
    The link to World Barefoot Center in the above post is just one example. View the source code and you see a couple paragraphs of text along with regular HTML links.... but what displays is the Flash version of the image and Flash links.
    The client provided the artwork 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 converted the image into a Flash .swf and used swfobject to display the Flash. swfobject allows you to create alternate content inside the <div> which also holds the Flash .swf, then when the page is loaded it detects if the browser has the Flash pluggin. If it does, it displays just the Flash content, if not, it displays the alternate content. Since almost everyone has the Flash pluggin, for most people the Flash version of the <div> will display.
    The alternate content for that <div> can be any regular HTML text, images, media player, links, etc., anything that you would use if you were not using the Flash. Now the best part is that the alternate content can be "over the top" as far as optimizing for SEO, since it will not be seen by most viewers.
    Here's another example of SEO with Flash.. again, the page is just a single image provided by the client:
    http://www.ksowetsuits.com/
    View the source code. The alt content is paragraph after paragraph of information about the site, including lists and links. If it was just the HTML, it might be kind of a boring Home page. But for SEO I can go "over the top" in promoting the site, since most viewers will never see that part... but it's all indexed by search engines. The end result is BETTER SEO using Flash than just HTML.
    On another Web site, a Flash video is displayed, the alt content is the complete text narration of the video. Now how many people would take the time to read that if they could just watch the video instead?? again, better SEO with Flash than without. In fact in one case we had first page search result from that video narration within 4 hours of posting the page.
    On still another site with a Flash video, the alt content is another video, but a .mov version, which will, in effect play Flash video on the iPhone (not possible you say??). Well since the iPhone does not have Flash pluggin, it simply displays the .mov version of the video, while everyione else sees the Flash version.
    So anyway, if Flash is a part of your Web development, you should look into using swfobject and alternate content.
    http://code.google.com/p/swfobject/
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes all,
    Adninjastrator

  • Optimize php page for browsers lacking flash, so that it replaces flash objects with static images

    Hello,
    I basically want to have my php pages with flash swf objects to be smart enough to replace the flash swf's with static images or other content for the non-flash user (iphone, ipad, etc.) who visits the website.  I guess this would be an option or perhaps a script that just sent the visitor to a version of the .php page that is tailored to them, a version of the page designed for non-flash users.
    I've done a little bit of reading up and have found that some people like to use DOM scripts like
    Unobtrusive Flash Objects (UFO) v3.22
    or what seems to be the successor:
    SWFObject 2.0
    What is better?  Is there a better script out there to use at this point?  Advice would be much appreciated.

    I guess I will reiterate this.
    I would like someone to tell me which one of these scripts that I have mentioned above would be best to use.
    What am I trying to do?  Well from my understanding these scripts allow me to have multiple versions of the website, so that it loads up with static images in place of the flash swf's for... NON FLASH USERS.
    The script will be able to detect whether the flash capabilities of the browser are sufficient, and if not display the web page accordingly.
    SO.  I'm looking for an answer as to what is the best script to use, if it's not one of the scripts I am asking about.
    @The Shocker.. if I wanted to research it on the net by googling, which I already have, I wouldn't be using this forum.  I'm looking for someone who is knowledgeable in this area of expertise to give me a recommendation, based on information they can give me that is logical and clear.  And then I can do further research once I feel I'm being sent in the right direction.
    Thanks in advance to anyone who would like to offer me some direction on this.

  • I need to translate a flash program with many pages to edge animate CC. Is there an easy way top build new pages, so that you can jump from one page to another withion the same file?

    I have only seen in all the examples in books and on the net that edge animate works on one page only. Maybe I hve not fully understood the concept, but in flash it was easy. Perhaps there is also an easy way in edge animate?

    You can either make a symbol for each page in the same composition or you can use edge commons composition loader to load several compositions into the same composition which serves as a container.

  • Place object on only one page

    Hi,
    when I place an object onto a page, for example a Photo page, it shows up on both the main page and also on the second page of the template. How can I make it page specific? In other words, only show up on one of the two pages of the template.
    To clarify ... the Photos template has placeholders for photos. When you click a photo, you are taken to another page, where the photos can be seen larger. An object that I place on one of these two pages, shows up on both and yet the template's own elements don't.
    Any help, much appreciated.
    Grant

    This is the function of the "photos" template - to have a page of thumbnails and a page where you "view" the individual photos larger or in a slideshow.
    If you don't want this feature drop your photos onto a "blank" page rather than a "photos" page.

Maybe you are looking for