Ask a Question related to Macromedia Fireworks, Design and Development.
-
Amy Blankenship #1
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
-
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... -
WSD Extensions
Hi, does anyone have any knowledge of what WSDL extensions are and what they are used for?? -
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... -
[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... -
Extensions?
Complete newbie questions: 1. Are there any Dreamweaver server extensions similar to FrontPage extensions which must be installed on the server... -
Amy Blankenship #2
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...how> 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> 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
-
Amy Blankenship #3
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...[url]http://www.macromedia.com/devnet/mx/studio/articles/fw_command_in_flash.html[/url]> Your wish is my (Fireworks)Command :-)
>
> Try this URL:
>
>The>
> 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.stuck> >> >>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>> >> >>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
-
Amy Blankenship #4
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...it's> 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[url]http://www.macromedia.com/devnet/mx/studio/articles/fw_command_in_flash.html[/url]> > 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:
> >>
> >>
> >this> >> >>Amy Blankenship wrote:
> >>
> >>>OK, given the fact that I don't seem to be able to get an answer toout> > The> >>>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.
> >>>
> >> >>>>ExportFrameInfo Object seems to be the right one, but I can't figure>> > stuck> >>>
> >>>how
> >>>
> >>>
> >>>>to "point" it at a specific frame in order to do the changing. I'm
> >>>
> >> >> >>>>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
-
Richiebee #5
Re: Fireworks extensions
"Amy Blankenship" <amy@magnoliamultimedia.com> wrote in message
news:bgk0vv$cgl$1@forums.macromedia.com...don't> Since I am strongly considering selling the finished product myself, I> think so.
That's the spirit...
R.
Richiebee Guest
-
Amy Blankenship #6
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...> don't> > Since I am strongly considering selling the finished product myself, I>> > think so.
>
> That's the spirit...
>
> R.
Amy Blankenship Guest
-
Sam Poikail #7
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...of> I gave him more help than people gave me when I was seeking clarificationfor> the documentation. I give away a LOT of code, but this one I'm keeping> 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...> > don't> > > Since I am strongly considering selling the finished product myself, I> >> > > think so.
> >
> > That's the spirit...
> >
> > R.
>
>
Sam Poikail Guest
-
Amy Blankenship #8
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...forums> Glad to see you got it sorted out. Hope to see you in the extensionsout> again as the lack of activity makes one wonder whether one is "pinging"it.> 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 sawMM> > second> > >
> > > Still messing with John Dunning's FW Console to get an answer to your> > > query in that forum. However, I am still wrestling with some of thedon't> > > documentation and omissions in it. Where strange things happen ormuch> > > happen with little or nothing in the way of error generation. Veryengage> > > like teaching a blindfolded puppy how to play "catch" (not that Ithe> > 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 fromlike> > docs ;-). My boyfriend says I am a terrier when it comes to problems>> > this, and he's right.
> >
> > -Amy
> >
> >
>
Amy Blankenship Guest
-
Sam Poikail #9
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...> second> > 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> in> > 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>> > 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
-
Sam Poikail #10
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...piercing> I don't know if I'll write any more of these. It was kind of like> your own ear with a knitting needle.
>
> -Amy
Sam Poikail Guest
-
Coen Naninck #11
Re: Fireworks extensions
Who's him?> I gave him more help than people gave me when
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
-
Gabbs@fdr #12
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
-
Nancy *ACE* #13
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



Reply With Quote

