Fireworks extensions

Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default Fireworks extensions

    Hi;

    I posted to the fw extensions forum, and have not gotten a reply. I'm
    hoping for better luck here.

    I am trying to write a Command to change the names of all frames in an
    animation. I am having a hard time figuring out how to do it, though. The
    ExportFrameInfo Object seems to be the right one, but I can't figure out how
    to "point" it at a specific frame in order to do the changing. I'm stuck
    here. Could someone give me a small hint?

    TIA;

    Amy


    Amy Blankenship Guest

  2. Similar Questions and Discussions

    1. CFC Extensions
      I am trying to create CFC files for an application. However no matter how I create the file it does not show up in the Components list in the...
    2. WSD Extensions
      Hi, does anyone have any knowledge of what WSDL extensions are and what they are used for??
    3. FTP extensions in PHP
      Hello, Is there any simple way to see if FTP extensions are compiled into the PHP module that I'm using? I want to add a Squirrelmail plugin...
    4. [PHP-DEV] extensions in 4.3.x
      I've got an extension which was written for 4.1/4.2, and everything worked great. I've just (by accident of me not paying attention to an apt-get...
    5. Extensions?
      Complete newbie questions: 1. Are there any Dreamweaver server extensions similar to FrontPage extensions which must be installed on the server...
  3. #2

    Default Re: Fireworks extensions

    OK, given the fact that I don't seem to be able to get an answer to this
    question, does anyone have a hint of another place I could ask it?

    Thanks;

    Amy

    "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    news:bgc96s$3lk$1@forums.macromedia.com...
    > Hi;
    >
    > I posted to the fw extensions forum, and have not gotten a reply. I'm
    > hoping for better luck here.
    >
    > I am trying to write a Command to change the names of all frames in an
    > animation. I am having a hard time figuring out how to do it, though. The
    > ExportFrameInfo Object seems to be the right one, but I can't figure out
    how
    > to "point" it at a specific frame in order to do the changing. I'm stuck
    > here. Could someone give me a small hint?
    >
    > TIA;
    >
    > Amy
    >
    >

    Amy Blankenship Guest

  4. #3

    Default Re: Fireworks extensions

    Great! Recording it and pulling out the applicable stuff worked. Now it's
    a matter of figuring out how to build the list of frames, and I'm away.

    Thanks a lot!!!!

    -Amy

    "Coen Naninck" <ccnk@home.nl> wrote in message
    news:3F29BD33.7010608@home.nl...
    > Your wish is my (Fireworks)Command :-)
    >
    > Try this URL:
    >
    >
    [url]http://www.macromedia.com/devnet/mx/studio/articles/fw_command_in_flash.html[/url]
    >
    > Amy Blankenship wrote:
    > > OK, given the fact that I don't seem to be able to get an answer to this
    > > question, does anyone have a hint of another place I could ask it?
    > >
    > > Thanks;
    > >
    > > Amy
    > >
    > > "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    > > news:bgc96s$3lk$1@forums.macromedia.com...
    > >
    > >>Hi;
    > >>
    > >>I posted to the fw extensions forum, and have not gotten a reply. I'm
    > >>hoping for better luck here.
    > >>
    > >>I am trying to write a Command to change the names of all frames in an
    > >>animation. I am having a hard time figuring out how to do it, though.
    The
    > >>ExportFrameInfo Object seems to be the right one, but I can't figure out
    > >
    > > how
    > >
    > >>to "point" it at a specific frame in order to do the changing. I'm
    stuck
    > >>here. Could someone give me a small hint?
    > >>
    > >>TIA;
    > >>
    > >>Amy
    > >>
    > >>
    > >
    > >
    > >
    >
    >
    > --
    >
    >
    > Kind regards,
    >
    > Coen Naninck
    > _______________________________
    >
    > Please do not E-mail me with questions about Fireworks issues. Post
    > them on the Forum instead. I can't contribute my time I have in
    > this Forum to also answering questions outside the Forum. It just
    > takes too much time and it doesn't help the rest of the world.
    >
    > If you are sending me a file on my own request for help purposes,
    > then please include the thread subject header.
    >
    > Thank you.
    >
    > E-mail : [email]ccnk@HAHA.home.nl[/email]
    > Business: [url]http://www.wetworks.nl[/url]
    >

    Amy Blankenship Guest

  5. #4

    Default Re: Fireworks extensions

    Since I am strongly considering selling the finished product myself, I don't
    think so. One thing I did find out is that the FW API does not support the
    syntax

    var myArray = new Array("a", "b", "c")

    You have to use

    var myArray = new Array();
    myArray[0]="a";
    myArray[1]="b";
    etc.

    Also, don't believe the docs when they say certain objects are direct
    descendants of the document object. Quite often they are something like
    grandchildren objects.

    Hope these little tips help you at least avoid a few pitfalls.

    -Amy

    "Wet" <ccnk@HAHA.home.nl> wrote in message
    news:3F2D62B4.7030007@HAHA.home.nl...
    > Could you please post it here when you succed with your project? I am
    > very interested in feedback if you are finished. Building extensions
    > myself in the hear future.
    >
    > Amy Blankenship wrote:
    > > Great! Recording it and pulling out the applicable stuff worked. Now
    it's
    > > a matter of figuring out how to build the list of frames, and I'm away.
    > >
    > > Thanks a lot!!!!
    > >
    > > -Amy
    > >
    > > "Coen Naninck" <ccnk@home.nl> wrote in message
    > > news:3F29BD33.7010608@home.nl...
    > >
    > >>Your wish is my (Fireworks)Command :-)
    > >>
    > >>Try this URL:
    > >>
    > >>
    > >
    > >
    [url]http://www.macromedia.com/devnet/mx/studio/articles/fw_command_in_flash.html[/url]
    > >
    > >>Amy Blankenship wrote:
    > >>
    > >>>OK, given the fact that I don't seem to be able to get an answer to
    this
    > >>>question, does anyone have a hint of another place I could ask it?
    > >>>
    > >>>Thanks;
    > >>>
    > >>>Amy
    > >>>
    > >>>"Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    > >>>news:bgc96s$3lk$1@forums.macromedia.com...
    > >>>
    > >>>
    > >>>>Hi;
    > >>>>
    > >>>>I posted to the fw extensions forum, and have not gotten a reply. I'm
    > >>>>hoping for better luck here.
    > >>>>
    > >>>>I am trying to write a Command to change the names of all frames in an
    > >>>>animation. I am having a hard time figuring out how to do it, though.
    > >>>
    > > The
    > >
    > >>>>ExportFrameInfo Object seems to be the right one, but I can't figure
    out
    > >>>
    > >>>how
    > >>>
    > >>>
    > >>>>to "point" it at a specific frame in order to do the changing. I'm
    > >>>
    > > stuck
    > >
    > >>>>here. Could someone give me a small hint?
    > >>>>
    > >>>>TIA;
    > >>>>
    > >>>>Amy
    > >>>>
    > >>>>
    > >>>
    > >>>
    > >>>
    > >>
    > >>--
    > >>
    > >>
    > >>Kind regards,
    > >>
    > >>Coen Naninck
    > >>_______________________________
    > >>
    > >>Please do not E-mail me with questions about Fireworks issues. Post
    > >>them on the Forum instead. I can't contribute my time I have in
    > >>this Forum to also answering questions outside the Forum. It just
    > >>takes too much time and it doesn't help the rest of the world.
    > >>
    > >>If you are sending me a file on my own request for help purposes,
    > >>then please include the thread subject header.
    > >>
    > >>Thank you.
    > >>
    > >>E-mail : [email]ccnk@HAHA.home.nl[/email]
    > >>Business: [url]http://www.wetworks.nl[/url]
    > >>
    > >
    > >
    > >
    >
    >
    > --
    >
    >
    > Kind regards,
    >
    > Wet
    >

    Amy Blankenship Guest

  6. #5

    Default Re: Fireworks extensions

    "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    news:bgk0vv$cgl$1@forums.macromedia.com...
    > Since I am strongly considering selling the finished product myself, I
    don't
    > think so.

    That's the spirit...

    R.


    Richiebee Guest

  7. #6

    Default Re: Fireworks extensions

    I gave him more help than people gave me when I was seeking clarification of
    the documentation. I give away a LOT of code, but this one I'm keeping for
    myself. If you want to write the same extension I did and post the code,
    feel free!

    -Amy

    "Richiebee" <rich@richiebee.ca> wrote in message
    news:bgk4n7$hgf$1@forums.macromedia.com...
    > "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    > news:bgk0vv$cgl$1@forums.macromedia.com...
    > > Since I am strongly considering selling the finished product myself, I
    > don't
    > > think so.
    >
    >
    > That's the spirit...
    >
    > R.


    Amy Blankenship Guest

  8. #7

    Default Re: Fireworks extensions

    Unfortunately, the extensions forum doesn't seem to be that active. I
    responded to your post about the PDF there.... not sure if you saw it.

    Still messing with John Dunning's FW Console to get an answer to your second
    query in that forum. However, I am still wrestling with some of the MM
    documentation and omissions in it. Where strange things happen or don't
    happen with little or nothing in the way of error generation. Very much
    like teaching a blindfolded puppy how to play "catch" (not that I engage in
    such activities).

    Kind of annoying when MS Word users have better tools for writing
    "extensions"....sigh.

    Cheers,
    Sam


    "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    news:bgk6tt$kb6$1@forums.macromedia.com...
    > I gave him more help than people gave me when I was seeking clarification
    of
    > the documentation. I give away a LOT of code, but this one I'm keeping
    for
    > myself. If you want to write the same extension I did and post the code,
    > feel free!
    >
    > -Amy
    >
    > "Richiebee" <rich@richiebee.ca> wrote in message
    > news:bgk4n7$hgf$1@forums.macromedia.com...
    > > "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    > > news:bgk0vv$cgl$1@forums.macromedia.com...
    > > > Since I am strongly considering selling the finished product myself, I
    > > don't
    > > > think so.
    > >
    > >
    > > That's the spirit...
    > >
    > > R.
    >
    >
    >

    Sam Poikail Guest

  9. #8

    Default Re: Fireworks extensions

    I don't know if I'll write any more of these. It was kind of like piercing
    your own ear with a knitting needle.

    -Amy

    "Sam Poikail" <indigo_wolf@hotmail.com> wrote in message
    news:bgmbh2$am0$1@forums.macromedia.com...
    > Glad to see you got it sorted out. Hope to see you in the extensions
    forums
    > again as the lack of activity makes one wonder whether one is "pinging"
    out
    > into the void.
    >
    > Cheers,
    > Sam
    >
    > "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    > news:bglpb1$68f$1@forums.macromedia.com...
    > >
    > > "Sam Poikail" <indigo_wolf@hotmail.com> wrote in message
    > > news:bgkpml$cd5$1@forums.macromedia.com...
    > > > Unfortunately, the extensions forum doesn't seem to be that active. I
    > > > responded to your post about the PDF there.... not sure if you saw
    it.
    > > >
    > > > Still messing with John Dunning's FW Console to get an answer to your
    > > second
    > > > query in that forum. However, I am still wrestling with some of the
    MM
    > > > documentation and omissions in it. Where strange things happen or
    don't
    > > > happen with little or nothing in the way of error generation. Very
    much
    > > > like teaching a blindfolded puppy how to play "catch" (not that I
    engage
    > > in
    > > > such activities).
    > > >
    > > > Kind of annoying when MS Word users have better tools for writing
    > > > "extensions"....sigh.
    > >
    > > It's ok, Sam. I figured it out, in spite of all the misdirection from
    the
    > > docs ;-). My boyfriend says I am a terrier when it comes to problems
    like
    > > this, and he's right.
    > >
    > > -Amy
    > >
    > >
    >
    >

    Amy Blankenship Guest

  10. #9

    Default Re: Fireworks extensions

    Glad to see you got it sorted out. Hope to see you in the extensions forums
    again as the lack of activity makes one wonder whether one is "pinging" out
    into the void.

    Cheers,
    Sam

    "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    news:bglpb1$68f$1@forums.macromedia.com...
    >
    > "Sam Poikail" <indigo_wolf@hotmail.com> wrote in message
    > news:bgkpml$cd5$1@forums.macromedia.com...
    > > Unfortunately, the extensions forum doesn't seem to be that active. I
    > > responded to your post about the PDF there.... not sure if you saw it.
    > >
    > > Still messing with John Dunning's FW Console to get an answer to your
    > second
    > > query in that forum. However, I am still wrestling with some of the MM
    > > documentation and omissions in it. Where strange things happen or don't
    > > happen with little or nothing in the way of error generation. Very much
    > > like teaching a blindfolded puppy how to play "catch" (not that I engage
    > in
    > > such activities).
    > >
    > > Kind of annoying when MS Word users have better tools for writing
    > > "extensions"....sigh.
    >
    > It's ok, Sam. I figured it out, in spite of all the misdirection from the
    > docs ;-). My boyfriend says I am a terrier when it comes to problems like
    > this, and he's right.
    >
    > -Amy
    >
    >

    Sam Poikail Guest

  11. #10

    Default Re: Fireworks extensions

    >>I don't know if I'll write any more of these.
    Understandable.... still banging my head trying to figure out why certain
    functions are for the "current selection" and there are no corresponding
    functions for just a given object. Makes it hard to apply the functions
    when you want to enumerate down through obects within a "multiple
    selection". Grrrrrr..

    Cheers,
    Sam

    "Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    news:bgmbou$b5f$1@forums.macromedia.com...
    > I don't know if I'll write any more of these. It was kind of like
    piercing
    > your own ear with a knitting needle.
    >
    > -Amy

    Sam Poikail Guest

  12. #11

    Default Re: Fireworks extensions

    > I gave him more help than people gave me when
    Who's him?

    Amy Blankenship wrote:
    > I gave him more help than people gave me when I was seeking clarification of
    > the documentation. I give away a LOT of code, but this one I'm keeping for
    > myself. If you want to write the same extension I did and post the code,
    > feel free!
    >
    > -Amy
    >
    > "Richiebee" <rich@richiebee.ca> wrote in message
    > news:bgk4n7$hgf$1@forums.macromedia.com...
    >
    >>"Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
    >>news:bgk0vv$cgl$1@forums.macromedia.com...
    >>
    >>>Since I am strongly considering selling the finished product myself, I
    >>
    >>don't
    >>
    >>>think so.
    >>
    >>
    >>That's the spirit...
    >>
    >>R.
    >
    >
    >
    >
    Coen Naninck Guest

  13. #12

    Default Fireworks Extensions

    "this extension uses a character set that differs from the selected version of Dreamweaver. The extension will not be installed"
    Gabbs@fdr Guest

  14. #13

    Default Re: Fireworks Extensions

    Do you have Fireworks open when you are installing the extension? And is
    the Ext. Manager dropdown set to Fireworks?


    --
    Nancy Gill
    Adobe Community Expert
    BLOG: [url]http://www.dmxwishes.com/blog.asp[/url]
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    "Gabbs@fdr" <webforumsuser@macromedia.com> wrote in message
    news:e265lh$l9c$1@forums.macromedia.com...
    > "this extension uses a character set that differs from the selected
    > version of Dreamweaver. The extension will not be installed"

    Nancy *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139