Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
Doug #1
Buttons
Help! Next to the start button is the button for the
current page I am on. When I change to another site
instead of another button appearing that I can toggle
between sites the original button is replaced by the
button of the new page and I can not go back to the
original site without starting over. How can I make it
so I will have multiple buttons? I did not have this
problem with Windows 98, but ever since I have had
Windows XP I have had this issue. Thanks in advance for
any assistance. Regards, Doug
Doug Guest
-
buttons in mc buttons don't work ?
I'd like to make a menu that is off the page. The only part showing would be a tab that says "menu". So I made an MC that is off the page and has... -
Buttons inside Buttons Help Please
Yo! Hoping someone can help me out - who isn't? Anyway, I've got an instance of a button... we'll call it "Producers". in the over state of... -
only with buttons
I forgot to mention, the problem I'm having with sounds are with button design only. Other animations work fine -m -
HELP!!! BUTTONS
hey well hjere's the deal... i have a flash movie witch is my navigation bar with buttons that loads in one frame on my website and i want the... -
Help with Buttons
Hi- This is a basic director question, I'm sure. This is my first time trying it out and I'm already stuck on something. I'm using director mx on... -
Keiron #2
Re: Buttons
Sounds like you have Grouping turned on. Here is an explanation.
Displays taskbar buttons for files opened by the same program in the same
area of the taskbar. In addition, if the taskbar becomes so crowded with
buttons that the width of the buttons shrinks beyond a certain width, then
the buttons for the same program are collapsed into a single button.
Clicking the button lets you access the document you want. Right-clicking
the button lets you close all the documents you want.
To turn it off, RIGHT click the start menu, go to Properties and UNTICK
'Group simialr taskbasr buttons'
Keiron
"Doug" <dtaplow@tampabay.rr.com> wrote in message
news:02cf01c34b1a$d123e7d0$a601280a@phx.gbl...> Help! Next to the start button is the button for the
> current page I am on. When I change to another site
> instead of another button appearing that I can toggle
> between sites the original button is replaced by the
> button of the new page and I can not go back to the
> original site without starting over. How can I make it
> so I will have multiple buttons? I did not have this
> problem with Windows 98, but ever since I have had
> Windows XP I have had this issue. Thanks in advance for
> any assistance. Regards, Doug
Keiron Guest
-
Sharon F #3
Re: Buttons
On Tue, 15 Jul 2003 14:48:24 -0700, "Doug" <dtaplow@tampabay.rr.com>
wrote:
Internet Options> Advanced.>Help! Next to the start button is the button for the
>current page I am on. When I change to another site
>instead of another button appearing that I can toggle
>between sites the original button is replaced by the
>button of the new page and I can not go back to the
>original site without starting over. How can I make it
>so I will have multiple buttons? I did not have this
>problem with Windows 98, but ever since I have had
>Windows XP I have had this issue. Thanks in advance for
>any assistance. Regards, Doug
Uncheck the box for "Reuse windows for launching shortcuts."
Sharon F
MS MVP [Shell/User]
Sharon F Guest
-
Marcia #4
Buttons
OK Now i have mastered creating a Switchboard (lol).
I need to make a Button go to "CREATE A REPORT" wizard
from scratch.
If i set it to a query and then alter the query, the
report still includes the pre altered info.
Any idea's please.
Thanks
:) Marcia
Marcia Guest
-
Bulah webforumsuser@macromedia.com #5
Buttons
Hi there,
Is it possible to click on a button and change the background of the stage area, if so how do Igo about it.
Thanks.
Bulah webforumsuser@macromedia.com Guest
-
Arctic Flea webforumsuser@macromedia.com #6
Re: Buttons
Yep.
How depends on what you want the background of the stage to do, though. This code changes the background color of the stage to a random color:
on mouseUp me
-- the three random elements should be replaced with the colour values you want
set the bgColor of the stage = rgb(random(255), random(255), random(255))
end
was that what you were after?
the arctic flea
[url]www.arcticflea.com[/url]
Arctic Flea webforumsuser@macromedia.com Guest
-
Bulah webforumsuser@macromedia.com #7
Re: Buttons
Thank you for that, I'll let you know how i get on.
Thanks again
Bulah
Bulah webforumsuser@macromedia.com Guest
-
u2k|manco webforumsuser@macromedia.com #8
buttons
i have just made a set of buttons using fireworks mx. Each button has a slice inserted on it and then a pop up menu with various links etc etc .... how do i export it to be able to use the button set with the pop up menu ???? thanx
u2k|manco webforumsuser@macromedia.com Guest
-
Bob Boisvert #9
Re: buttons
Use the export function and export images and HTML to your dreamweaver site
folder. Make sure when the export windows shows, choose the options button
to set your options for exporting.
Bob
"u2k|manco" <webforumsuser@macromedia.com> wrote in message
news:bggnee$5eq$1@forums.macromedia.com...slice inserted on it and then a pop up menu with various links etc etc ....> i have just made a set of buttons using fireworks mx. Each button has a
how do i export it to be able to use the button set with the pop up menu
???? thanx>
>
Bob Boisvert Guest
-
X-Istence #10
Re: buttons
Michał Kałuziński wrote:
> hello!!!
> I'd like to find how can I make button in PHP which will close browser
> window the same way as "onclick=window.close()" in JavaScript, and second
> simple button (not in form) which will be a link to URL address? help
> me,please.thanx.
> Rapus
>
>
PHP is serverside, and not client side, meaning that anything you want
to do is client side.
Server side means that the server executes the code, and prints
something to the browser, it can not close browser windows or anything.
Client side means its run in the users browser, this is why JavaScript
which is run Client side can close a users browser, whereas PHP can not.
X-Istence
X-Istence Guest
-
SeeSchloss #11
Re: buttons
> hello!!!
No no no no no ! PHP is server side, it can not do anything like this !> I'd like to find how can I make button in PHP which will close browser
> window the same way as "onclick=window.close()" in JavaScript, and second
> simple button (not in form) which will be a link to URL address? help
> me,please.thanx.
> Rapus
The only way to make a button which closes the window is a form button with
javascript.
SeeSchloss Guest
-
X-Istence #12
Re: buttons
SeeSchloss wrote:
See my post for more info between server side and client side.>>>hello!!!
>>I'd like to find how can I make button in PHP which will close browser
>>window the same way as "onclick=window.close()" in JavaScript, and second
>>simple button (not in form) which will be a link to URL address? help
>>me,please.thanx.
>>Rapus
>
> No no no no no ! PHP is server side, it can not do anything like this !
> The only way to make a button which closes the window is a form button with
> javascript.
>
>
X-Istence Guest
-
RP #13
Re: buttons
"SeeSchloss" <seeschloss.I.DONT.LIKE.SPAM@9online.fr> schreef in bericht
news:bi89lr$5sg7n$1@ID-204317.news.uni-berlin.de...second> > hello!!!
> > I'd like to find how can I make button in PHP which will close browser
> > window the same way as "onclick=window.close()" in JavaScript, andwith>> > simple button (not in form) which will be a link to URL address? help
> > me,please.thanx.
> > Rapus
> No no no no no ! PHP is server side, it can not do anything like this !
> The only way to make a button which closes the window is a form buttonBut you can return 'dynamic' javascript using PHP:> javascript.
>
>
echo "<input type='button' value='Ga naar $ergens'
onclick=\"javascript:navigate('$ergens')\">";
RP
RP Guest
-
George Hatsi #14
buttons
How to make a group of buttons such that the last button that is pressed is
the one that remains in the down state? In fact how do you make any button
stay in the down state after clicking on it?
cheers
George Hatsidimitris
George Hatsi Guest
-
Steven Post #15
Re: buttons
Use movie clips instead of buttons. If you want the button functionality
but you are not working in flash 6, just put a blank button in the movie
clip, and have it's actions affect the clip. Make sense?
In article <bjrerj$nlo$1@tomahawk.unsw.edu.au>,
"George Hatsi" <georgeh@unsw.edu.au> wrote:
-->How to make a group of buttons such that the last button that is pressed is
>the one that remains in the down state? In fact how do you make any button
>stay in the down state after clicking on it?
>
>cheers
>George Hatsidimitris
>
>
S t e v e n P o s t
s . p o s t @ n u m b e r - 1 0 . g o v . u k
Steven Post Guest
-
Sanderman #16
Re: buttons
Please help me out. I dont get it? What should you do with those
movieclips. I have flash MX. Please help!
Steven Post <s.post@-SPAM-AWAY-number-10.gov.uk> wrote in message news:<s.post-F34E30.00562412092003@netnews.attbi.com>...> Use movie clips instead of buttons. If you want the button functionality
> but you are not working in flash 6, just put a blank button in the movie
> clip, and have it's actions affect the clip. Make sense?
>
> In article <bjrerj$nlo$1@tomahawk.unsw.edu.au>,
> "George Hatsi" <georgeh@unsw.edu.au> wrote:
>> >How to make a group of buttons such that the last button that is pressed is
> >the one that remains in the down state? In fact how do you make any button
> >stay in the down state after clicking on it?Sanderman Guest
-
missn webforumsuser@macromedia.com #17
buttons
i just got studio. i've made a few animations with flash and i'd like to convert these to buttons (up and over buttons), and then a drop-down menu from down button. what's the best way to convert flash animations to buttons?
thanks
em
missn webforumsuser@macromedia.com Guest
-
anishu #18
Re: buttons
just make those animations in a movieclip, and make tht movie clip to button, thts all.
for menu also, u can make movieclips.
anish
anishu Guest
-
GilesW webforumsuser@macromedia.com #19
buttons
I have made a button pic in photoshop, which i imported to flash, and then i made made lots of button from getting the graphic from th library, which then made my navbar. I think grouped al the buttons to to be movie clip, and then made each button inside the movie clip a "button". Then, i went to animat the button, so i went into the "button" and inserted a key frame in each of the for frames (up, over, down , hit). i then went to animat the "over" frame" so i made the button a movie clip, and went inside it to creat the animation. I inserted keyframes and made the instance a movie clip and the motion tweened it. everything is working fine. I click "enable simple buttons" and go to test the button, and when i roll over, nothing happens. What am i doing wrong?
thanks
GilesW webforumsuser@macromedia.com Guest
-
GilesW webforumsuser@macromedia.com #20
Re: buttons
dw, i ata many frustrating experiments i found the problem :)
GilesW webforumsuser@macromedia.com Guest



Reply With Quote

