This._parent.mc_video - ContentPath - Load A Video Swf In To A Master Swf

Aug 31, 2010

First off I am using flash 8 What I am trying to do. (or should that be failing to do?) load a video swf in to a master swf, Master swf has no controls and loads the video swf ok But no video content. Main file loads video swf in to mc_vidholder in the main swf Code in AS frame

[Code]....

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Video Object _parent (Without Conponents In Libary)?

Jun 26, 2009

How can I create Video Object only with AS? (Without Conponents in Libary) I want to locate my Video Clip in MovieClip

var myMovieClip:MovieClip=this.createEmptyMovieClip("m yMovieClip", this.getNextHighestDepth());

and How can I create Video Object in this myMovieClip (AS without Components in Library)

var myVideo:Video=...
...=myMovieClip.createNewVideo("myVideo", myMovieClip.getNextHighestDepth());

View 0 Replies

ActionScript 2.0 :: Button To Load ContentPath And External Text?

Apr 12, 2006

i have the following layers:

Gallery - containt mx.controls.load named art1Loader
Gallery Info - Dynamic Text Box named infoBox
Gallery Buttons - btn1

[code].....

View 3 Replies

ActionScript 2.0 :: MovieClipLoader Object To Load A Swf Into A Master Swf?

Feb 6, 2009

I am using the MovieClipLoader object to load a swf into a master swf. I am the using a series of buttons to load various swfs into the master.swf - i.e.; navigation. Her is the code that I am using for the movie clip buttons go to frame 2 of the external swf MM_work is the movie clip that acts as a button. The first three lines of the function give the button its various states and interactivity the final line in the function is telling the movement.swf to load into the master.swf (or level 0) thus booting out the previous movie clip.What I want to be able to do is to fade out the current movie clip loaded into the master.swf (level 0) and once that has been completed to then load in movement.swf. Basically fading out the existing movie clip before loading the next one.

View 3 Replies

ActionScript 2.0 :: Load External Swf Files(9) Into Master.swf File

Aug 14, 2009

I can't figure out how to load external swf files(9) into my master.swf file one after the other. This is the Actionscript i have written so far.....(AS2)

var myItems:Array = new Array("swf01.swf", "swf02.swf", "swf03.swf", "swf04.swf", "swf05.swf", "swf06.swf", "swf07.swf", "swf08.swf", "swf09.swf");
var myMCL:MovieClipLoader = new MovieClipLoader();
var myListener:Object = new Object();
myMCL.addListener(myListener);
myMCL.loadClip("myItems[0]", this.getNextHighestDepth());

The first swf loads alright into my master swf but i can't for the life of me work out how to load the rest after each one has finished loading. Don't know if i need a for loop or what?

View 2 Replies

ActionScript 2.0 :: Get Text To Load From Master SWF File (_level0) Into An Instance?

Jan 5, 2009

I'm trying to get text to load from my master SWF file (_level0) into an instance on level 5. In the master file all I have is one key frame and this actionscript written into it.

ActionScript Code:
var myMCL:MovieClipLoader = new MovieClipLoader();
myMCL.loadClip("preloader.swf", 5);
_level5.textField1.text = "testText Field";

In the second swf (preloader.swf) all i have is on keyframe and an instance namedtextField1.Is there any reason why I shouldn't be able to load the text "testText Field" into it?

View 1 Replies

ActionScript 3.0 :: Error : 1120: Access Of Undefined Property Mc_video

Oct 21, 2009

the below script is working perfectly in AS2, but shows error in AS3 the error : 1120: Access of undefined property mc_video.

[Code]...

View 2 Replies

ActionScript 2.0 :: Send ContentPath To PHP

Mar 1, 2006

how can i send the contentPath from a scroller to a php file? The scroller has the instance name of ImagePane. I want to publish that contentPath to a txt file using php.

View 1 Replies

ActionScript 2.0 :: Use A Txt File To Change The ContentPath?

Jul 8, 2009

Trying to use a txt file to change the contentPath

import mx.video.*;
var myNC:NetConnection = new NetConnection();
myNC.connect(null);
var stream_ns:NetStream = new NetStream(myNC);

[code]...

View 1 Replies

ActionScript 3.0 :: Make A Video Class So Can Put In Src And Video Dimensions To Load Up A Video

