Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Cannot Figure It Out Movie Disappears



Hi its me again! Cannot figure this out...
Code:
package { import flash.display.MovieClip;import flash.display.Shape;import flash.display.Sprite; /** * ... * @author Default */ public class Test extends Sprite{ private var thumbBorder:MovieClip = new MovieClip(); public function Test() { drawBorder(); for (var i:int = 0; i < 10; i++) { addChild(thumbBorder); thumbBorder.x = i * 50; } } private function drawBorder():void{ var thumbBack:Shape = new Shape(); thumbBack.graphics.beginFill(0x000000); thumbBack.graphics.drawRect(0, 0, 50, 50); thumbBack.graphics.endFill(); thumbBorder.addChild(thumbBack); trace("thumbBorder created"); } } }
Problem: It only shows one rect.With this code i expected to create several instances of the Movieclip thumbBorder, i dont understand why it shows only one.Thanks



KirupaForum > Flash > ActionScript 3.0
Posted on: 03-17-2008, 03:33 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Movie Clip Disappears
seperate movie clips are called on the click of different buttons in a blank movie clip. each movie clip has its own preloader, which seems to load, but does not show anything at first.. after after couple of clicks on the same button it does show. what can be the problem. Here is the link: www.powerhouse.com.pk

thanks

Some Graphics From Movie Disappears
Hi everybody.

I did work with flash for a long time, but yesterday I had a realy big problem.
I made a simple movie and it runs with no problem in many workstations. When I was test the movie in a machine (PIII-500Mhz) with IE 6.0, with flash player 7, some graphics in the animations just DISAPPEARS!
And the worst thing is that missing parts is random, for each time I test the movie, some differents parts disappears.
PLEASE, does anyone can help me with this problem?
I'm going mad!

Thanks,
Paulo.

Movie Clip Within Swf Disappears
Hello,
I have created a swf movie consisting of several jpg's and an avi. I converted the avi to a movie clip in order to fade it in and out, then saved the whole thing to movie.swf. When I publish it, it works fine.

The problem is, when I import this movie.swf into another swf (namely, a generic preloader where the third frame has this movie.swf file), the whole thing plays except for the avi! Why is it altering the contents of a movie it is just supposed to play?

Any suggestions?

Dynamic Text In Movie Disappears
hi everyone,

i'm using dynamic text in a site i'm working on. it works fine, save when i try to nest it in a movie, and the text disappears. it's happening in a couple of places, but a good example is when you try and nest the text box in the scrolling area of the scrollpane component.

any thoughts would be much appreciated.

thanks!

rachel

[F8] Movie Clip With FLV Disappears But Flv Keeps Playing
Hello,

I have not used these forums for ages!!

I have an issue with a project i am working on.

I have a movie clip that loads up on the main timeline. This movie clip has a flv within it and plays when loaded. I also have a close button which, you guessed it, closes the movie clip. However, the flv keeps playing in the background when the movie clip has closed.

Is there a way around this problem?

Thanks guys i would appreciate all help regarding this!

EGR103

How Cursor Disappears When It Is On The Specified Movie Clip?
i have a mc on the main stage that loads the photos in.

i do not want the cursor to be seen when users mouse is over the photos.

can u help me?

Saving To Flash 7 Or 6 - The Movie Disappears
I ran into a funny problem trying to save an image gallery to Flash 7 or 6, the whole gallery disappears, and all that's there is the background color. Last time I tried I could see one empty square for one of the thumbnails (there should be 15), and that was it!

I need to save to an older version because some of the visitors on this website are having the same problem (they can't see the movie) because they have older flash players.

How can I fix this?

Explorer/Mac OSX/9 Movie Disappears When Overlayed By Popup
hello,

I'm unable to figure out what's going wrong here:

click here (galeriejescovonputtkamer.de), when you see the main menu, click the contact button.

On safari everything is fine (mozilla&ie on winxp as well), but on mac internet explorer the main movie vanishes when the contact'-popup is opening!
Does anybody have an explanation for this?
Browser bug?

Oh, and: I know, a popup opening another popup, people hating popups, etc... but that's what the customer wants.

Any help would be great...
thanks

Load Movie And Dyno Text Disappears...what The?
Okay.

I finally got this dynamic text box working in a flash document (YAY i also made it scroll *happy*) but when i load this swf into another movie the text doesnt appear...Help would be much appreciated. It will probably be loaded onto: beanie-dude.50webs.com

cheers

Sound Disappears From Movie Loaded Via MovieClipLoader
I thought it was about time my Pretty Noise Toys had preloaders on them, so I went about using MovieClipLoader like so:


PHP Code:



mcLoader = new MovieClipLoader();
loadListener = new Object();
mcLoader.addListener(loadListener);
mcLoader.loadClip("carillon1.swf", loader_mc);

loadListener.onLoadStart = function() {
    loader_mc.stop();
};
loadListener.onLoadProgress = function(loadTarget, loadedBytes, totalBytes) {
    preloaded = Math.floor(loadedBytes/totalBytes*100);
    myText_txt.text = preloaded+"%";
    bar_mc._xscale = preloaded;
};
loadListener.onLoadComplete = function() {
    myText_txt._visible = false;
    titleText_txt._visible = false;
    downloadText_txt._visible = false;
    bar_mc._visible = false;
    loader_mc.play();
}; 




The preloader works perfectly, except that no sounds can be heard in the loaded movie clip. All of the sounds in the loaded clip (there are 9 of them) are triggered using attachSound, and I have tried changing the object name to _root.s1 etc thinking it may have been a problem with the addressing of the loaded movie or something, but it didn't help.

Naturally, the sounds work fine when the loaded movie clip is played standalone (eg, as currently on my website), and it does appear that the sounds are being downloaded with the loaded swf (as one would expect), since the download simulator shows it taking a fair old while to dl.

Just in case, here is a sample of the attachSound code from the loaded movie:


PHP Code:



s1unHit = true;
_root.s1 = new Sound();
_root.s1.attachSound("s1");
_root.s1.setVolume(50);
_root.s1.onSoundComplete = function() {
    sound1_mc.gotoAndStop(1);
    s1unHit = true;
}; 




I have searched and searched for an answer to this, but to no avail, but the only two posts I can find about it (here and on kirupa.com) remain unanswered .

Any help much appreciated!

Loaded Swf Video Disappears On Movie Resize
My base flash movie loads a video (video1.swf) into level 1. When I resize the browser the video disappears but I can still hear the sound from it.
If you alter the browser size the base movie is set to alter accordingly, (the stage elements staying in relative positions). Have attached code in case needed.
Any ideas to keep the video displayed - or where it's gone? Thanks in advance if anyone can help.










Attach Code

Stage.scaleMode = "noScale";
Stage.align = "TL";
///////////REPOSITION ELEMENTS WHEN STAGE IS RESIZED////////////
this.onResize();
function onResize() {
newPosition();
}
Stage.addListener(this);
function newPosition() {
stageH = Stage.height;
stageW = Stage.width;
bkgrnd_mc._width = stageW;
bkgrnd_mc._height = stageH;
myMovieClip_mc._x = (stageW-myMovieClip_mc._width)/2;
myMovieClip_mc._y = (stageH-myMovieClip_mc._height)/2;
}

///////////////

myMovieClip_mc.onRelease = function() {
loadMovieNum("video1.swf", 1);
};

Load Movie And Dynamic Text Disappears...what The?
i dont understand. I have a swf which the dynamic text works perfect on. I use the loadMovie and load in the swf with the text, and the text doesnt appear. Can anyone help. beanie dude

goto the link to see the thingo..press enter and goto characters...

(please ignore the silly voice and my noobiness at flash)

Sound Disappears From Movie Loaded Via MovieClipLoader
I thought it was about time my Pretty Noise Toys had preloaders on them, so I went about using MovieClipLoader like so:


PHP Code:



mcLoader = new MovieClipLoader(); loadListener = new Object(); mcLoader.addListener(loadListener); mcLoader.loadClip("carillon1.swf", loader_mc); loadListener.onLoadStart = function() {     loader_mc.stop(); }; loadListener.onLoadProgress = function(loadTarget, loadedBytes, totalBytes) {     preloaded = Math.floor(loadedBytes/totalBytes*100);     myText_txt.text = preloaded+"%";     bar_mc._xscale = preloaded; }; loadListener.onLoadComplete = function() {     myText_txt._visible = false;     titleText_txt._visible = false;     downloadText_txt._visible = false;     bar_mc._visible = false;     loader_mc.play(); }; 




The preloader works perfectly, except that no sounds can be heard in the loaded movie clip. All of the sounds in the loaded clip (there are 9 of them) are triggered using attachSound, and I have tried changing the object name to _root.s1 etc thinking it may have been a problem with the addressing of the loaded movie or something, but it didn't help.

Naturally, the sounds work fine when the loaded movie clip is played standalone (eg, as currently on my website), and it does appear that the sounds are being downloaded with the loaded swf (as one would expect), since the download simulator shows it taking a fair old while to dl.

Just in case, here is a sample of the attachSound code from the loaded movie:


PHP Code:



s1unHit = true; _root.s1 = new Sound(); _root.s1.attachSound("s1"); _root.s1.setVolume(50); _root.s1.onSoundComplete = function() {     sound1_mc.gotoAndStop(1);     s1unHit = true; }; 




I have searched and searched for an answer to this, but to no avail, but the only two posts I can find about it (here and on actionscript.org) remain unanswered .

Any help much appreciated!

Text With Embeded Font Disappears In Parent Movie
ok,

here is my question.

in movie_1, in order to manipulate the alpha value of dynamic text, i use embeded font. (not sure if it's the best way to do it? any suggestions?)

then i load movie_1 into movie_2. when movie_1 is loaded into the root level of movie_2, it works great. but when it's loaded in other deeper levels, the text won't display.

since it works when movie_1 is loaded into the root levle without embeding the font into movie_2, i guess it's not the problem of missing the font.. it should be some pathing problem, right?

i need to load movie_1 into deeper level than than the root of moivie_2. how to make it work?

thanks a lot!

Input Text Fields Disappears When Movie Is Attached Using AttachMovie()
Hi,

I am using attachMovie() to attach movies into the main timeline.

some of these movies have an input text field in them, when running the movies separately I can see the fields but when calling the movies using attachMovie() they show up with out the input text fields (I am using depth=2).

I suspect this problem has something to do with depths.

Thanks

LeoBeer

Figure Out How To Unload Movie.
I need some help on thinking how to accomplish this.

I have buttons dynamically placed (all the same symbol just new isntances). Behind these buttons is a subnav drop down menu which is also dynamically placed.

Now the dropdown menu drops on rollover of the main buttons, and on rollout it comes back up. my problem is if you rollout and rollover onto one of the other dynamic buttons the AS changes and stops unloading the previous drop down.

here is the dropDown code:
Code:
dropHold.onEnterFrame = function() {
dropVar.ay = (dropVar.depth - dropVar._y) * dropVar.speed;
dropVar.vy += dropVar.ay;
dropVar.vy *= dropVar.elastic;
dropVar._y += dropVar.vy;

}

dropDownFunc = function() {
// Bring up the menu
dropVar.depth = 12.0;
dropVar.speed = .1;
dropVar.elastic = .7;
}

bringUpFunc = function() {
// Bring up the menu
dropVar.depth = -85;
dropVar.speed = .5;
dropVar.elastic = .2;

}

this code is on the roll over of the main buttons.

Code:
dropVar = _root.dropHold["dropClip" + (this.mainBtnID - 1)];
dropDownFunc();
this code is on the rollout of the main buttons

Code:
bringUpFunc();
Now if you can tell by my AS, my problem is that once you rollover a new button the dropVar is changed to that new buttons relative dropdown menu. I cannot figure out a way to add a prevDropDown variable so it knows to keep playing bringUpFunc(); with dropDown being the old dropvar and not the new one.

Hope this makes sense. I will try to post an example.

Cant Figure It Out... Movie Clip Problem
Ok heres the deal, i have instantiated some movie clips. Upon a edited hitTest like scenario the clips that hit each other are pushed onto a stack. After checking all clips i play all the clips that are in the stack the problem is that all clips play except the most recent instatiated clips.

here is the code

for(var x = 0; x < loopcount; x++)
_root[matches[x].rowm][matches[x].colm].play();

i dont know if i supplied enough information or not so please ask for more if intrested. If anyone out there is curious this is for a tetris like game. what i have so far can be viewed at

www.angelfire.com/hi5/mokuman

I want to add animation to the deleting of the jewels though, and this is where the problem pops up.

Thanks....

SWiSHmax Stick Figure Movie
does anyone know how to make a stick figure movie with swishmax?

Cursor Disappears In .aspx Page When Using Flash Movie On Same Page
Dear friends,
I am facing this problem when I am using .swf file on my sites login page, there is 2 text box of User Name and password and submit button it is all are web controls, i want cursor at user name control when user comes to login page but it is not showing there but when I remove the .swf file from the login page then default cursor comes there, please help me.

Flash Ad Banner Disappears Flash Homepage Movie
ok, so i have a question and i wasn't really able to find it anywhere in the forum mainly because i don't know what to call the problem:

i have a homepage that uses a Flash movie as the main graphic for the page. Then above this homepage movie is an ad placement that occasionally has gifs or jpgs, but currently has a Flash Ad banner using a style we refer to as "window shade". when the mouse rolls over the Flash Ad banner the banner will extend down the page slightly to show more information. well, when this happens the Flash homepage movie disappears and shows just a blank white space underneath the Flash Ad banner window shade.

(i hope this makes sense)

so i'm wondering what i could do to rectify this issue. i'd like the flash homepage movie to still show under the ad banner. any suggestions?

ex: www.bbcamerica.com

Can't Figure This Out (can't Even Figure Out How To Describe It Lol)
I have a function that is getting the dimensions of a textfield so I know how large I will need to create it later on. Problem is, when loading big blocks of HTML w/ embedded images, the textfield may change size a few times before completely loading. If I trace out the "h" property in this function inside a loop, it looks like this:

1107
1107
1153
1208
.
.
.

until it gets to around 1350. I need a way to return that 1350, not the 1107, as my textfields are being sized to small. Any idea how to modify this function below so it returns the correct values? I've tried do/while, just a while loop, and onEnterFrame, but just can't figure out a way to get those values. Any help would be appreciated.


ActionScript Code:
private function getHtmlTextExtent(mcTest:MovieClip, strHtml:String):Object
{
    var w:Number = 0;
    var h:Number = 0;
    var fw:Number = 0;
    var fh:Number = 0;
    var objExtent:Object;
   
    _txtTemp = mcTest.createTextField("txtTemp", 100, 10, 1, 530, 400);
    _txtTemp.embedFonts = true;
    _txtTemp.multiline = true;
    _txtTemp.wordWrap = true;
    _txtTemp.antiAliasType = "advanced";
    _txtTemp.selectable = false;
    _txtTemp.html = true;
    _txtTemp.htmlText = strHtml;
   
    w = _txtTemp.textWidth;
    h = _txtTemp.textHeight;
    fw = _txtTemp._width;
    fh = _txtTemp._height;
   
    objExtent = {width:w, height:h, textFieldWidth:fw, textFieldHeight:fh};
   
    _txtTemp.removeTextField();
   
    return objExtent;
}

Nav Bar Disappears
Greetings All
has any one had this problem?
We have an outside vendor doing our website. They are using flas on the site as a navigation bar. For some reason, when some of us go to the site, (using IE 6) and the flash 7.0 plug-in the nave bar dissappears. Nothing. Nada.
Then sometimes you go there and all is well. The vendor says it is a documented problem with MM. Yet I have never heard of such. Has anyone else?

Thanks

Othello911

Mc Disappears
Hi


Here is my code for a simple curtain type effect.
Attach indexphoto_mc to the stage

When testi_btn is pressed I want a curtain to rise up and cover the image. Well, what happens is that the image disappears and then the curtain rises up?

Please tell me how to solve this, and what is going wrong.

Many thanks

Edward - very new to flash8






this.attachMovie("indexphoto_mc","home",this.getNe xtHighestDepth(), {_x:120, _y:20});



testi_btn.onPress = function() {
_root.attachMovie("curtainup_mc","curtaina", this.getNextHighestDepth());

}


stop();

Everything Disappears
this is a strange one, i think it must be a memory issue but..

I'm making a cd-rom in flash mx. It has about 7 scenes (the fla is about 2.4mb), inside one i have numerous movie clips with fairly complicated graphics (building plans) and when i go into the clip to edit it, i can't see anything?! nothing appears on the stage at all. When the file is previewed its all there and fine, but i can't see anything in flash to edit..

any ideas?

thanks
gen

Layer 1 Disappears
I am a newbie!!
I want to use the log in screen of my web site as the background and have text tween in. I copy the web page and put it on layer 1. On layer 2 I am successful with creating motion, but when I press play, the background (layer 1) disappears.
What am I doing wrong??

Sub Menu Disappears
(I posted this in Scripting, but I think it is more of a general question, an I haven't gotten a reply for several days).

http://j.parsons.edu/~ntaylor/french/new_menu.html

When you click on 'About Paris' a sub menu comes up. Go down to 'Paris Monuments' and a sub-sub menu pops up. But once you start moving down this (sub-sub) menu, the first menu disappears.

How can I get it to stay?

Please help. I think it's something like 'if subsubmenu is visible, then submenu is visible'. Not sure.

My Page Disappears Help
I've recently discovered a problem with my Flash designed site and I am stumped as to what is causing it or how to fix it. Please help!

On a limited number of computers (most if not all have been Macs) my website will "disappear" if the page is minimized or if the user scrolls up or down or in any way covers up the material on the page with another window. If the user then runs his mouse over buttons or anything else on the page they will reappear but anything that is not scroll-overable is gone for good until they refresh.

The two people that I've had check have both had Flash Player 6 and were using Internet Explorer (version 5.1 I think but not sure).

Has anyone ever encountered a problem like this or have any idea what might be causing it? The website is http://www.auspexentertainment.com/index2.html if you will please take a look and help me out here.

Frustrated,
Jeff
lordvask@hotmail.com

Attached MC Disappears?
I have a movieClip which animate with a couple of Tweens

Each keyframe has the same variable name

I have place another movieClip, through attachMovielip(), into the animated movieClip.

The problem is that halfway through the animation the attached movieClip disappears. It is almost as if the variable name has changed or it is another MC in the animation. The link gets broken and I can find out why. I've checked the variables and it is definitly the same MC in tweened animation.

Any ideas?

Cheers

FLASH NAV Disappears HELP
im creating this site here
www.onetosix.biz

and on a mac in 0s9, the flash navs just disappears on pages....
a good test is here
www.onetosix.biz/two_nils.html and
www.onetosix.biz/two_nils2.html

everything looks fine, then you do something like resize the browser and the navs disappear, until you move ur mouse over them and they reappear..
PLEASE HELP
Mike

Toolbar Disappears?
I am primarily a PC user but at work they've now got me set up with a Mac running OS X. The toolbar has disappeared in Flash MX and I can't get it back. Not the one with the fill bucket etc. but the one with the magnet that controls the lines attaching to the grid that you usually turn on and off fronm the "window" menu. There doesn't seem to be a way to turn that palette on and off in OS X like there is in Windows. Any thoughts how to get it back?

ProgressBar Disappears...
Yo!

I experienced some problems with my new website regarding the
progressbar. (Using Flash MX 2004) When I'm loading the site with
a high speed connection, it's working OK! But with a slower connection with a modem (56K) the progressbar is visible for just
a few seconds and then gone! What's the problem with all this!??

I'm glad if you'd help me out!

Every Thing Disappears
I have managed to work out how to use flash for a presentation, I have got a few static frames then an animation. But when I press ctrl + enter and play the animation one frame in particular disappears. When I looked at the pres where the timeline is the keyframe for the frame had the pics but the four frames after that were blank and I don't know how to fix it. So I was wondering if anyone could help me. Thanks

P.S. Sorry for the long post.

Txt Disappears When I Format It?
Guys & Gals,

I am going nuts, don't know if it is something simple or not!

Trying to format dynamic text, but when I do and run the swf file, the text disappears, in other words.

exampletext=This isn't formatted and therefore shows up when I run my swf.

exampletext=This doesn't because I <B>format</B> a word in the sentence.

I've set up a small file for you guys to work with and send back to me showing me either what the problem is, or how to do it.

Many thanks.

Flash Disappears
I have a flash banner made from KoolMoves that disappears when the drop down menu above it tries to open over it. Some time back I posted this in the KoolMoves area and was told to try here.

You can see exactly what the problem is by going to this link and hovering over "Activities" in the top menu.

Any help would be greatly appreciated..
tiorocky

Here is the code for the flash...

Code:
<CENTER>
<script type="text/javascript">AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0','loop','true','bgcolor','#1ca8cb','width','775','height','60','src','ban_fishing','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','ban_fishing');
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=ban_fishing width=775 height=60 codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0">
<param name="WMode" value="Transparent" />
<param name="movie" value="ban_fishing.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="bgcolor" value="#1ca8cb" />
<embed src="ban_fishing.swf" width=775 height=60 bgcolor="#1ca8cb" quality="high" loop="true"
type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />
</object></noscript>
</CENTER>

[CS3]Flash Disappears
Hi Guys
am making a website and i got some problems when resizing or minimizing the page the flash content disappears! where could this come from!?

Thanks
Evilping

Button Disappears, Why?
at this link, www.mpaads.com/lourdes/virtualtour/progressbar, you'll find my project. The problem is that when you click the 'NURSING' button, then click the 'INTRODUCTION' button, the subpage button, 'Hospital Campus' disappears. I' ve noticed that this only started happening when I added the progress bar component to the site. I don't get any errors in flash. here's my code:

Code:
trace("start");

stop();
main_pic.source="images/page3_sub1_pic.jpg";
bar_pb.visible=true;
main_pic.load();
bar_pb.source=main_pic;
bar_pb.addEventListener(Event.COMPLETE,piccomplete);

function piccomplete(e:Event):void {
bar_pb.removeEventListener(Event.COMPLETE,piccomplete);
bar_pb.visible=false;
addChild(main_pic);
}
intro_btn.addEventListener(MouseEvent.CLICK, onIntro);
nursing_btn.addEventListener(MouseEvent.CLICK, onNursing);

//intro btn
function onIntro(evt:MouseEvent):void {
gotoAndStop("intropage");
main_pic.source="images/page3_sub1_pic.jpg";
bar_pb.visible=true;
main_pic.load();
bar_pb.source=main_pic;
bar_pb.addEventListener(Event.COMPLETE,piccomplete);

}
//nursing btn
function onNursing(evt:MouseEvent):void {
gotoAndStop("nursingpage");
main_pic.source="images/page3_sub2_pic.jpg";
bar_pb.visible=true;
main_pic.load();
bar_pb.source=main_pic;
bar_pb.addEventListener(Event.COMPLETE,piccomplete);
}


//subpages
hospital_btn.addEventListener(MouseEvent.CLICK, onHospitalCampus);
neighborhood_btn.addEventListener(MouseEvent.CLICK, onNeighborhood);
function onHospitalCampus(evt:MouseEvent):void {
gotoAndStop("campuspage");
main_pic.source="images/page3_sub1_page1_pic.jpg";
bar_pb.visible=true;
main_pic.load();
bar_pb.source=main_pic;
bar_pb.addEventListener(Event.COMPLETE,piccomplete);
}
function onNeighborhood(evt:MouseEvent):void {
gotoAndStop("neighborhoodpage");
main_pic.source="images/page3_sub1_page2_pic.jpg";
bar_pb.visible=true;
main_pic.load();
bar_pb.source=main_pic;
bar_pb.addEventListener(Event.COMPLETE,piccomplete);
}
If i take out these 4 lines:

Code:
bar_pb.visible=true;
main_pic.load();
bar_pb.source=main_pic;
bar_pb.addEventListener(Event.COMPLETE,piccomplete);
my button doesn't disappear.. anyone have any knowledge as to why this happens and how i can prevent it?

MovieClip Disappears From Swf...
I noticed this weird thing today...

scenario 1) i leave the site (with my swf) on for about 20mins, and the movieClip containing my information disappears! The rest of the site remains, only that particular movieClip.

scenario 2) i browse the swf, and open another 2 tabs on firefox and IE, and the same movieClip disappears too.

