Ask a Question related to Adobe Flash, Flex & Director, Design and Development.
-
sharetop #1
How to create Live Preview without custom UI
I create a custom component, it run ok. so I hope create a Live Preview,but I
haven't custom UI, only with the flash's parameter ui, how can I access the
property/parameter panel?
pls give me some example code.
thank you very much.
sharetop Guest
-
Custom metadata injection in live video feed?
Hi to you all, This is my first ever post on this forum. It has been of great assistance many times, but i can't find any information about... -
How do create a live video stream?
ok I'm pretty new to the streaming thing. I've asked on other forums and have been told flash is the way to go. What I want to do is upload videos... -
Live preview same for all instances
I've created a component with a separate live swf and Custom UI swf, when i pull 2 instances onto the workarea and alter one of their color... -
create preview
Whatever happened to the "create preview" option in the Open dialog? It seems like it was such a useful feature that I'm suspicious that it's really... -
Live Preview in Compiled Clips
Flash XMX 2004 Professional I'm createing a component, everything seems to go right. Then I started making a very simple livePreview, the live... -
MOLOKO #2
Re: How to create Live Preview without custom UI
sharetop wrote:
Library, right-click symbol, 'Component Definition'.> I create a custom component, it run ok. so I hope create a Live Preview,but I
> haven't custom UI, only with the flash's parameter ui, how can I access the
> property/parameter panel?
>
> pls give me some example code.
>
--
MOLOKO
------------------------------------------------
::remove _underwear_ to reply::
'God saves but Buddha makes incremental backups'
------------------------------------------------
GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
see [url]www.geekcode.com[/url] to translate the above!
MOLOKO Guest
-
sharetop #3
Re: How to create Live Preview without custom UI
I know how to define a swf file as LivePreview, but I don't know how to write
the code of onUpdate() function.
function onUpdate(){
// how to access the parameter of Paramter UI Panel without xch object ?
}
If I has a Custom UI Panel, I use the xch object to access the data of UI
Panel,but how can I get the data from Flash' Parameter Panel?
THank you.
sharetop Guest
-
MOLOKO #4
Re: How to create Live Preview without custom UI
sharetop wrote:
you can't - you must have the xch object. so if you had a parameter> I know how to define a swf file as LivePreview, but I don't know how to write
> the code of onUpdate() function.
>
> function onUpdate(){
> // how to access the parameter of Paramter UI Panel without xch object ?
> }
>
> If I has a Custom UI Panel, I use the xch object to access the data of UI
> Panel,but how can I get the data from Flash' Parameter Panel?
>
> THank you.
>
>
called 'wordtype' in the component definition, you would access that in
the LivePreview via:
xch.wordtype;
--
MOLOKO
------------------------------------------------
::remove _underwear_ to reply::
'God saves but Buddha makes incremental backups'
------------------------------------------------
GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
see [url]www.geekcode.com[/url] to translate the above!
MOLOKO Guest



Reply With Quote