Oct 13, 2011

Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way

[Code]...

View 2 Replies

Data Integration :: My_FLVPlybk.contentPath - Loading URL From DB ?

May 3, 2007

I am trying to use the FLV Playback component to load FLV's dynamiclly into the flash movie.What I have is a asp page with a Recordset pulling the URL from the DB into the page using Dreamweaver. This is all fine.Now I have one instance of the FLVPlayback on the stage with flash .I am trying to load the url for the FLV file into the movie, via ASP, MsSQL and a url parameter. What I am trying to accomplish is to have a link on a page with a url that will open a popup window. In this window I will have the Flash file that will load the FLV based on the URL, and play it.

View 1 Replies

ActionScript 3.0 :: Change ContentPath Of Scrollpane Dynamically?

Mar 19, 2010

When i click button 01, load the image externaly "01.jpg"  in the ScrollPane. By clicking the button 02 change the path to "02.jpg" in the same ScrollPane, by clicking 03 the same thing, and so on.

View 2 Replies

ActionScript 2.0 :: Copying An Existing ContentPath For Loader?

Feb 11, 2009

I'm having a project where I rely heavily on loading external images in AS2.These lines works fine and I have about a hundred of them:

_root.pic.contentPath = "GFX/Data11.png";
_root.pic.contentPath = "GFX/Data12.png";
etc.

I have another loader which works as a magniyer for the aforementioned one. Is it possible to let it load up the same image as "_root.pic.contentPath" without having to type in code manually for each picture?

View 2 Replies

IDE :: Loader Component-Multiple Images-contentPath?

Feb 25, 2009

I am using the loader component to place images on the main timeline.My goal is to use a folder with multiple images.How can I modify the AS 2.0 code from myLoader.contentPath = "image.jpg";?I know it should start with:myLoader.contentPath = myVariable;How do I define myVariable to mean the path of the folder with multiple images?The folder will contain 1.jpg, 2.jpg, etc.

View 2 Replies

ActionScript 2.0 :: Dynamically Change ContentPath For FLVPlayback-Component

Sep 24, 2010

how can I dynamically change the contentPath in FLVPlayback-Component, when one video is complete and the other one should follow? the code below it doesn't work for me. I don't show the full URLs, but the problem is definitely somewhere else. As separate contentPaths they work perfectly. I don't know why this shouldn't work, do I need smth. else to force FLVPlayback to refresh the content?

[Code].....

View 4 Replies

ActionScript 2.0 :: Use _parent 2 Times?

Dec 6, 2006

I would like to make a game for christmas. How can i use _parent 2 times? i mean, i have a kinda complicated MovieClip, it's movieclip in movieclip, i think 4, and i want to a script do nextframe to the second parent folder.

Code:
ROOT->Movieclip->2nd Movieclip->3rd Movieclip->4th movieclip.

The 4th movieclip when gets to a keyframe, it activates a script, to do nextFrame() in 2nd movieclip. I tried _parent._parent.nextFrame() and also _parent(2).nextFrame() but they didnt work.

I wanna know how can i jump up 2?

View 2 Replies

ActionScript 2.0 :: _parent, _root Or Something Else?

Jun 14, 2007

I used the tutorial on Kirupa on loading external swf's. Before writing here I tried to find an answer in the forums, but no luck so here I go.[URL]..If you look at my files: Open portfolio.swf and hit one of the first two images (that initially flies in). here you will see that if you hit the second one, the rpesent one displayed makes an outro and the second one makes an intro, PERFECT!

Now, if you open default.swf (that has portfolio.swf loaded into a movie clip as you can see by looking at the source) and if you hit the second image, the first one makes the outro, and then makes an intro. So the shift to the second one is not happenening. Please, can someone help me to make this happen?

View 4 Replies

ActionScript 2.0 :: Disable All Buttons In _parent?

Nov 13, 2005

Is it possible to disable all buttons in _parent?I dont want to use the name of all the buttons

View 2 Replies

ActionScript 2.0 :: _parent._name Not Showing Up

Nov 6, 2011

ok since no replyes to my last post ive added an example: basicly in root i have this code:

var container_mc:MovieClip = this.createEmptyMovieClip("container_mc", this.getNextHighestDepth());
attachMovie("button_mc","button_mcadded",_root[container_mc]);