I did not use loadMovie nor any scripts for the Movieclips, just placed them on the stage...

Is this a flash bug?

Thx

MovieClip Disappears From Swf...
I noticed this weird thing today...

scenario 1) i leave the site (with my swf) on for about 20mins, and the movieClip containing my information disappears! The rest of the site remains, only that particular movieClip.

scenario 2) i browse the swf, and open another 2 tabs on firefox and IE, and the same movieClip disappears too.

I did not use loadMovie nor any scripts for the Movieclips, just placed them on the stage...

Is this a flash bug?

Thx

MovieClip Disappears From Swf...
I noticed this weird thing today...

scenario 1) i leave the site (with my swf) on for about 20mins, and the movieClip containing my information disappears! The rest of the site remains, only that particular movieClip.

scenario 2) i browse the swf, and open another 2 tabs on firefox and IE, and the same movieClip disappears too.

I did not use loadMovie nor any scripts for the Movieclips, just placed them on the stage...

Is this a flash bug?

Thx

Array Just Disappears
I create and Array, fill it with values, call a function and about 1/10 times the Array has disappeared. I check the array just before the function call, and it is there, and again at the function and it is gone.

I have checked everything I can think off. No variable clashes and all the variable are still there in the function but the Array has gone.

In the end I found out that even if I try to re-create the variable inside the function it cannot be done. I do this in the function:

