Lost Web Site Data :(
aaaaaaaaaaaaarrrggghhh
Lost a hard drive.... (I know back up all data etc )
sob.
Lost all the graphics I was working on ....
Is there a way of loading the exported flash movies back to the flash program...
I think I clicked the `protect` button
FlashKit > Flash Help > Flash MX
Posted on: 03-01-2003, 11:08 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
FComboBox Lost Data
Hi everybody, I need help ..
Well, I have a mc with 2 frames (frameA and frameB).
I put on frameA a FComboBox and dynamically put items into it with a button. My combobox instance name is combo. Here is the code of the button to populate the combobox.
on (release) {
this.combo.addItem("test1", "test1");
this.combo.addItem("test2", "test2");
}
wow, it work fine.
Now, I go to the second frame (frameB). Back to frameA. Dear, my comboBox is empty !!! Can someone explain to me that special feature ?
Thank you
Lost Array Data
i've created a new array which gets built by a flash function performed on an xml object. when i put a trace at the end of the function, all the data has been added properly, but when I trace it after the function is called, the array comes up as empty. help.
i put the pertinent code <a href="http://home.earthlink.net/~benjoya/data/array.html">here</a>.
thanks,
dave
Lost: I Once Saw A Site...
I once saw a site that had a thumbnail of an image that if you click on will open that image over your page, centered with a border, and darken out the background.You then had to click on the enlarged image to close it. I'm sure the code was open source, but I can't remember the site I saw it on and I need it now. Anyone know of what I am talking about?
Thankyou,
Chich.
Site Structure...I'm Lost
I'm building a personal website. The idea was to have a main movie with background,logo,navigation bar and links, then a empty container into which loading different movies on the call of the nav bar buttons using On Release LoadMovie It was working fine until I realised that some features (such as scroll bar and drop down buttons) where not working anymore. I've been trying to do it with LoadMovieNum but 1.the movie doesn't load in the container but anywhere above the main movie 2.when pressing other buttons from the nav bar or ones which are in the submovie, the films load at the top of each other (did try to make the first film unload before loading the next but can't make it work). I don't know what to do. As this is my first website, i should need some clear explaination on how to make it work. I'm using FlashMX (not 2004 ed)
Thanks for any help.
Black Embedded FLV Files Video Data Lost
I am building a number of animations within 8 different scenes, which will ultimately compile into an exe file.
The major problem I am having is with the numerous FLV files that are embedded into the timeline. No audio is going to be used. I created the FLVs in After Effects 7 from PNG sequences. RANDOMLY when i am working on the animations and keep saving (by incrementing file versions), the FLVs go black and in the properties panel it says 0.0Kb of video data. What is going on??? If the exe is exported and played, I get a crash - macromedia flash player 8.0 r22 has encountered a problem and needs to close. The only way to fix it, is to keep reimporting the flvs.
Please help Adobe and community. Thankyou in advance for your responses. :o)
Lost Link To A Game Dev Site
i had a link to a game dev site which dealt mostly with tile-based games; there was a whole page of demos including marble madness and bombjack variants, as well as dozens of step-by-step tutorials beginning with map arrays.
i know this could cover alot of sites! i think the one i'm after has been going for some time & is pretty well known. if anyone could come up with the right link i'd be very happy.
cheers
||| O ^ | + O ¬
Lost A Site - Specific Xml Playlist Based Flash Mp3 Player
Heya,
I was searching the internet a couple months ago on xml playlist based mp3 players (flash) and I came across a web site that for the life of me I can not find now (I thought I had bookmarked it but...).
The only description I can give is, the site was pretty nice (gorgeous actually) and the screenshot they showed of the player was like a deep maroon color, and it was very feature rich. It included a butt load of skins for color changing, and if I recall the price was around 24.95 or something. I have googled all the words and combinations of those words I can think of but it hasn't popped back up. I *may* have found it via a sponsor link on another site but...not sure.
If ANYone knows this site by my description above please link me to it. I do have a list of several good pay/free players but this one in particular was quite above all the others.
EDIT: It wasn't: Wimpy, Sourceforge or Flam.
Array Data Is Set Then Lost... But Just One Array
Hi,
I have 3 arrays, 2 hold different information which will be combined into the third one.
The creation/population of each array is done with in each own function as results are sent back to the flash from remoting.
I have attached a mock up of the code below.
Code:
array1 = new Array();
array2 = new Array();
array3 = new Array();
combineArrays = function () {
for (j=0; j< array2.length; j++) {
array3.push({something:array1[j].something, something:array2[j].something, ....});
}
this.myGrid.setDataProvider(array3);
};
query2_Result = function (result) {
array2.push({something:result[0].something, ....});
};
query1_Result = function (result) {
aMatrix = result;
for (i=0; i<aMatrix.length; i++) {
array1.push({something:aMatrix[i].something, ....});
remoting.query2(int(aMatrix[i].something), "");
}
combineArrays();
};
array1 and array3 keep the data that was populated into it. But by the time we reach the combine function array2 has no data.
I'm not sure why its losing the information, if you trace with in query2_Result() you get all the information that was populated into the array2.
Any help would be greatly appreciated.
Ty,
alex
Im Lost A Little... No, I Lied. Im Totally Lost
Ok... I have been making flash movies for quite some time and never tried to learn actionscript or any of that mumbo jumbo.
Heres the deal; I need to learn how to make a site in flash. Basically what I need to learn to do is how to make pages link together, Do you just make different scenes, or what is the best way of taking that on? Then do you just link it with get_url ... I understand how to integrate actionscript but "NO" clue on what ones to use or anything. PLEASE HELP... Thanks a ton
Joel McLaughlin
How We Can Get Data Of One Site To Another Site
Hello everybody
How i can get data from one site to another site through xml. Actually i want to get mp3 file which placed on a url and i want to import these file to another website through xml. Is it possible or not? If it is posible please give me solution.
Data Input On A Site (How To)
Time to pick your minds...
I have my site currently set up and ready for my begining testing stages. What I want to do is take the boxes I have created on my site and let viewers type in them. Not only do I want to have that happen, but I would like to have it stored in a database as well.
For example, Customer wants 5 oranges, she types 5 for the number of oranges she wants. Next page, she wants 3 Jeep Grand Cherokee's (It's made up so hey, why not) and under the Cherokee's she has options. With the cherokees she wants leather on one, pleather on another and uhm, vinyl for the last. Green, Black and Red for the colors. One with a 4 inch lift, other 2 lowered to the floor (For reasons unknown)
Next page she wants computer parts. She selects from a list of components and then she gets to the end and the site will say thank you, we will contact you about your order. I, the eager receipient see the orders she has placed on my "Database" and it is perfectly organized with only the thins she selected or typed in on the order form.
If anyone could please help me or point me in the direction to where I can learn how to do this, I would greatly appreciate it. Again, I DO have things set up with boxes and what not, but just don't know how to make it so they can type in them and have that information stored so I can get it.
Thanks a lot
ZogDog
Loading Data From Another Site
i have a movie that loads variables from a php form on my webserver. I would like to post this to our companies myspace profile, but the problem i cant find a way to over come is with flash 8 security. if i embed the flash movie on the profile it will not access the php script nor load the jpeg's into the movie because they are on a different domain from where the flash image is being embedded. how do i over come this?
Load Data From One Site To Another
I'm trying to use a URLRequest to load data from an external website. It works fine if the swf is hosted on site A and so is the file, but if the swf is hosted on site B it can't get the data. I'm thinking there's something simple I'm missing.
IE Won't Load Data On Https Site
I have some graphs that work find on http sites with IE but for some reason it doesn't get the data from a secure http site.
It works fine in Mozilla and in IE is does load the flash file it just fails on getting the variables from my php file.
any suggestions on how to make this IE friendly?
LoadVarable Can't Send Data To Another Site
This is my script
PHP Code:
myButton.onRelease=function(){ _root.loadVariables("http://www.apisite.com/try.php?name=" + theName.text + "", "GET"); }
But it can't send data to that site. It just display "Waiting for www.apisite.com...." in the status bar and don;t send anything.
p/s : I set Local Playback Security to "Access Network Only" and turn off my Firewall
Saving Data On Published Flash Site?
Hello.
A friend has asked me to build him a simple site, one aspect of it is a calender showing when a holiday cottage is available. He doesn't want this automated, but wants to log in to the site to update it. He hates computers so editing an XML etc is out of the question. I came up with a simple system where he can log in, click on the dates to turn them red (not available) or click them again to turn them green (available), very easy. However what I don't know how to do is then have him use a submit button to save this data before he logs out.
Any ideas?
Regards, A.
Data Driven Flash Site Going Very Slow
i'm making a data driven website, and am having trouble because flash seems to be displaying the data very slow.
i'm using flash mx 2004 professional and the newest versions of php and mysql. i'm using OS X 10.3.7 on a MAC g5
my flash site retrieves information from a mysql database using php, however, flash displays the information very slow.
i have tested retreiving the data using only php (without the flash part) and it works fine over the internet.
also, my site works really fast when i run it locally, but only in safari, not internet explorer. internet explorer seems to freeze up when i run it.
i am attaching a zip file which contains all the files used on the website.
my website can also be viewed by going to www.rolxtreme.com/flash/menus.swf
to view the part where the data is retrieved, click on the "Exhaust" menu, and then mufflers. clicking on a muffler queries the part number and sends back the dimensions.
i would appreciate any help anybody can give me. i can't figure out why it's running so slow.
thanks
andrew
Writing User Data Out From Flash Web Site
Hi,
I have a flash web page that I am capturing simple data from a user. I have 4 radio buttons that specify which reports the user wants me to send.
I also have a text input field for the user to enter his/her email address for me to send the reports to.
I know how to capture the data in the radio buttons and the dynamic text field, but I can’t find information on how to write that information into an email from the web page to me so I can then process the request. What is the simplest way to do something like that? I know the getURL(mailto:.....) will send an email to me, but how can I include the users requested information? Or can I write the information to a file and then email the file??
Thanks for the help,
Bojomatic
XML Data Displayer - Works Fine Locally... But Not On Site - [F8]
Hiya
Another XML related question...
I have my XML Data Displayer referring to an XML feed on the web, it works fine when I run it locally, however it doesn't work when I run it off my site.
There's no missing files- since I'm referencing to an XML feed on the web.
How can I solve this problem and display XML data from the web, on the web?
^_^ ty
[MX04] Easiest Way To Send Data To Html Site Without Leaving Flash Movie
I can't seem to remember how to do this. I know of done this once before, but I don't think I used any kind of loadvars commands. Right now I want to integrate a paypal shoping cart on my flash movie. I don't want the paypal site popping up everytime an item is added. Is there any easy way to post this data to the site, without leaving the flash movie and without another windowing popping up?
Mx.data.components - Unable To Declare Data Component Types In External Class Files
Hi all,
FlashMX 2004, v7.2:
I am trying to declare instances of data-components (DataSet and DataHolder) in external classfiles, but Flash can't find the sourcefiles for any of the data component classes in the classpath.
According to the help-files, the classname for the DataHolder component is:
Code:
mx.data.components.DataHolder
Similarly, the classname for the ComboBox component is:
mx.controls.ComboBox
Code:
mx.data.components.DataHolder
In the following, the ComboBox gets declared, and the DataHolder generates a "Class can't be loaded" error:
Code:
class my_class extends MovieClip {
var my_cbox:mx.controls.ComboBox;
var my_data:mx.data.components.DataHolder;
function my_class() {
// constructor function
}
}
Sure, it fails because there is no "components" folder in the mx.data folder (at least on my system), and I have been unable to find any DataHolder.as file anywhere either, even though the documentation gives examples that reference the mx.data.components-folder for various data components. I even tried re-installing to make sure I had not accidentally deleted any classfiles, but still no luck.
Am I missing something really obvious here? Does anyone know how to successfully import, declare or otherwise make use of data-components in external class files? Any help greatly appreciated.
Please Help Me I'm Lost
Hi !
I have a movie with 5 layers of music.
The sync is event and at last frame it has the action : go to frame 1 and play, and it works great.
I took all of this layers and put them inside a movie clip and this time the sync wat start.
even though it had the same action when the loop happend it played only 3 of the layers at the first time and at the second time it played them all.
what am i doing wrong ?
how can i put layers of sound in a movie clip and still have it loop great ????
thanks in advance
tamika
Lost My Fla.....
Hi
A while I go I did a small flash movie and I went back to use it, and I discovered that I have lost the fla file and all I have is the swf file! so I cannot change it. Is there anything I could get that would allow me into the swf file.
Thanks
Im So Lost :/
hi.
2 start with i just wanna say that im a newbie to flash
ok i have 2 things i cant understand at all
1st thing is how to make a preloader , i have tryed to look at the tutorial pages , but the problem is not that there arent any ... but ... its all how to make advanced with a bar or with sound or whatever (advanced for a "noob"? ... doohh ), but i just whant i simple one where i can write "loading plz stand by" or something simple like that, but i dunno how to make the preloader
and info about how to make "a simple" one would be very very nice (and in a languge even i could understand )
the next thing is that my flash films just keeps looping ..... and i dont whant them to do that , any info in how to stop the flash from looping? (plz like above : in a languge that even a "noob" like me would understand )
thanks in advance and sry for being such a noob
ps. sry for my bad english im danish
I Am Lost
ok...i dont know if i will to download a site interface how to edit it..can i do it with flash mx...and can someone tell me how?
I'm Lost
Hi All,
I was reading this article in Macromedia:
http://www.macromedia.com/desdev/mx/...o_lock_14.html
and got confused along the way, Just want to ask regarding this syntax below:
compareOps == allMountingOps[i].lookUp()
What does ".lookUp()" represent? is it a custom function scoped within the array allMountingOps[i] ?
Can you help me out by at least giving me an overview on how this works?
Thanks a Bunch!
Butch
Pls Help Me , I Am Lost
I am trying to have a new window open when a thumbnail is clicked so a bigger pic is displayed in a new window. What can i do?
Secondly, when the new window is opened, there would be a "close" button for user to exit that new window allowing them to navigate the original window.
Thanks for the help!
Help Really LOST
I am really new at the whole FLASH thing. I am trying to create a webpage with a slideshow of a bunch of pictures (JPG) and a little sound. Is flash what I am looking for I want the pictures to move at 1 to 2 a sec. You know just long enough for your brain to go Wooh what was that? Any help would be great. Thanks
I'm More Then Lost.
I'm lost. I am trying for hours to find a problem, without any luck.
In the search for this, I came across this, and it might cause the problem.
I have two files, an old one (done in FLash MX) and a new one, done in FLash MX2004.
In FlashMX2004, I've opened the old file. Then I copied the textfields that cause the problem. In this file the textfields do exactly what they are supposed to do.
So I copied them, including the actions, to a new file. So they should be exactly identical, I thoughed. But they are not.
In the old file, the debug/list objects looks like this:
Code:
Level #0: Frame=1
Movie Clip: Frame=1 Target="_level0.instance1"
Shape:
Text:
Text:
Edit Text: Target="_level0.instance2" Variable=_level0.LLIDcheck Visible=true Text = "
Edit Text: Target="_level0.instance3" Variable=_level0.SWFIDcheck Visible=true Text = "
Edit Text: Target="_level0.instance4" Variable= Visible=true Text = old"
In the new file, the debug list objects looks like this:
Code:
Level #0: Frame=1
Movie Clip: Frame=1 Target="_level0.instance1"
Shape:
Text:
Text:
Edit Text: Target="_level0.instance2" Variable=_level0.LLIDcheck Visible=true Text = undefined"
Edit Text: Target="_level0.instance3" Variable=_level0.SWFIDcheck Visible=true Text = undefined"
Edit Text: Target="_level0.instance4" Variable= Visible=true Text = new"
I've repeated the copy/paste numerous times, thinking I made a mistake.
Can anyone please tell me why that "undefined" is there, and only in the new file? If I replace the textbox by a newly made instead of copied I get the same result.
script in both files (this swf is loaded into another swf, and that one holds the variables. And strangely enough, I've copied and pasted this quite a few times allready, it never went wrong, uptill now, I yust can't find out what's different this time):
Code:
SWFIDcheck = _level0.basket.SWFID;
LLIDcheck = _level0.basket.LLID;
Thanks,
Please Help, Im Lost?
Making a movie clip copy play at certain times.
What happens is the movie clip does not leave the designated spot and travel to the other side, I was wondering if there would be a way to time each copy, so that like every 2 secs it will reproduce a copy, not just all at once. I hope I explained this well enough to undrstand.
--------------CODE--------------------
onClipEvent (load) {
maxLaser = 6;
depthCount = 1;
_root.laserTwo._visible = 1;
laserCount = 1;
}
onClipEvent (enterFrame) {
if (laserCount<=maxLaser){
laserCounter++;
_root.laserTwo.duplicateMovieClip("laserTwo"+depth Count, depthCount);
_root["laserTwo"+depthCount]._visible = true;
depthCount++;
}
if (depthCount>maxLaser) {
depthCount = 1;
}
}
--------------CODE--------------------
Lost.....
I'm having trouble with sending email from Flash via php.
I have a simple email form and a sendmail.php script, but I can not seem to get them to work.
Could please someone take a look and tell me what's wrong.
*The original source of this script is from:
http://www.sephiroth.it/tutorials/fl...mail/index.php
Thanks
I Lost Everything, All My .fla's
Hey all, I need help in a bad way. I'm recovering from a bad crash where I had to boot from the windows CD and install windows again cuz of a lot of corrupt/missing files. In the process I lost all My Documents and more importantly, a web projects folder which had all my work
I was recently updating my website too, which is a huge kick in the nuts.
www.toddbeaz.com
is there ANYway to retreive an .fla from the .swf pulled from the site? Or does anyone know if I can somehow recover lost files due to the windows installating overwriting everything? I would have to start from scratch again, which sucks.
Thanks
Todd
Is It All Lost?
i spent about 6 months working on a flash website. today i looked at the folder and all my .fla files are gone! i must have overcopied them or something. im absolutely devastated to the point of nearly being in tears.
is there any way i can get the .fla files back from the .swf files i have.
if theres programs that do this could somebody please recommend one.
fingers crossed im not watching 6 months work go down the swannie.
martin Australia
Im Lost
ok i was wondering if there is a way to load a whole folder of pics into flash and place them all in different frames. I tried xml to load the pictures into an empty movieClip for each of them, but that seems to make the main movie very glitchy and tends to skip around quite a bit. I have 36 photos i want to control with a mouse drag on the main movieClip. the problem with xml is i cant get it to load into other frames inside that main mc only on frame one. The way i got around that was to make the main mc 24 frames long and put the 36 empty movieClips all in so they all streatched the 24 frames. then on an actions layer with 24 keyframes i had each frame say witch mc's are visible. However, this makes the main movie very jittery. The problem with all the photoslide shows i have found is that they have time between each photo i need it to be instant. I really may need to just toss them all into the movie on their respective frames....Any help or point in a better direction is appreciated
Im So Lost Here
ok guys i have this code in my actions layer. The images are gotten through xml. The problem is my fade in wont work correctly. I have gone through so many posts and tutorials.....im lost is there something wrong with it?...im i just plain outa my league?.....should i just through my computer away and work manual labor the rest of my life?......ugh
PHP Code:
thumbHolder.onRollOver = function() {
inte.loader2.loadMovie(this.main);
pic = this.main;
inte.loader2._alpha = 0;
onEnterFrame = function () {
_root.inte.loader2._alpha += 10;
if (inte.loader2._alpha>99) {
_root.inte.loader2._alpha = 100;
inte.loader.loadMovie(pic);
onEnterFrame = null;
}
}
};
any help or point at a tutorial i missed would be great
[F8] OMG Im Lost
ok, i just bought studio 8, and i've run through many of the included tutorials, ive dinked around online, looking for some tutorials, something that works, to help me get on my feet and really run with flash 8 pro.
basically what i want to do is make an mp3 player for my myspace to start off with, just something simple (or seemingly simple for that matter, lol) i know there is probably alot to it. but im willing to try. if anyone could take the time to guide me to a good tutorial or even give me some hints it would be awesome. im really excited to start off with this stuff, but i am really a huge n00b.
i know, buying studio 8 without any experience was probably foolhearty, but hey, i mean, u gotta start somehow.
Lost In CS3
I was horrible at Scripting in Flash 8, and now I upgraded to CS3 and am totally lost. All I need is for a button to have the old "gotoAndstop" function. Can someone please help me?!?
I'm Lost :)
Hi all,
For my next project I need to make online wheels configurator. (same like on: http://www.mijnautovelg.nl). But I don't know where to start . I need some links or tutorials regarding this subject. If anyone knows, I would be very gratefull.
Tnx in advance..
Lost
I purchased flash 8 pro a few months ago, Now i just recently moved and misplaced my serial number. is there a way to look it up inside of flash or in one of the folders? Any help is much appreciated.
I'm Lost....please Help
Hello,
I'm a new users at this forum and relatively new to Flash 2004 too....
I'm troubled with arrays/text and here's my problem -
I have two sets of arrays in my code. What I want to do is sew them together in such a way that when one is called/activated the 2nd set of array with the same digit is also displayed.
I have the design array working fine but the skill array does not show or display! Here's my coded ......
// create an array for attaching new designs on our timeline
design = new Array(4);
design[0] = "design0";
design[1] = "design1";
design[2] = "design2";
design[3] = "design3";
skill = new Array(4);
skill[0] = "description0";
skill[1] = "description1";
skill[2] = "description2";
skill[3] = "description3";
max = design.length;
itemDepth = 1;
for (i=0; i<max; i++) {
// attach new item
content_mc.attachMovie("design"+i, "design_"+i, itemDepth);
curItem = content_mc["design_"+i];
content_txt.createEmptyMovieClip("conTex", 1);
content_txt.createTextField("contText"+i, 1, 517.6, 26.5, 311.2, 183.5);
content_txt["conText"+i].multiline = true;
content_txt["conText"+i].text = skill[i];
// put the MC in an array
design[i] = curItem; .........................}
What am I doing wrong that the text does not display?
Lost
hi
i'm having a problem understanding and creating the attached movie. there are two bars (horizontal and vertical) that should control the dots movie clip. what I want to happen is when move the horizontal bar to the right the entire dots movie clip moves to the upper right corner; when move the horizontal bar to the left, the dots movie clip moves back to its original position. for the vertical bar, I want each small circles in the dots movie clip to move away from each other when the vertical bar moves down.
for some reason.. I get lost in the way and I wonder if you can help me out. Thank you very much.
I'm Lost...
I have been given a Flash project to take over, and I'm learning this as I go. I am completely stumped, however. I cannot for the life of me figure out how this thing even runs.
It's really simple. A single nested window contains nothing more than a title bar and a top-menu. Lots of screens and the rest of the menu are created at runtime though a series of action scripts.
What I can't figure out is how it gets started. There is NO action script in the .fla. Not a single line. The AS files are not part of the project - there IS no project. just a bunch of AS files and an FLA.
What tells the project to run my EventDesktop.AS file at startup?
Lost Flv
I made a swf clip a few months back and unfortunately my flv file was lost to file corruption. The swf is protected and now I cannot edit or make any changes.
My question is, is there any way to edit the swf without the flv when it is protected?
Lost...AS3
i have an instance of UIloader Component (fl.containers.UILoader), instantiated as loaderOne.
i also have an instance of UIloader Component (fl.containers.UILoader), instantiated as thumbLoader.
thumbloader auto loads a swf containing some button components, that file is named thumbSwf.swf
My Goal is to have those buttons load some images into loaderOne.
Both of these loaders are on the stage.
Using AS3, I cannot seem to find the correct path to do this?
It works fine if I have those same button components directly on the stage, but I loose communication with the above scenerio.
many thanks for any help on this.
Wow I Am Lost
I just got flash mx about 5 days ago. I have been working on a game. I have made some of the menus and stuff. I have a couple ?s:
1. I am not even close to done and the file is 4mb! Help!
2. I have a web site (www.airsoft1.bravehost.com) and I want to put my game on it. How do I do this?
3. I get lost when I try to read action script stuff. I need help. The game is about airsoft (like paintball but with bb guns). I want to have a shop where you buy stuff with your money. I tried to do the thing where you click the item and it subtracts the amount from your $$ ( I used the score tutorial) ,but how do I stop it from letting you buy something when you dont have enough money? (DO you use something like if root.money >/= 20 then - 20 (if the item is $20).
4. It would really help if I knew how to let you guys see the file( I tried to attach it but it is 4mb and it has been trying to post this message for an hour {56k}).
THANKS -I am lost
Lost Help Moi
Having problems with loading dynamic jpg´s with preloader.
When loading the first pic with button1 the preloader is working fine. But if I click button2 to load another image my preloader bar doesnt move at all (stays at 299 pixels). Im using this code:
ActionScript Code:
this.createEmptyMovieClip("preloader", 1000);this.createEmptyMovieClip("container", 1001);container._x = 5 ;container._y = 28 ;container._visible = false;preloader.onEnterFrame = function() { var l = container.getBytesLoaded(); var t = container.getBytesTotal(); var getPercent = l/t; //loadText = Math.round(getPercent*100)+"%"; loadBar._width = getPercent*299; if (l>0 && l>=t) { container._visible = 1; delete this.onEnterFrame; }};button1.onPress = function() { container.loadMovie("image1.jpg");};button2.onPress = function() { container.loadMovie("image2.jpg");};
Whats wrong ??
I'm So So Lost On This
the block of code below is from an online tutorial
var interval:Number = 5;
function someCodeToRun() {
clearInterval(mySetInterval);
trace(interval+" seconds have elapsed");
}
mySetInterval = setInterval(this, "someCodeToRun", interval*1000);
I don't understand how to make it work for Please Help...
i want to run this code:
new mx.transitions.Tween(_root.firstLoader.content.con tactLoader.content, "_alpha", mx.transitions.easing.Regular.easeOut, _root.firstLoader.content.contactLoader.content._a lpha, 0, 20)
the whole picture would be like this:
contact_btn.onPress = function(){
contactLoader.load("contact.swf");
}
this loads the swf "contact" into a component Loader
after 5 seconds I would like to use the tween code from above to transition out the swf, or either just unload the swf.
thanks
|