[Code]....

View 1 Replies

ActionScript 2.0 :: Dynamic FLVPlayback - ContentPath Require Full LOCAL Path?

Aug 9, 2007

I just created a 448x380 SWF with the following code:

[Code]...

Why doesn't that load a video? The skin partially appears, but the video does not. Hitting "Play" gives a server error, even though I'm testing locally. Does FLVPlayback need the full MACHINE PATH -- file:////blah blah blah -- to access that local file? You'd think not.

View 2 Replies

ActionScript 2.0 :: _parent Not Working - How To Make It Work

Nov 7, 2004

I have a movie clip that has the following code:

on (release) {
_root.rightMenu_mc.gotoAndStop("Animation");
}

It works fine the way it is but I read that it is better to use relatives paths rather than _root all the time but when I change it to _parent.rightMenu_mc.gotoAndStop("Animation"); it doesn't work anymore.

View 13 Replies

ActionScript 2.0 :: {FMX} _parent Action Doesn't Work For SWF?

Apr 3, 2003

I have a movie load an SWF into a movie clip, in that SWF there is a button which tells a movie clip to .play, the movie clip inside that swf is called "clip". i have on that button _parent.clip.play();

View 2 Replies

ActionScript 2.0 :: Paths - _root Will Not Work With _parent

May 21, 2003

I have several SWFs that I need to work when loaded into another container SWF file as well as work when they are stand-alone SWF files. Because of this, in circumstances where a movieClip is being talked to from another MovieClip I am using _parent as opposed to _root. It has been working fine until now. I have one circumstance that only works with _root and will not work with _parent. _root.content_mc.anim_mc.screenShots_mc.gotoAndSto p(2); Obvously this works fine as a stand alone but not of course once loaded into the container movie.

View 5 Replies

ActionScript 2.0 :: _parent.onRollOver Overwriting OnRelease?

May 22, 2007

I have some code similar to this:

Code:
mc1.button.onRelease = function() {
//do stuff
}
mc1.onRollOver = function() {

[Code]...

View 2 Replies

ActionScript 2.0 :: Create A Variable From _parent Mc Right After CreateEmptyMovieClip?

Nov 5, 2002

I am trying to something like the following:

createEmptyMovieClip("iconLoad"+ i, .i+100);
["iconLoad" + i].iconName = IconArray[i];
loadMovie("pIcon.swf",["iconLoad" + i]);

In the movie pIcon.swf there is a local variable iconName. I am trying to set this variable from the above code (2nd line).

View 3 Replies

ActionScript 2.0 :: _parent[vehiclename1][vehiclename2]._rotation?

Mar 29, 2005

how would i write this _parent[vehiclename1][vehiclename2]._rotation, it doesn't like the two breackets next to each other need quick reply.

View 3 Replies

Load A Video Into A Video At Certain Cue Points Along The Main Video?

May 31, 2009

I would like to load a video into a video at certain cue points along the main video.  Does anyone know how to do that?

View 20 Replies

ActionScript 2.0 :: Change Root To _parent Values And Nada?

Sep 27, 2005

i can't get this preloader to work. i test it out, and it hangs. i've tried to change my _root to _parent values and nada. it just shows 0% and does nothing. here's the AS that i am using:

[Code]...

i got it off a tutorial a while ago. it seems to work in other flash movies that i have created, but not on this one. i've even re-built it from scratch, and still nada.

View 4 Replies

ActionScript 2.0 :: Mouse Events For _parent And Child Clips?

Dec 8, 2007

I have a _parent movieclip that receives mouse events and I want the clips inside the _parent clip (child clips) to receive mouse events also, but because of the _parent's mouse event handlers, the child clips are "interfered" with, or not received....how do I make it so both the _parent and the child clips can receive mouse events?

View 1 Replies

ActionScript 3.0 :: Mp3 And Video Player - Load External Video Gallery Or Mmedija.swf

Oct 25, 2011

I make my base swf in which I load external swf's. In my base swf I have mp3 player. Everything works fine until I need to load external Video gallery or mmedija.swf. In video gallery I have

import flash.media.SoundMixer;
SoundMixer.stopAll();

to stop my mp3 player sounds and play video files.... But then when load some other files I want to stop playing video files and restart mp3 player.

[Code]...

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved