Results 1 to 5 of 5

Thread: How to create button on adobe edge?

  1. #1
    Join Date
    Aug 2011
    Posts
    60

    How to create button on adobe edge?

    Hi, I have tried the edge editor for making flash content, but as the tools is actually most recent thus I am not aware about all its functions and the features. And thus want to know about that as the first question about the tool is like how to create a button through the toolbar?

    And apart from this the main thing that I wanted to know is looping an animation, how we can do that?

    Any suggestion would be surely appreciated.

  2. #2
    Join Date
    Jun 2009
    Posts
    1,518

    Re: How to create button on adobe edge?

    I am not sure but still as the extent to I know the button feature that you are asking about is not available in the current version and thus you can’t make use of it.

    And we are also expecting it in another upcoming version.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,514

    Re: How to create button on adobe edge?

    you must be given a guide for making use of the software, have you ever been through it? because as the above user mentioned I am also pretty unsure about this but still you should try to make sure whether there is some discussion about this or not.

    You can simply visit adobe discussion forums as well for further assistance.

  4. #4
    Join Date
    Mar 2009
    Posts
    1,360

    Re: How to create button on adobe edge?

    I don’t know about button but according to me for looping the animation you can try the below mentioned code, it is actually a script that you have to run:

    Code:
    <script language="JavaScript">
        $(window).ready(function() 
             {
            $.Edge.symbol.get($("#stage"))._getTimeline("Default Timeline").addObserver({ onComplete: function() {
                $.Edge.symbol.get($("#stage")).play("Default Timeline");
            }});
        });
    </script>

  5. #5
    Join Date
    Aug 2011
    Posts
    60

    Re: How to create button on adobe edge?

    Hey thanks for the suggestion guys, in fact I have found out too many times but didn’t find any such answer for the buttons.

Similar Threads

  1. Create Custom Photo Sliders using Adobe Edge
    By Kiran25 in forum Windows Software
    Replies: 10
    Last Post: 24-10-2011, 10:29 PM
  2. Is Adobe Edge useful for Adobe Digital Publishing Suite
    By DakshaMira in forum Windows Software
    Replies: 4
    Last Post: 16-09-2011, 10:39 PM
  3. Replies: 4
    Last Post: 15-09-2011, 10:13 AM
  4. Adobe Edge on Windows 7
    By Gopooo in forum Windows Software
    Replies: 8
    Last Post: 14-09-2011, 10:21 PM
  5. How to Create Parallax scrolling with adobe Edge ?
    By Indudeep in forum Windows Software
    Replies: 1
    Last Post: 14-09-2011, 07:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,653,097.81928 seconds with 16 queries