Ask a Question related to Macromedia Flash, Design and Development.
-
Gianluca #1
Associate a description to a jpg
Hi!
I hope somebody can help me:
In my web page there are some buttons that allow to load several jpeg
pictures in the same main movie,I created an empty movie in the main movie
so I can load the picture into it and positioning the picture wherever I
want, but now I'd want that pressing the button you can also see a
description, so I need to associate a description for each picture, how I
can do it?
below what I use to load the photo:
on (release) {
shell.loadMovie("prova.jpg", 0);
}
Many thanks in advance
Gianluca
Gianluca Guest
-
Version 10 will not associate with swf files
Please tell me what to do as I have tried all the window's methods. I installed today and do not have a desktop icon or an entry in All Programs.... -
Associate multidim array
I have the following table I am going to read from a database: ROD S_PD S_RF BZ_BRG 0.63 8.7 38 5.7 1.00 12.1 41.6 13.5 1.38... -
How to associate the value of dropdown with checkbox
Hi All, I have the following case. I am trying to update a table based on the value of dropdown box and checkbox. Here is what I have in... -
Associate buttons with keyboard?
I'm relatively new to flash and far from familiar with Action Script, however, is there a way to associate buttons being pressed on a webpage with... -
re-associate photoshop with .psd files
hi, i have photoshop 5.5 and windows98se i recently installed irfanview 3.8 and since i did that, something strange has happened: normally... -
nGFX #2
Re: Associate a description to a jpg
hi,
if you have one button per image (it does look so) you could display the
text in the onPress event.
just make anoter mc, put an dynamic text in it and make it invisible.
onPress set the text for the current image and make it visible again. (or
just leave it visible and set the text to "")
onRelease (or whenever the text should disapear) make it invisible ...
nGFX
--
[url]http://www.widebight.de[/url]
[url]http://www.cauldron-2.com[/url]
[url]http://www.ngfx.de[/url]
[url]http://www.the-wizards-hat.com[/url]
People who used magic without knowing what they were doing usually came
to a sticky end. All over the entire room, sometimes.
-- Terry Pratchett, Moving Pictures
p.s. nGFX is now selling his services: WideBight /2.0, flash games and 3D.
contact: info (at) ngfx.de
"Gianluca" <giarriz@tin.it> schrieb im Newsbeitrag
news:18NZa.70627$cl3.2171060@news2.tin.it...> Hi!
> I hope somebody can help me:
> In my web page there are some buttons that allow to load several jpeg
> pictures in the same main movie,I created an empty movie in the main movie
> so I can load the picture into it and positioning the picture wherever I
> want, but now I'd want that pressing the button you can also see a
> description, so I need to associate a description for each picture, how I
> can do it?
> below what I use to load the photo:
>
> on (release) {
> shell.loadMovie("prova.jpg", 0);
> }
>
> Many thanks in advance
>
> Gianluca
>
>
nGFX Guest



Reply With Quote