_root["page"+_root.secId+_root.pageCount].loadSeq = new Array();
trace(typeof(_root["page"+_root.secId+_root.pageCount].loadSeq))

... and the trace would register 'undefined' about one in ten times (at other times it is 'object' as it shoud be).

Completely befuddled and help would be greatly appreciated.

P.

Text That Disappears
I have 3 clips with a text inside each of them. The text was created with AS.
When I press on the MC the color changes, when I release it, the colour color returns.
After this, the text disappears. Any idea?


ActionScript Code:
for (i=1; i<4; i++) {
    eval("clip"+i).createTextField("texto", 100, -40, -15, 80, 80);
    eval("clip"+i).onPress = function() {
        my_color1 = new Color(this);
        my_color1.setRGB(0xff6666);
    };
    eval("clip"+i).onRelease = function() {
        my_color1 = new Color(this);
        my_color1.setRGB(0x000000);
        eval("clip"+j).texto.setTextFormat(formato1);
    };
}
clip1.texto.text = "Test1";
clip2.texto.text = "Test2";
clip3.texto.text = "Test3";
formato1 = new TextFormat();
formato1.size = 10;
formato1.color = 0xff6666;
for (i=j; j<4; j++) {
    eval("clip"+j).texto.setTextFormat(formato1);
}

