Ask a Question related to Macromedia Flash, Design and Development.
-
bim #1
Media Components
on stage, in frame 1 (the only one), I put Media Display
(myDisplay) and its Controller (myController).
then I associated myDisplay to my Controller
on (load) {
this.associateController(this._parent.myController );
}
From some button:
on(release){
_root.myDisplay.setMedia("video1.flv","FLV");
}
---
on(release){
_root.myDisplay.setMedia("video2.flv","FLV");
}
so the movie start well and change movie when I call it from other button.
but cursor (just it) in the Media Controller doesn't work, when click and
drag it, the movie stoped and doesn't restart anyway..
I can bring movie to begin with special button on the media controll or load
a new movie and play it from begin.
That is strange because if I load movie in a "static mode" from components
ispector all seems to work well (drag movie in any position.... after its
allready loaded of course)
What I missing?
bim Guest
-
Flash Media Server Components for AS3
Can someone please tell me where I can find components for Flash Media Server written in AS3. I found this:... -
Flash Media Server 2 Components outday ?
Sample Applications http://www.adobe.com/devnet/flashmediaserver/sample_apps.html Version - SimpleConnect (Version d24 02.20.2003) Flash Media... -
Flash Media Server Components
Hello I don't see Flash Media Server Components from the Component Panel pop up menu. Is it normal ? I use Flash MX with Flash Media Server... -
Standalone PLayer and Media components - problem
Hello Flash MX 2004 Pro component -> Media Display i have got a *.flv movie and connect it with MediaDisplay When i compile it (Ctrl+enter)... -
help with making media components work with flv
I built a project in MX 6.0 that I published in a projector and burned to CD. It contained a number of swfs with embedded video clips which the user...



Reply With Quote

