| Component Packaging does not include everything... |
|
 |
Index ‹ Flash
|
- Previous
- 2
- createEmptyMovieClip & functionsHi!
Could somebody explane to me why following code does work:
---------------------------------------------------------------
click_mc = this.createEmptyMovieClip("testClip_mc", 1);
click_mc.beginFill(0x999999, 100);
click_mc.moveTo(100, 100);
click_mc.lineTo(200, 100);
click_mc.lineTo(200, 120);
click_mc.lineTo(100, 120);
click_mc.lineTo(100,100);
click_mc.endFill();
click_mc.onRollOver = function(){
this._alpha = 20;
}
click_mc.onRollOut = function (){
this._alpha = 100;
}
---------------------------------------------------------------
but why this code does not work:
---------------------------------------------------------------
click_mc2 = this.createEmptyMovieClip("testClip_mc2", 2);
click_mc2.loadMovie("./th/2.jpg");
click_mc2._y = 50;
click_mc2._x = 50;
click_mc2.onRollOver = function(){
this._alpha = 20;
}
click_mc2.onRollOut = function(){
this._alpha = 100;
}
---------------------------------------------------------------
The difference is that first code does draw MovieClip by him self. And
assigned functions do work. Second code creates empty movieclip
and then loads jpg into it. And then assigned functions do not work :(
What shoud I do to get second code to work? Flash MX 2004 in use.
thanx,
enn
- 3
- Jib Jab animationsHi all
I'm working on a project, and I'm interested in animating it in the same style
as JibJab.com, where every character has that "Halloween-wall-decoration"
quality to it.
So I'm wondering if anyone knows a) if they use stock photos to make all their
characters and b) if they do use stock photos, where can I find them (or
something similar)?
Any help would be appreciated.
Thanks
Chris
- 3
- Flash 5.0 and OSXHello all,
I made a Flash Projector file using Flash 5.0 (under system OS9) and I am
just wondering if this projector file will run on OSX? When I insert this CD
into my friend's machine with OSX (10.4), it calls for OS9 as it reads my CD.
Do I have to have OS9 install in my friend's machine in order to read the
projector file? I thought a projector is a stand-alone file that can be read on
either OS9 or OSX?
thanks for helping me out if you know the answer!!
confused Flash user:confused;
- 3
- making different buttons scrollI would like to have a serie of buttons on my stage which can scroll. I know how to make a textfield scroll, this must be possible for buttons to right?? How can I do this??
- 3
- "AC_OETags.js."One of my main clients uses this bloated-detector and it has caused me plenty
of headaches. Anyway, here are problems it causes in various browsers that
I've noticed;
[b]Safari[/b]
-Requires more than double the CPU% over just embbeding the object, or using
SWFObject, which is my personal choice for detectors.
-When more than one SWF is on the same page, if their div cells are touching,
or close to one another, and one file is playing a video/animation as an
example, any Flash 8 aliased-text or effects in the other SWFs will build-up,
as in become darker and more jagged overtime.
-SWFs will sometimes fail to work if the HTML page becomes too large.
[b]IE PC[/b]
-I encounter problems that do not occur under SWFObject, or just embedding the
SWF. These problems are generally minor, but enough to cause me pain.
[b]FireFox PC[/b]
-I can't say for sure since, but problems that were not present during local
testing, or with SWFObject, showed up on their machines which were using this
detector. I didn't rellize this detector was such a problem at the time, so
didn't test for it.
Anyway, I'm wondering if anyone else has encounterd problems with Adobe's
detector. I know this isnt' a fluke, since I have 2 PCs and 4 Macs for
testing. The problems are always reproducable on my machines and the client's
machines, and only occured with this detector. I'm also hoping there's a fix in
the works, since some of my clients wont's use SWFObject. These same clients
are trying to support users that run computers that aren't even advanced enough
to run their products; Go figure.
Chris.
<]=)
- 3
- Why doesn't this e-mail form work?PLEASE PLEASE PLEASE Somebody help me... I've been at this for over 24 hours
now and can not get my head around how to make an e-mail form work... I need to
get this sorted, urgently... can anybody help? PLEEEEAASE! :)
- 3
- Flash Hyperlink problemHi guys,
I am stuck on the HMTL feature in Flash. I have a dynamic text field which
loads a HTML text (contains hyperlinks).
The problem is the clickable area is ALWAYS left-centered. Do u know how to
move or increase the clickable area of the hyperlinks??
Really appreciate ur guys help!!!!!
** Click the link http://www.geocities.com/draculagump/test.swf
mouseover the end of a or b, you will understand.
- 5
- ! unexpected the file ?The first time I use flash.I created the bar with the text . I save it as a
move from the file but I changed my mind about the text and tried to open it
when I saw ! unexpected the file banner1.fla. I opened the swf file and saw it
but i couldn't change anything.Can anybody help me please?
- 5
- mac fscommand("allowscale", "false"); problemHi everyone,
I am doing this cd presentation and i need to make a version for pc and
mac.On my main movie i call up external swf files. The main movie goes to
full screen. While the pc version works just fine on the mac when the
external files are called up the projector shrinks to about 1/3 of the size
of the screen. Anyone know of this problem?
on the first frames of the movie i have but a frame with:
fscommand("allowscale", "false");
fscommand("fullscreen", "true");
thanks for any help,
pier
- 7
- loop a movie inside another moviehi! i have a problem...
I have two flash movies, so i wan to play a flash movie "two.swf" inside
"one.swf"
so i placed a command in the frame of the timeline of movie "one.swf" to load
in on level 3 (i have other movies inside) and it works
the problem is that i want to loop this movie, but i want to loop it only
inside the movi "one.swf", because when i load the same movie from other movies
(three.swf, four.swf etc...) i want it to stop in the end, this why i have a
"stop" placed in the end of "two.swf"
i suppose it must be simple to loop it but have no idea how to do it
help please,
thanks
- 9
- explosion helphey guys,
i'm new to the software and i've learnt the basics off my
uncle, but i want to know how you make an explosion. please tell me how with
ease.
thenks,
eivs.
- 9
- 9
- EMBEDDING FLV PLAYER ?I'm trying to place a flv player into my flash page which then is going to be
exported as an swf and used as a page in a 'flip - page' style magazine. I
bought the flip page component but when the swf page with the flv player is
used as a page, the player does not exist and the video automatically begins to
play regardless of what page the magazine is turned to...
I noticed that when I published the page it creates a seperate swf file for
the player.
Is there any way of making it into 1 swf file with the player in it?????????
Cheers everyone
- 12
- can't get URL to open in same windowMy banner has 3 images, each displays for ~5 seconds. I have each image linked
to a web page with more info about each image. The problem is that I can't get
the URLs to open in the same window! Each click opens another browser window.
All attempts to resolve this using suggestions found in my googling for the
answer results in error messages. Any help would be greatly appreciated!
Here's my script for one of the images:
button_1.addEventListener(MouseEvent.CLICK,buttonClickHandler);
function buttonClickHandler(event:MouseEvent):void {navigateToURL(new
URLRequest("http://www.neato.com/Other-Products/neato-dry-erase-easel-pad/defaul
t.aspx"));
trace("I'm clicked");
- 14
- easy question?!?does anyone know what is considered an average size for a flash site...(swf
file size that is)
i have a site that is 500K and its taking forever to load, im not sure if im
pushing it with the size or its another problem...
please help!!!!
|
| Author |
Message |
Badre

|
Posted: 2003-9-13 20:57:19 |
Top |
Flash, Component Packaging does not include everything...
When Packaging 6MX component all is well and works, except it does not package the fCustomIcon folder, GIF, and the Component Version MC, Any Ideas, am I missing something. Thanks, B.
|
| |
|
| |
 |
| |
 |
Index ‹ Flash |
- Next
- 1
- I would like a few first impressions if your not busy, thanks.Hi, being a bit riske with this site i'm doing, i havent seen another one thats similar (though i havent really been looking) so if anyone knows of similar look/feel sites then please tell me. Anyway http://www.geocities.com/lostboyviru/site4/site4.html
Thanks guys!
Viru.
P.S: No real content, and the grungy black text is not going to be there for long (obivously).
-----------------------------------------
~ No Style Without Substance ~My First Site Here
My Second Site Here
My Third Site Here
I'm only a lil' kid, only 19....o.O
- 2
- Volume Problem with Flash Captivate PlayerI am using Jesse Warden's Flash player for Captivate that I downloaded from the
adobe web site. Everytime, I have to toggle the volume control to make the
audio available. You can see it at this URL. Please take a look.
http://www.morgangick.com/mgftp/admin/helpmovie/
Any thoughts on how I might correct this?
- 3
- pulsating buttonHey,
I am trying to create an interactive, visual/object based website and want it
to be very clear as to what objects users can click on to access the content. I
have seen some really cool websites in which the button has a pulsating glow,
or the glow fades in or something (so it is not quite as abrupt and jarring as
what I have now). What is the best way to do that? It seems like I need a
tween, or animation somewhere but I am not really sure how to go about doing
it. Thank you so much!
Dave
- 4
- FLASH CONGELAS PART OF MY WEBPAGE ON SOME PC'SHello everyone, i was wondering if anyone else have or have seen the same
problem; that 'Flash' congeals part of my webpage. This is a large page that
cannot be seen on whole in browser screen, also have a lot of dynamic content,
so, when i update the content of page, that part of the 'flash', that is not
showing in browser, is keeping congealed, like an static image, until i press
F5 or use mothods like these. i would like you to share some information about
this problem. Anyone have any idea about the source of the problem?? thanks a
lot.
- 5
- Flash using web serives not always workingHello, I have a web site using web services to load data into drop downs lists.
This has been working fine for awhile, but now I have a few users that have
no data being populated in the lists. What could cause this to happen on a a
few users machines.
Thanks
Don
- 6
- Exchange Help Plz.....I have downloaded a file and i cant figure out how to get it to become a component or open it to work on it could some one plz help me with this problem
- 7
- simple way to link-to/play mp3's?Hello All,
Can somone point me towards a simple way to link to mp3's to a flash file,
and then play them? When I search flashkit, all I find is elaborate
WinAmp-esque mp3 players. When search Flash MX help, all I find is loadSound
(without clear direction what to do once it is loaded).
Not doing anything special; all that needs to happen in what I would imagine
is a one frame movie, is that the mp3 plays. Trying to avoid, of course, the
large file size of importing the mp3, and would much rather link to it.
Thanks in advance!
roml
- 8
- Just wondering...http://www.whoswestudios.com/flashsite.html
I was just wondering how they made their loading sign load so fast. I made a really cool loading sign, not as good though, but it took longer to load than the movie itself.
- 9
- Flash - dropmenu (comes with Flash):confused;
I have begun developing my Flash driven web site and like the looks of the
dropmenu file that comes with Flash. It uses XML for menu items but I cannot
find how to direct navigation from the XML portion.
I have taught myself what I know in Macromedia and have been extremely
frustrated that I cannot put together what I've envisioned. The reason I
pursued Flash is because I couldn't learn how to have multiple paragraph
columns in Dreamweaver to make my website look professional.
Please Advise....
Thanks.
- 10
- upgrading to Flash MX ProWe just recently purchased Flash MX2004, not realizing we needed MX Pro to do the video we wanted for our website. Can you upgrade to pro or is that a completely separate program?
- 11
- Flash CS3 Help pdf??Is a printable version of the Flash CS3 help (Language and Components
Reference) available in the Program Files or Application Data files of the
TRIAL version? I can't find it. I'm using Windows Vista Home Premium.
- 12
- Suddenly this happened with Explorer and Flash???:confused;
Suddenly in windows explorer a viewer has to select the swf file BEFORE they
can select a button and interact. This was NOT always the case. What's going on
and how do I program around this?
- 13
- Need help making a swf loopI am making a slide show in flash 8 using screens because this is my perfered
of making a slide show. This allows me to use the use the go to next screen or
go to screen commands. I am having a problem when I test the movie. My problem
is when the final screen stops it just stops. I am looking for a way for the
movie to loop and keep looping forever.
Please help
- 14
- help- image curvehello,
i'm trying to do a slide show like in 3D wheel (see attached)
but I don't know how to do the curve in the image that in motion tweening it
will curve
a href="http://img209.imageshack.us/my.php?image=imagesjt0.gif
thanx for your help
- 15
- inserting trademark symbolsIn flash I have a battle every time I want to include a trademark symbol. Even
if I try using the character map copy and paste I don't get the result. And yes
I've tried reading the manual and typing in your support center. Don't come up
with any results. There has to be an easy answer, I just see it. thanks in
advance.
|
|
|