Thanks.

Using LoadMovie, MC Disappears? HELP PLEASE
Why when I use loadMovie("mymovie.swf", _parent.holder); the other mc that is also in my main movie disappear???

Do I have to use any kind of level in this case or what am I doing wrong?

please help, any clue , anything is very welcome
Thanks

Text Disappears
Hello,

I have the following problem with a textbox,

This textbox playes in a movie that i have loaded on level 2, On level 0 playes another movie. When i play a tween on that movie my text in level 2 disappears????

Very strange to me, is there a soloutions???

Thanks Job,

Flash Disappears
I got beyond my previous posting about the error message. I was able to successfully embed a .swf file in a PP presentation. When I hit "slde show" it displayed nicely. I saved the file and reopned it only to discover that the ActiveX control appeared to still be on the page and the gray representation of the .swf was there but when I hit "slde show" it would not display. It seems that the act of saving the file ruined every thing. My URL or path to the .swf was still intact

Content Disappears In IE
I've built a site which has a welcome text and some images, both in separate movie clips based at _root. At the top left of the movie clips, also in _root, are two empty movie clips, waiting to load content once a button is clicked. It all works fine in firefox and safari on the mac, and in firefox on the PC. But in MS-IE v7.0 for Windows XP Professional the website comes up, just that the welcome content is missing (not sure about other IE versions). Everything else is there and the movie clips load content once you click the button. It's driving me crazy!!!! Any ideas why? I've published the movies in player 6.0. Is this a mistake?

