As a potential work around, what version of Shockwave is in it? I am
thinking perhaps embedding Flash i Shockwave to get a higher Flash version??
I know wishful thinking right?!
Charles P.
On 12/22/06, Josh Santangelo <[EMAIL PROTECTED]> wrote:
The Wii's "Internet Channel" launched today, wh
Charles Parcell wrote:
>
Hi Charles,
Thanks for your help!
I am not very versed on Flex Builder it self, but my first question is to
ask why you are importing UICompnent? I can only guess that you have not
pasted in all of your code here.
That's because I was trying to decide whether to subc
I have found solution. If I want to load swf with combobox twice in two
different clips I should remove first clip. I did unload. That was wrong.
Maybe that helps somebody.
2006/12/23, natalia Vikhtinskaya <[EMAIL PROTECTED]>:
I found that combox don't like when I do this trick
in my main movie
I found that combox don't like when I do this trick
in my main movie in one frame with stop()I load my movie.swf in clip "host"
with preloader .
onClipEvent (enterFrame) {
if (this._url != _root._url) {
_root.preload(this);
}
}
preload is usual function that preload any swf
function prelo
yes
2006/12/23, eka <[EMAIL PROTECTED]>:
Hello :)
Do you use the _lockroot property ? (my first comment explain this
property)
EKA+ :)
2006/12/23, natalia Vikhtinskaya <[EMAIL PROTECTED]>:
>
> Hi again
> Yes of course but sometime I don't know where to find solution. So
please
> help more.
>
Hello :)
Do you use the _lockroot property ? (my first comment explain this property)
EKA+ :)
2006/12/23, natalia Vikhtinskaya <[EMAIL PROTECTED]>:
Hi again
Yes of course but sometime I don't know where to find solution. So please
help more.
My continuation is not good. When combox is loaded
I am not very versed on Flex Builder it self, but my first question is to
ask why you are importing UICompnent? I can only guess that you have not
pasted in all of your code here.
Second, why not draw your arrow so that its center is at 0,0?
Charles P.
On 12/22/06, Reid Priedhorsky <[EMAIL PR
Hi again
Yes of course but sometime I don't know where to find solution. So please
help more.
My continuation is not good. When combox is loaded in main movie I scroll
list and when I move mouse to item trying to choose the item list closes.
When I test original swf all work correctly.What can be
I spoke with an A. Barbier. He wanted me to write up some details of my
project, which I did. That was some time ago - have not heard back from him -
nor do I believe I ever will. In fact, I had contacted Adobe at least a month
previous trying to get some information regarding Flex. It was o
Hi,
Flex can consume Web Services without FDS.
Please let me know who you spoke with Rakos so I can make sure to fix this
miscommunication.
Regards,
David
Adobe
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seth Caldwell
Sent: Saturday, December 23,
Hello :)
All the response are in the documentation ;)
Good continuation ;)
EKA+ :)
2006/12/23, natalia Vikhtinskaya <[EMAIL PROTECTED]>:
!!! my problem that I did not use
myComboBox.setStyle("embedFonts", true);
THANK YOU!!!
2006/12/23, eka <[EMAIL PROTECTED]>:
>
> Hello :)
>
> dont forge
!!! my problem that I did not use
myComboBox.setStyle("embedFonts", true);
THANK YOU!!!
2006/12/23, eka <[EMAIL PROTECTED]>:
Hello :)
dont forget the property embedFonts :
myComboBox.setStyleProperty("embedFonts", true);
myComboBox.setStyleProperty("textFont", "fontID");
myComboBox.setStyle
Hello :)
dont forget the property embedFonts :
myComboBox.setStyleProperty("embedFonts", true);
myComboBox.setStyleProperty("textFont", "fontID");
myComboBox.setStyleProperty("textSize", 10);
with "fontID" the link of your font in the library of flash (right
button on the symbol to attach the f
Nothing helps.
I embed Arial in to the library with name "my_font" (I did that in
movie.swf) then in that movie I write
myComboBox.setStyle("fontFamily", "my_font");
myComboBox.setStyle("fontSize", 12);
or
_global.style.setStyle("fontFamily", "my_font");
_global.style.setStyle("fontSize", 12);
Th
Hello :)
1 - use a movieclip to create your mask and the method MovieClip.setMask()
(not a layer)
2 - if the first solution don't work. embed the fonts in the library and use
the style of the component to embed the fonts and change the default font.
EKA+ :)
2006/12/23, natalia Vikhtinskaya <[E
No my clip holder is under mask. Combobox works but don't show text in opend
list.
2006/12/23, eka <[EMAIL PROTECTED]>:
Hello :)
the panel of the combobox is an movieclip hide in the _root by macromedia
in
this component framework... you can't hide with a mask this panel
beaucause
the panel is
Hello :)
the panel of the combobox is an movieclip hide in the _root by macromedia in
this component framework... you can't hide with a mask this panel beaucause
the panel isn't in the same referencial :)
If you want change this state... you must develop your component with
actionscript and loca
The answer to your question is - you can consume any web service. I
reccommend you look into fluorine for a web service that will actually
convert c#.net classes into AMF3 objects returned from the web service call.
Certain objects do not have a direct AMF representation - your dataset class
is
THANK YOU.
Maybe you can give me one more advice. When holder clip is under mask I
don't see my list. I understand that I should embed font somehow to combobox
but could not find how. Is it possible that combobox works under mask?
2006/12/23, eka <[EMAIL PROTECTED]>:
Hello :)
in flash8 wi
Hello :)
in flash8 with FP8 compilation you can use the property _lockroot of the
MovieClips.
You wait the loading of your movie and you apply in the holder movie the
value true on the _lockroot property.
Example :
var loader:MovieClipLoader = new MovieClipLoader() ;
loader.addListener(this) ;
(please don't post questions by simly replying to a previous post, but
create a new message - otherwise some e-mail clients will mix up
threads and the unchanged subject will be totally confusing, too)
BS> I have a Flex question. I have been considering FLEX 2.0, but when
BS> I spoke with the guy
Thanks for the comments and, trust me there is no epeen involved :-)
Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote: That's a fantastic example of
over-architecting if I ever saw one.
Put away your epeen! ;)
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] O
22 matches
Mail list logo