Adding A Scene Distorts Images
This seems very strange to me, but why would adding a scene to the movie lower the quality of the images I am using. I have images that look fine, but if I just add a scene to the movie the quality goes way down.
Thanks for the help, Todd
FlashKit > Flash Help > Flash MX
Posted on: 03-18-2003, 10:49 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Images Look Crappy When Adding Preload-scene
I have an imagesequence that should be exported with the swf in highest quality. Works great on it self and all, no problem whatsoever, UNTIL....
I added a preloader in a scene
Now when I export, the images look all crappy! Almost bitmap-like. I swear I've checked the properties of all images and the export-settings and all that.
Can someone help me with this problem?
Much appreciated,
Mediamonkey
Adding Scene Makes Images Fuzzy
I have a flash movie (flash 5) with imported PNGs for buttons. When I add a new scene (either by duplicating or adding new), the quality of these images plummets, even though I have the publish settings set to 100% jpg quality. As soon as I delete the new scene(s), the quality is restored. Obviously I can't publish a movie with poor quality images (it's like they've been enlarged and then over-sharpened in paintshop pro or similar, except they haven't). Does anyone know if/how I can remedy this? TIA
Why Flash Distorts Images?
I am new to flash, when i create a animation and test movie it appears compressed.I don't know why it compresses it so much or is ther an option on i don not know about.I can have a perfectly crisp image and it looks awful when it's exprted out of flash..........confused:
Flash Distorts Images (jpeg) On Export
Hi,
I just noticed that Flash seems to distort jpegs while exporting. Have a look at the attachment to see what I'm talking about. The image displayed at scale 100% has a really ugly thick border in the upper right corner while the opposite corner doesn't have a border at all. I 'solved' this problem by rescaling the image to 99.9%. I found this tip somewhere on the web. But I don't really like this way of working...
Does anybody know what causes this distortion? Or has an other solution...
Adding Scene Issue
Hi !
I did flash project in one scene. I put preloader in frond of it (in new scene). Preloader works fine, but the code in next scene doesn't work at all!!!!
I didn't find any solution. I tried to paste all frames to new empty movie with two scenes. Script started to work, but gotoAndPlay commands dont work correctly.
Leos
Trouble With Adding A New Scene
Hi,
I have a main scene that begins with a animation. Now when i add a new scene to house a preloader and place it above the main scene and play the movie the preloader works fine but when it plays the next scene everything stops at frame 1. At 1st I thought it was my preloader but i tripled checked it and it was fine, I also just added a blank scene but i get the same problem. Im using flash 8. ne 1 ever get this problem?
thx
Problems Adding Just A Scene
hi guys,
i am getting in pain just adding a second scene to my flash 8 artwork.
...i have finished an intro and now the movie should jump to a second scene using gotoandplay("scene2", 1).
as soon as i add the second new scene from the scene inspector and play the movie, i get a movie that stops playing to the first (i think it's so) frame of first scene....well at the end ...as soon as i add a scene, the movie stops. no code added or removed!!!it's strange!!!
please helppppp
thank
adro
Adding A Link To Scene
Hi,
I am a total beginner in Flash and wanted to know, how to add a link that opens in a new window to a scene?
I found out that on AS2 it was done in a manner similar to:
ActionScript Code:
on (release)
{
getURL("http://www.google.com",_new)
}
or something like that.
Right now I got to this:
ActionScript Code:
Scene.addEventListener(MouseEvent.CLICK,goTo);
function goTo(e:MouseEvent) {
var request:URLRequest = new URLRequest("http://www.google.com/");
navigateToURL(request);
}
But I get an error 1061
Basically I need to add a link to another web page on my banner.
Help please?!
JPG Distorts
I have a logo in JPG format... all looks good when the movie has just one fram length, but whenever i try to start the animation and add more frames (to any of the layers), the JPG distorts... any ideas?
ghjr
Adding All Instances In A Scene To An Array
I want to instruct actionScript to look at my scene, go though each item on it (e.g. all of the check boxes and radio buttons) and add each of these items that have got an instance name into an array.
I can't think of a simple solution to this. Can anyone help please?
[F8] Adding Text Field In Scene 2
I have a two scene movie
In the second scene i have
Code:
createTextField("word_txt", 2000, 100, 100, 300, 100);
word_txt.multiline = true;
word_txt.wordWrap = true;
word_txt.border=true;
var my_fmt:TextFormat = new TextFormat();
my_fmt.color = 0xFF0000;
my_fmt.underline = true;
word_txt.text = "This is my first test field object text.";
word_txt.setTextFormat(my_fmt);
If I export the whole movie this doesn't work
If I export just the second scene it does work.
What do I need to alter to make it work if I export the whole scene
THanks in advance
Adding All Instances In A Scene To An Array
I want to instruct actionScript to look at my scene, go though each item on it (e.g. all of the check boxes and radio buttons) and add each of these items that have got an instance name into an array.
I can't think of a simple solution to this. Can anyone help please?
Adding Up Score From Movieclip To Scene
Hi, I am doing a quiz game project using flash that is due soon. I am having a bit of problem with adding up score from many movieclips and displaying it on another scene.
Any help is deeply appreciated.Thanks in advance.
Blurry Graphics When Adding A Scene
Hello...i'm new at this forum and here's my first question:
When i add an extra scene to my movie (flash MX 2004) than all my graphics become blurry like a bad jpg. When i delete the scene again, the graphics are perfect.
Is this a bug in flash or am i doing something wrong? The graphics I imported are png or jpg.
I tried some changes with the jpg publishing quality, but that didn't work.
So..anyone with the solution?
Thnx in advance.
Animation That Distorts An MC
I am trying to do something similar to the Genie effect that the OSX menu bar does. I am trying to have a mc animate in, but I would like it o have a cool distortion applied to it.
Can anybosy help me out with some code that might lead me inthe right direction? I am somewhat new to AS. Thanks!
Adding 2 Sound Fx To A Scene But It Interupts The First Loop
Hi, i am working through one of the tutorials in swish and i have come accross a problem. IN THE TUTORIAL "THIS IS MY MESSAGE" i have added the vector graphics and the initial sound. However i wanted to added a sound effect when the first picture loaded in. When i did this my first sound loop cuts of then startes again when the sound fx is meant to cut in. So i look at sound/actions panel. I loop 88amp3 15 times and then at my first jpeg i loop a sound fx once. But when i play the whole scene my sound fx cuts in through the whole thing. When i go back to the sound panel i find that the setting have changed and the soundfx wants to play 15 times now overiding my initial 88amp3 sound loop. Its just that in future i want to put key sounds along side pics loading in and what not, and im not sure how to co-ordinate this. Anyone know what im doing wrong? Im pretty sure im close but i cant find the solution. Any takers?
Regards,
Gibbo.
Help Adding Moviclips/Btns To My Papervision Scene
Please help. I'm new to papervision and AS3. I'm trying to spin a cube with materials and interact with buttons on the cube. I was able to assemble this:
http://www.methodengine.com/clients/...vidboxspin.swf
It shows my cube with my materials. I placed buttons over the box that spin it. I would like those buttons to actually appear and spin on the cube itself.
Can anyone out there point me in the right direction. I was able to add movieClips on the stage, but no in the front cube material.
Here is my code to make this happen:
ActionScript Code:
package {
import flash.display.*;
import flash.filters.*;
import flash.events.*;
// Import Papervision3D
import org.papervision3d.events.InteractiveScene3DEvent;
import org.papervision3d.scenes.*;
import org.papervision3d.cameras.Camera3D;
import org.papervision3d.objects.DisplayObject3D;
import org.papervision3d.materials.*;
import org.papervision3d.utils.virtualmouse.VirtualMouse;
import org.papervision3d.utils.virtualmouse.IVirtualMouseEvent;
import org.papervision3d.utils.*;
import org.papervision3d.objects.*;
import flash.text.TextField;
import flash.utils.*;
public class Main extends MovieClip {
public var mc :MovieClip;
// ___________________________________________________________________ 3D vars
var container:Sprite;
// var scene:Scene3D;
var scene :InteractiveScene3D;
var camera:Camera3D;
var ism:InteractiveSceneManager;
var plane:Plane;
var time:Number;
var tweening:Boolean = false;
var myVidfront:Boolean = true;
var mouse:Mouse3D;
var vMouse:VirtualMouse;
var material:InteractiveMovieMaterial;
public var myVidContainer:MovieClip;
private var frontMaterial:BitmapFileMaterial = new BitmapFileMaterial("images/player2_back.png");
private var backMaterial:InteractiveMovieAssetMaterial = new InteractiveMovieAssetMaterial("flv", true, true);
private var targetrotationY:Number = 0;
var p:Cube = new Cube(new MaterialsList( {
front: frontMaterial,
back: backMaterial,
left: new ColorMaterial( 0x000000),
right: new ColorMaterial( 0x000000),
top: new ColorMaterial( 0x000000),
bottom: new ColorMaterial( 0x000000)
} ), 800, 100, 500, 1, 1, 1);
public function Main() {
init();
time = getTimer();
}
public function init():void {
stage.scaleMode = "noScale";
// add a spin btn
var spin180_btn:PlayVid= new PlayVid();
spin180_btn.x = 500;
spin180_btn.y = 25;
addChild(spin180_btn);
// add another spin btn
var spin360_btn:PlayVid= new PlayVid();
spin360_btn.x = 400;
spin360_btn.y = 25;
addChild(spin360_btn);
init3D();
addEventListener( Event.ENTER_FRAME, loop );
spin180_btn.addEventListener(MouseEvent.CLICK, spin180);
spin360_btn.addEventListener(MouseEvent.CLICK, spin360);
}
// ___________________________________________________________________ Init3D
public function init3D():void {
// Create container sprite and center it in the stage
container = new Sprite();
addChild( container );
container.name = "mainCont";
container.x = 270;
container.y = 200;
// Create scene
scene = new InteractiveScene3D( container );
ism = scene.interactiveSceneManager;
scene.addChild(p);
p.rotationX = 0;
p.rotationZ = 0;
p.rotationY = 0;
p.x = stage.stageWidth / 4;
p.y = -100;
var moreVids_btn:MoreVids = new MoreVids();
moreVids_btn.x = 480;
moreVids_btn.y = -130;
// scene.container.addChildAt(moreVids_btn,1);
moreVids_btn.addEventListener(MouseEvent.CLICK, spin360);
// Create camera
camera = new Camera3D();
camera.zoom = 10;
camera.sort = true;
}
private function spin180(event:Event):void {
tweening = true;
trace(p);
if(myVidfront){
myVidfront = false;
targetrotationY = 180;
}else{
myVidfront = true;
targetrotationY = 0;
}
}
private function spin360(event:Event):void {
tweening = true;
if(myVidfront){
myVidfront = false;
targetrotationY = 360;
}else{
myVidfront = true;
targetrotationY = 0;
}
}
// ___________________________________________________________________ Loop
function loop(event:Event):void {
if (tweening) {
if (p.rotationY <targetrotationY) {
p.rotationY += Math.sqrt(targetrotationY-p.rotationY);
p.rotationY = Math.round(p.rotationY);
} else if (p.rotationY> targetrotationY) {
p.rotationY -= Math.sqrt(p.rotationY-targetrotationY);
p.rotationY = Math.round(p.rotationY);
}
}
scene.renderCamera( this.camera );
}
}
}
Adding New Frames Before Game Scene [mucking Up]
Got a game, asteroids, and it works fine, but when i move the frames along 1 so that i can add an into screen, with high scores and a play button, it throws off all my remove movieClips.
if anyone know as to why, would be great help.
Loading A .jpg Into Empty Mc Distorts .jpg
HI!
I am loading .jpgs in to a empty movie clip that is on top of a small animation. when the .jpgs get loaded they seem to shift a bit back and forth slightly with the animation that is under it. when I preview it within flash its ok. when i publish and view it thru my browser(IE5.1 Mac) i get the shift. what is happening here? it is a browser/plug-in issue and is there a way around it?
thanks..
Imported Eps Image Distorts
Hello,
I'm trying to import an eps-logo into my flash mx sequence but the actual image appears distorted. Outlines were created in illustrator so no fonts are involved.
What am i doing wrong?
Image Distorts/changes Size On Tween?
I know it sounds so simple, but I assure you all images are exactly the same size ... yet when it tweens between images you can the image distort a little! Agh, very annoying. To see what I mean click: http://w3.sovereign-graphics.com/client/devin/test.htm
thanks for anyone who can help solve the prob!
Joel
Angling A Jpeg Distorts The Image - HELP
I imported a jpeg image into my flash and i angled (rotated) it.
It makes the image all jaggedy when i preview the movie.
Is there a solution for this?
Thanks so much for you help.
Image Distorts In Dynamic Text Box
I have been trying to build a flash site for a client and ran into a problem that has been driving me nuts.
First off:
I am using Flash 8. For the site I planned to use dynamic text boxes for each page so my client can update the pages. There is no text, just an image.
Go to: http://www.slclayton.com/Lennard
After the intro, click on Featured Listings, Buyers Needs or Bio & References.
The image is distorted. Also, for some reason the dynamic text box is about 350px and the image size displayed needs to be 525 to fit correctly.
Here is the action script I used:
myData = new LoadVars();
myData.onLoad = function(){
myText_txt1.htmlText = this.content;
myText_txt1.html = true;
};
myData.load("example1.txt");
stop();
What am I doing wrong???
Converting To Button, But Image Distorts
Hey guys, so i text thats as image in flash and I wanna make the rollover button to it. So I cut out the image for up and over put it in flash and now when I run it the A and some letters look messed up. How do I fix this. I cant just type the words in as text in flash b/c the spacing wont be the same. Any ideas. Am I converting the jpg wrong in photoshop
attached is teh swf so you can see what im talking about. The words on the left are what they should look like and the word one top ( approach) the A is messed up and so on.
Thanks
http://xquisitegraphix.com/resources/menu.html
Can't Import This Illustrator File? Distorts
Trying to import this file into flash as I need to zoom in and out of the image but when I import it, it just distorts the elements for some reason. am I doing something wrong? I've tried exporting it for illustrator as a swf or an ai file but still no joy?
http://www.viva360.com/paper_bags.ai
thanks in advance to anyone that has any ideas.
Publishing At 100% Distorts Loaded Movieclip
Hi,
I have parent movieclip and I'm loading another movieclip into it. For the parent movieclip, I have set the HTML publish settings (File -> Publish settings... -> HTML -> Dimensions) to 100%.
Now everything loads find only that the content of the movieclip I'm loading at run-time, is getting distorted due to the scaling.
Is there anyway to avoid this?
Thanks a lot!
Textbox Change Distorts Graphics
Hello,
In my movie I have a textbox which changes its text to inform the user of the status of the background sound... ie. sound = "playing"; or sound = "stopped";...
However, as the movie and thus, the textbox load the graphics around the textbox become distorted.
Does anyone know why?
Publishing At 100% Distorts Loaded Movieclip
Hi,
I have parent movieclip and I'm loading another movieclip into it. For the parent movieclip, I have set the HTML publish settings (File -> Publish settings... -> HTML -> Dimensions) to 100%.
Now everything loads find only that the content of the movieclip I'm loading at run-time, is getting distorted due to the scaling.
Is there anyway to avoid this?
Thanks a lot!
Flash Distorts National Character When Loading From Db?
Hello,
I have a mySQL database with text with swedish characters like هنِ. When I try to load this text into a flash textfield the special characters get distorted I weird ways. I wonder, is there some way I can tell Flash or the PHP-script fetching the data to format it in a way that both php and flash shows the text the same way (the correct way) when I collect it from the database?
Very thankful for any help on this =)
Importing PNGs Distorts Color (Mac Issue?)
I can't seem to figure this out. Perhaps somebody can test this on their Mac.
Here's my setup:
Mac G5
Photoshop CS
Flash MX 2004
Create a new file in PS and fill area with the following hex color: 1f2325. Save as PNG and import into Flash. Take a screenshot of the color and open it in PS. The value of the color should still be 1f2325. Unfortunately that is not the case for me. If I create the PNG on a PC, and import it into Flash on a Mac, there is no color shift. I've tried various color profiles for PS including turning it off. Still same problem. Opening the saved PNG in PS still shows the original color (1f2325), but once its in Flash, it shifts. Any ideas?
Flash Distorts National Character When Loading From Db?
Hello,
I have a mySQL database with text with swedish characters like هنِ. When I try to load this text into a flash textfield the special characters get distorted I weird ways. I wonder, is there some way I can tell Flash or the PHP-script fetching the data to format it in a way that both php and flash shows the text the same way (the correct way) when I collect it from the database?
Very thankful for any help on this =)
Adding Images To Flv
Hi.. going nuts with this.. I have imported an flv file and want to let it run the length of the movie, fade out and then show a series of images. All I get it the flv running with the images popping in andout of the center of the movie sequence instead of running along the timeline.. I tried to line the images up in the timeline but it wasn't permitted....
Anyhelp is greatly appreciated..
Thanks..
Al
Help With Adding New Images
I am trying to change the images in this fla file and can't. I can insert new images, but when attempting to click on them and create larger ones, it won't open up. I have left the original images as they were. Please let me know what i'm doing wrong. These would be the images that go into the ART section. Also, I need to know how to create new ones for the next other pages within that section. I usually change them in the library as well and update or insert from the properties tab in the library file. However, when attempting to do this in both the small image and the larger one, they don't link and it doesn't work for some reason. I tried to check the actionscript for these particular files, but can't find.When you do check the .fla perhaps you can add a file or two, to both the small and the large image files?
Thanks,
Tseyigai
http://inhistruthprophet.0catch.com/main_3.zip
null
Need Some Help. How To Create A Mask Shape Which Colors And Distorts The Underlying
Heey
I'm working on HL2 Total Mayhem. I just started out with flash a little while ago so my skills aren't that great yet.
I'm trying to create a shape which colors the underlying with a red tint(this i already succeeded in)and distorts the underlying layer.
(this part i've got no clue how to do).
So how do i distort the underlying layer?...
If it can't be done that way any other suggestions would also be appreciated.
Greetz
Thierry
Dynamically Adding Images To An Swf
Is it possible?
My client wants to make a scrolling line of pictures editable (link below) and wants to do so in Flash because the java they are currently using tends to bog things down too much. I told them that I didn't think it was possible, but I've been wrong before and thought I would check with the true experts at Flashkit.com
http://www.filmdisc.com/
Any suggestions as to how to make this dynamic without using the Java that they are using now?
Any help is appreciated!
[CS3] Adding Images Into Existing Fla
Hello all.
This is my first time here, and practically my first experience with Flash.
I have purchased a web template, and I have managed to change certain parts of the fla, but I am really lost when I comes to adding another 7 images into it.
When all the animation stops etc, i would like to have the 8 images continually appear then fade automatically into the next image in a loop.
I have attached my fla file and images.
fla.rar
images.rar
Thanks heaps.
DazR
[CS3] Adding Images To Background
Hi there
New here so go easy
I'm making a Flash website (using CS3) for a UK model. The colour required for the area where content will be is a pastel pink colour - done that using the rectangle tool and looks fine.
The colour that the actual background behind this is, is set to the default white - so when published you have the pink area and then any space outwith this area is white.
How do I do something along the lines of what has been done on this website where you have a logo (in this case the circle one) repeated in the background outwith the flash content area. How do you position it, tell it how many times you wanted it repeated etc? My guess is that you go into the HTML file when you publish the site and add some code but i'm not 100% sure.
Website example (sorry about example - only one I could find in a hurry): http://www.kerri-parker.com/
Thank you in advance.
[CS3] Adding Links To Images
Hi there,
I have a script that scrolls the images left or right on hover and I would like to add a link to each image.
However, I looked at several other threads out there and can't seem to figure out how to get it to work for mine...
my script is too big to attach, but basically I'm just looking to figure out how to add a link to an image.
Can anyone help?
Thanks in advance!
Jeremy
Adding Images From Folder
Hi, i wrote some code that uses an array to get pictures from a folder and puts them in the flash movie:
var whichImage = 5;
var circle:Array = new Array();
loadmovies();
function loadmovies() {
for (i=1; i<whichImage; i++) {
circle[i] = attachMovie("emc", "imageLoader"+[i], i);
circle[i]._x =(i-1)*100 ;
circle[i]._y =500 ;
}
}
init();
function init() {
for (i=1; i<whichImage; i++) {
loadMovie("picture"+ [i] +".jpg", "imageLoader"+[i]);
trace(i);}
}
Now what i want to do is make these pictures clickable. I dont know how to do this, any help would be appreciated
Thanks
Adding Images Sequentially
Hi again, hopefully a simple one here, i am adding images in a loop, but on each loop i want to add a different movie, named sequentially, ie navChild1_mc, navChild2_mc, navChild3_mc, etc
how is this achieved in as3?? this doesnt work....
Code:
for (var i=1; i<4; i++) {
var navChild = new navChild+[i]+_mc();
navChild.x = 100*i;
navChild.y = 140;
addChild(navChild);
}
any ideas??
Thanks all, im struggling with this stupid as3
Problems Adding Images
so i'm trying to make an array of movieclip containers then load images into them then adds them to the stage when they are finished loading. it just gives me one error..
TypeError: Error #1010: A term is undefined and has no properties.
ActionScript Code:
import flash.display.*;
import flash.net.URLRequest;
import flash.events.Event;
var the:Array = new Array();
var shit:Number = 0;
var loaders:Array = new Array();
for(var b:Number = 0; b < 20; b++)
{
the[b] = new MovieClip();
stage.addChild(the[b]);
loaders[b].pictLdr = new Loader();
loaders[b].pictURL = "dink.jpg";
loaders[b].pictURLReq = new URLRequest(the[b].pictURL);
loaders[b].pictLdr.load(loaders[b].pictURLReq);
loaders[b].pictLdr.contentLoaderInfo.addEventListener(Event.INIT, imgLoaded);
function imgLoaded(event:Event):void
{
the[b].addChild(loaders[b].pictLdr.content);
}
}
this is my code.. i'm assuming it's pretty off base. i'm just not getting it and getting frustrated.. the tilt factor is setting in.
Portfolio Adding In Images
Hi
I am using this album
http://www.koddinn.com/gallery/test/portfolio.html
i have added few pictures in, but they wont show, what am i doing wrong
Code:
<?xml version="1.0" ?>
<portfolio>
<picture title = "Tiny Disk"
thumb = "portfolio_images/thumbs/tinydisk.jpg"
description = "portfolio_text/tinydisk.txt"
image = "portfolio_images/tinydisk.jpg" />
<picture title = "Plug"
thumb = "portfolio_images/thumbs/plug.jpg"
description = "portfolio_text/plug.txt"
image = "portfolio_images/plug.jpg" />
<picture title = "Disk Collection"
thumb = "portfolio_images/thumbs/diskcollection.jpg"
description = "portfolio_text/diskcollection.txt"
image = "portfolio_images/diskcollection.jpg" />
<picture title = "Naut"
thumb = "portfolio_images/thumbs/naut.jpg"
description = "portfolio_text/naut.txt"
image = "portfolio_images/naut.jpg" />
<picture title = "Alien"
thumb = "portfolio_images/thumbs/alien.jpg"
description = "portfolio_text/alien.txt"
image = "portfolio_images/alien.jpg" />
<picture title = "Disk Collection"
thumb = "portfolio_images/thumbs/skip.jpg"
description = "portfolio_text/skip.txt"
image = "portfolio_images/skip.jpg" />
</portfolio>
Can someone tell me
Adding Images To ScrollBar?
Hello all.
Currently I am workin on a website for my mom's real estate business (notice the footer )
I am now working on the 'About Us' page, and would like to scroll down to view images.
Take a look at this link
http://www.geocities.com/cgreenlee88/aboutus3.html
So, how do I add images (instead of text) into a scroll bar text area?
Thank ya
Adding Images To Textbox
Hi everyone,
I was wondering if I can add images to a text box, and make them a static part of the textbox so when i scroll the image moves as well. If you can't do this, does anyone else have any suggestions of how to add images to scrolling text area? Thanks much in advance.
B
Portfolio Adding In Images
Hi
I am using this album
http://www.koddinn.com/gallery/test/portfolio.html
i have added few pictures in, but they wont show, what am i doing wrong
Code:
<?xml version="1.0" ?>
<portfolio>
<picture title = "Tiny Disk"
thumb = "portfolio_images/thumbs/tinydisk.jpg"
description = "portfolio_text/tinydisk.txt"
image = "portfolio_images/tinydisk.jpg" />
<picture title = "Plug"
thumb = "portfolio_images/thumbs/plug.jpg"
description = "portfolio_text/plug.txt"
image = "portfolio_images/plug.jpg" />
<picture title = "Disk Collection"
thumb = "portfolio_images/thumbs/diskcollection.jpg"
description = "portfolio_text/diskcollection.txt"
image = "portfolio_images/diskcollection.jpg" />
<picture title = "Naut"
thumb = "portfolio_images/thumbs/naut.jpg"
description = "portfolio_text/naut.txt"
image = "portfolio_images/naut.jpg" />
<picture title = "Alien"
thumb = "portfolio_images/thumbs/alien.jpg"
description = "portfolio_text/alien.txt"
image = "portfolio_images/alien.jpg" />
<picture title = "Disk Collection"
thumb = "portfolio_images/thumbs/skip.jpg"
description = "portfolio_text/skip.txt"
image = "portfolio_images/skip.jpg" />
</portfolio>
Can someone tell me
Adding Images To An Existing Mc
Hi to all,
I have a mc within a Flash template. I know how to swap out images, but do not know how to add to the existing mc.
I already imported images to Library, and played with importing to stage (close but no cigars).
I am including a zip file of the mc plus 2 samples to be added.
PM me for file.
Can someone please explain (step-by-step) how to insert more images with the same timeline as the existing images?
Any helps would be highly appreciated.
Thank you,
HiTekMom
(a.k.a. Mocha Martha Stewart)
|