Image Disappears
Hello.
I'm trying to load a bunch of images into a movie clip holder. The image loads very slowly, and it will disappear after a few minutes of being onscreen.

On the holder clip I am using the following code:








Attach Code

onClipEvent (load) {
val = 0;
}
onClipEvent (enterFrame) {
if (val <= 0) addval = 15;
val += addval;
this._alpha = val;

delete(this.enterFrame);
}

How To Let The Mouse Disappears?
Guys, I've replaced the curser in my movie with another object and everything is fine. but, when I move the mouse out of the movie area, the object which is used as a mouse is left behind. Is there any way to let the object disappears when the mouse moves out ??? I've tried all the ways i know (hitTest, onRollOut, checking _xmouse & _ymouse) but nothing worked. plz help :'(

Stream.get() Disappears
About the simplest thing you might want to do with FMS is to play a stream to a client. So you do something like this:

application.onConnect = function(p_client, p_bw) {
this.acceptConnection(p_client);
ls = Stream.get("playstream");
ls.play("flv:recordedstream");
}

Works just fine for a couple of minutes and then stops. Careful review of the server administration console shows that the file "recordedstream.flv" is playing to a nonexistent client that shows no traffic and a connection time of Dec 31 19:00. It appears that the server thinks the client is idle and kills both it and the playing stream.

So how would you play a recorded stream to a client? (Not using the VOD application, I don't want to give the client a choice of what stream to play, I want to choose the stream.)

VOD Application Disappears
Hey,

We have FMS3 installed on our server but whenever we try to load a new instance of VOD it disappears after a couple of seconds. There doesn't seem to be anything useful in the log files to explain why this is happening. I have tried restarting the server to no avail.

Any help will be greatly appreciated

Copyright © 2005-08 www.BigResource.com, All rights reserved