Help - Search - Member List - Calendar
Full Version: Flash Shopping Cart
WorkTheWeb Forums > Webmaster Resources > Macromedia Flash
Pages: 1, 2, 3
Support our Sponsors!


are you referring to this link:
http://www.macromedia.com/support/flash/in...ity/droptarget/

Hello,

This maybe a badwidth issue. The users testing the site may have a slower connection. You may also want to check on this site for more information that may help:

http://www.macromedia.com/support/flash/ho...pert/interview/

Regards,
Paul - MMTS

Hello,

I guess that is the efficient way of doing that, adding a crop around it using the pencil tool then grouping them. But the are 3rd party flash tools that may help you with this. Try Swish.

regards,
Paul - MMTS

Trajik
You cannot force the installation of FP7. All you can do, is detect an outdated player and advise your audience that an upgrade is necessary to view your Flash piece correctly.


| Aaron West
| http://www.trajiklyhip.com
| http://www.devmx.com
| Team Macromedia Volunteer for ColdFusion
| Certified Macromedia Flash MX Developer

try looking at this link also:
http://www.macromedia.com/support/flash/pu...mize/index.html

Hello,

Flash MX 2004 initiates files before it opens and somtimes it takes time to run. Try to give it more time to open up. You can also try installing it in another system and check if the issue still persists. This issue maybe system specific.

regards,
Paul - MMTS

Peter,
awesome post - thanks for doing all that - gets me jazzed up to check out Plasma!


chris georgenes
mudbubble.com
Team Macromedia Volunteer for Flash
search forum first - 90% of questions have been answered

Thanks, that should work

Hello,

Trajik is right. You can use a Flash Player detection page or a dispatcher that would direct your customers to the download page of Flash Player.

Here are some notes:

http://www.macromedia.com/support/flash/ts...r_detection.htm

regards,
Paul - MMTS

highlight the text and choose _blank in the Target dropdown menu (located in the Properties window).

Do you think that another downloading will help with this problem?

I'm trying to fine the menu_tabs.xml schema. Can you please email it to me?

Break apart the text until it's shapes, then use the ink tool to put a stroke on the text.

Maybe I'm misunderstanding you, but it's working perfectly for me....

thanks...i think that will do the trick...but i have noticed another problem...my flash file is 5.5 mb big. i have 11 jpegs 700 points x 400 points @ 72 dpi... i have a good feeling that is the reason why it is so big...but i know ppl have a lot more pics on sites than what i do. should i be too concerned with the file size? is there a way to have my pics and a low file size?
derek

Do you see how many times you repeated the button on release? Create a function by using the #include script, so that flash will call the btn(n) onRelease however many times you have it in your code.

Also check whether your images are jpegs or gifs. I believe one is smaller than the other.

Hope this helps.

All the best,

Ann

Jose Rivera
what kind of music?

"Tom609" <[Email Removed]> wrote in message
news:blf7dp$iae$[Email Removed]...
QUOTE
Does anyone know of a good site to buy background music for presentations.



grover970
This is the code that duplicates the buttons within the scrollPane from an XML file.

I have tried everything I can think of.

var yOffset_cdListItem = 17;

function buildCdList( aClass ) {
cdInfo.mListScroll.cdListMenu.duplicateMovieClip( "cdListMenu", cdInfo.mListScroll.cdListMenu.getDepth(), cdListMenu );
var cdListItem = cdInfo.mListScroll.cdListMenu.cdListItem;
for ( aMix = 0; aMix < aClass.mix.length; aMix++ ){
var mixData = aClass.mix[ aMix ];
var myCdMenu = cdListItem.duplicateMovieClip("cdListItem"+aMix, aMix, mixData );
myCdMenu.onRollOver = cdListItemRollOver;
myCdMenu.onRollOut = cdListItemRollOut;
myCdMenu.onPress = cdListItemPress;
cdListItem._y = cdListItem._y+yOffset_cdListItem;
}
cdListItem._y =0;
cdListItem._visible = false;
buildTrackList();
cdInfo.mListScroll.refreshPane();
}

tralfaz
Normally, to slow down an external swf file you make a new swf file with a
slow frame rate (like 1 fps) with just this in the first frame...

loadMovieNum("tour.swf",1); // load tour.swf into level 1, not zero

The loaded swf will acquire the frame rate of the base movie. If you loaded
into the same level (level 0), the loaded movie's frame rate would take over
and it wouldn't run slow. Unfortunately, their file "tour.swf" loads
another swf... "tour/loader.swf" which then cancels your slow frame rate.
It may be possible to make a fake loader.swf to prevent that.

tf

"mlanson" <[Email Removed]> wrote in message
news:ble5t6$j3r$[Email Removed]...
QUOTE
What I'm trying to do is learn how cool motion graphics like
http://www.astrostudios.com/ were made...

I've found out I can?t simply import the swf into flash since movie clips
won?t show up in the timeline, so my next best bet is to play back the movie

in slow motion or frame by frame so I can see what they?ve done, but the
flash player won?t let me do it?
QUOTE

How on earth would go about slowing these movies down, having more control
over them? Thanks.

Morgan




tralfaz
FYI.. The fake loader.swf doesn't help. I made a simple replacement loader
with a 1fps frame rate that does work but the frame rate goes back to full
speed when it restarts the main tour.swf movie. Oh well.
You can get a closer look at how this type of movie is made with a
decompiler like the program "sothink SWF Decompiler".
tf


"tralfaz" <[Email Removed]> wrote in message
news:blfdjv$svs$[Email Removed]...
QUOTE
Normally, to slow down an external swf file you make a new swf file with a
slow frame rate (like 1 fps) with just this in the first frame...

loadMovieNum("tour.swf",1);  // load tour.swf into level 1, not zero

The loaded swf will acquire the frame rate of the base movie.  If you
loaded
into the same level (level 0), the loaded movie's frame rate would take
over
and it wouldn't run slow.  Unfortunately, their file "tour.swf" loads
another swf... "tour/loader.swf" which then cancels your slow frame rate.
It may be possible to make a fake loader.swf to prevent that.

tf


Jeckyl
Note that MM has ADDED behaviours to MX 2004

"Matthew E. Wells" <[Email Removed]> wrote in message
news:BBA08A5A.8D0C%[Email Removed]...
> This is almost like removing the behaviors palette from Dreamweaver.

Jeckyl
I've slowed down SWF movies before by directly patching the header file in
the SWF. But, of course, you need access to the SWF file to do that .. if
it runs from someone else's web site, you cannot patch the SWF.

Bentley,
Thanks for the update.........
+++++++++++++++++++++++++++++++++++++++++++++++++
The point here is that performance can suffer after 125 components.
But there is no hard limit to prevent you from adding as many components as you like.
+++++++++++++++++++++++++++++++++++++++++++++++++

Okay but no one wants a poorly performing application and since 125 is such a small number of components for an application (I guess 1000's would be more typical) a developer must look at work arounds.......

and so it is important to define a bit more clearly what/where the problem is so we can figure what make work around it....


1) Does the performance drop refer only to Components built using the new component architecture ie deriving from UIObject

or

2) Is the problem fundemental to AS2 and the use of "extends" instead of RegisterClass.

or

3) Is the problem related to the large number of MovieClip instances that a component typically generates (for borders, backgrounds etc)

or

4) Is the problem related to using data binding

or

5) Something else

Basically what I am getting at here is that .... is the problem the weight of the new component hierachy (focus,accessibility,depth mgt) and therefore if we used a lighter weight framework this would perform better or is it more fundemental and whatever we do, however lightweight the architecture perfromance will still drop off above 125 components.

The extra info will really help in figuring out a solution.

Rob

Bentley Wolfe [Macromedia]
"mich_oles" [Email Removed] wrote:
QUOTE
Do you think that another downloading will help with this problem?

If the installation went OK then the chance that you have a bad download
is very, very slim.

Is this the purchased version of the trial version? What OS?

--
Regards,

Bentley Wolfe
Senior Support Engineer, Macromedia
Flash Senior Escalation Engineer

Announcing MX 2004. New versions of Dreamweaver,
Flash, Fireworks, Studio and the new Flash Pro. www.MX2004.com

Bentley Wolfe [Macromedia]
"One Louder" [Email Removed] wrote:
QUOTE
This problem has been reported here and on other forums dozens of times.  So far Macromedia claims that they have been unable to reproduce the problem even with files sent to them.  So far, the problem has been labeled "system specific" and there have been a couple of hints dropped that it might be related to versions running a crack.

That's true, and we're still looking for more files, searching for
repeatability. One customer reported confirming that a virus caused
this problem.

Customers with files that won't open are welcomed to contact us via
support channels at http://www.macromedia.com/support. It's also
definitely helpful to do the basic troubleshooing in the general
troubleshooting technotes (search for 'troubleshooting' on
http://www.macromedia.com/support/flash.)

--
Regards,

Bentley Wolfe
Senior Support Engineer, Macromedia
Flash Senior Escalation Engineer

Announcing MX 2004. New versions of Dreamweaver,
Flash, Fireworks, Studio and the new Flash Pro. www.MX2004.com

Bentley Wolfe [Macromedia]
"BlackM" [Email Removed] wrote:
QUOTE
John,
An additional comment.....

The info needed on this problem goes beyond simply at what point does an app break, which okay could as you suggest be checked by a user, but WHY does it break - which only MM will know.....

We need to know the --why-- as only that can help us work around the problem - i.e.
1) is it fundementaly an issues with the number of movieclip instances in which case there is nothing to be done except have more movies
2) is it an issue with weight of classes dragged into things derived from UIComponent - in which case we might work around it by having some components extend from movieclip directly instead of UIComponent
etc etc.......

If you can see the point -  its not just a case of knowing where the limit is but it is also important to know why there is a limit/what is causing the limit so we can find ways to avoid it.

We checked this out and the 125 component thing is a -suggestion-, not a
limit. Just not worded quite like it should be in help. The point here
is that performance can suffer after 125 components. But there is no
hard limit to prevent you from adding as many components as you like.

--
Regards,

Bentley Wolfe
Senior Support Engineer, Macromedia
Flash Senior Escalation Engineer

Announcing MX 2004. New versions of Dreamweaver,
Flash, Fireworks, Studio and the new Flash Pro. www.MX2004.com

Wow... no one??
well... in the action Script I have
ListBox.getSelectedItems()

how do I get ALL items, without the need to select them??

thanks again

FYI - this forum post was reposted on Ultrashock.com and received the following positive response:

....Try using Sorenson Squeeze for Flash MX to compress the original file to .flv.....it has an uncompressed audio option....

This solution worked beautifully.

Thanks ultrashock forum members!!! :)

An excellent tutorial can be found here:
http://visualintensity.com/flash.php?versi...orial=scrollbar

Good Luck -- I hope this helps!

tralfaz
try:
sothink swf decompiler
The demo version captures only the first couple of frames but that usually
includes background sound files.
tf


"Bill Anthony" <[Email Removed]> wrote in message
news:blf76c$i27$[Email Removed]...
QUOTE
I've got a compiled .SWF movie that's got about 5 seconds of audio I need
to
capture.

How do I deconstruct the .SWF file so that I can extract the audio?




urami_
QUOTE
I have a scrolling dynamic text box which is loading an external HTML formatted text file. I'm trying to add anchor tags that would scroll to a different part of the text file within the text box, but can't get it to work. It always wants to open a new browser window.  Can this be done? If so, how??? Here is how I have the formatting in the external text file:

you can't have/use anchors in dynamic text .




Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
I am working with Flash MX.  When I play the scene using the option under Control>Play, my sound is good.  When I play the scene using the option also under Control but Test Movie the sound is like one is in a barrel.  The same applies when you publish the movie under File>Publish.

that's because PLAY does not reflect actual exported SWF files. It runs timeline only , use often for tween or
frame by frame animation test. The sound is bad because you use default sound compression.
On top of it I assume you use STREAM which decreases the quality further more .
Open library - CTRL L - right click the sound - Properties - and change the compression setting .
Play around till you find the sound to be satisfactory to meet your needs....

In regard to Ann's reply , Envelop handles has no influence on audio quality whatsoever , most probably she
confused something ......




Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
i'd be grateful if you could 'baby step' us through creating something like,

http://www.flashfugitive.com/scrol_sample.swf

would be useful for my photography portfolio though...

uff... great , the first one is really easy :)
second would take an hour to type ....


First make all the images that will be on this menu in clip out (select all and hit F8 - new movie clip)
Than right click it and go to properties - type IMG in the instance name box.
In flash MX 2004 there is no longer PROPERTIES on right click so you might need to click the
movie clip and hit CTRL F3 to open the properties box.

This is its instance name .

Now again , click it and hit F8 , make one more movie clip out of it .
And again , right click , instance name MC

So we end up having MC movie clip with IMG movie clip instance .

All you need now is right click your newly made MC - actions - and paste the following :
(and again , MX 2004 also has no ACTION on right click anymore so click the movie clip and hit F9
to open the action editor)

onClipEvent (load) {
Xwidth = _root.mc._width;
for (i=1; i<4; i++) {
img.duplicateMovieClip("img"+i, i);
}
}
onClipEvent (enterFrame) {
Xpos = _root.mc.img1._x;
k = Xpos-_root.mc._xmouse/20;
_root.mc.img1._x = k;
_root.mc.img2._x = k+Xwidth;
_root.mc.img3._x = k-Xwidth;
if ((Xpos<-Xwidth) or (Xpos>Xwidth)) {
_root.mc.img1._x = 0;
_root.mc.img2._x = Xwidth;
_root.mc.img3._x = -Xwidth;
}
}



That's all

Play around with the ...xmouse/20 , it's the speed of the scroll.
If you have problem , let me know , will send you the fla .




Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
Note that MM has ADDED behaviours to MX 2004

which are pretty useless , now you have to move within more windows , action
editor and behaviors . How that supposed to make the workflow better like they
claim it should - no idea.......


--



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

Thx a lot for your reply, I already did that.

I appreciate the reply though.

Jeckyl
I didn't say it was better ;)

"urami_" <[Email Removed]> wrote in message
QUOTE
Note that MM has ADDED behaviours to MX 2004
which are pretty useless , now you have to move within more windows ,
action
editor and behaviors . How that supposed to make the workflow better like
they
claim it should - no idea.......


urami_
QUOTE
hi, I ve got a problem I can't face with:
I was trying to copy a polish text and pasting it in Flash.
The problem is that flash doesn't recognize the polish accents.
The police looks like this: ("są źrόdłem wtapiało się pilśniową, stylową dekorację.") and when I write this I get: ("sa zr?dlem wtapialo sie pilsniowa, stylowa dekoracje.")
Could anyone try to explain me how to keep the accents in Flash? Thanks...

PS: I am working with the French Windows XP. Flash is french too.

try flashzone.pl , look up their faq , they covered polish characters
many times .




Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
Use double quotes after the URL name 'http://www.sony.com"

this is javascript function parameter which does not
need double quotes .
The syntax is correct.
And it does work here w/o problem .
There is something his overlooking.



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
Edit the sound from the Property inspector by clicking the Edit button to the right of Effect field. You will also notice some small with squares, which are called Envelope handles. You can use these for adjusting the sound quality as well.

that's second time I'm reading this , what the hell has ENVELOP to do with quality ?
please do some reading before you reply such nonsense and confuse users further.

Envelops are for channel volume and has totally nothing to do with Quality
of the audio , it is Compression setting that control the quality and size.....




Regards

urami_*

urami_
QUOTE
Maybe I'm misunderstanding you, but it's working perfectly for me....

the Alias in flash MX 2004 feature , not MX , so it could be the problem when
exporting to older player.
Shortly , can't mask anything w/o outlines.
The only text you can mask is device font and not by using Layer Maks but setMask
action script. Any other text MUST have outlines in order to be render by flash.
Only 2004 and player 7 can run the Alias text which is nothing but bitmap image.
Flash convert it , it does not actually make it alias .



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
I have a Flash movie embedded in my HTML page .On the page I have some DHMTL and Javascript that generate n Drop-down menu. The problem is that the dropdown menus display behind the embedded flash movie.

samples here

http://www.webgriffe.com/demo/layeroverflash/

and

http://home.kooee.com.au/webpics/menu/menu.html


look up the source code , search for WMODE .....


Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

Yes. It's trial version of Flash. My OS is Windows 98.

urami_
QUOTE
Could anyone tell me the best way to create a scroll bar in flash? I'm looking to create a scroll bar like that seen on http://www.karenmillen.com/company/company.htm and on the 'places to visit' page of http://www.eryri-npa.co.uk, or the scroll arrows on the 'services' section of
http://www.macmillan-london.co.uk.

did you try the build in scroll bar component ?



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
When I make changes to my flash content then view it on the web I
usually have to clear my cache, refresh my browser many times, then
close the all browser windows and then re-opening one. THEN I see the
changes! Why are these SWFs so hard to remove from the cache? I am using
IE 6 on a PC. Any advice would be great.

it's to prevent you from loading new movie if you reenter the same site.
It's speeds up the surfing , though with dynamic or often changed content it could
be problematic, but of course there are ways to force browser to take the
file from server rather than cache each time it is requested.

throw some random junk with the URL stuff that is usually ignore,
but the browser will see it as a unique request and hence ignore the cache
else stamp the file with time so each file will never be identical to another .

"filename.swf?Flushcache="+getTimer()



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
I imported an mp3 and shortened it using the time control bars in the edit mode. Does this decrease the file size or do I have to shorten it in a music editing program outside of Flash? Also, how do I center it vertically as well as horizontally in html? Any suggestions are welcome!

you have to shorten it up in editing program not flash.
Flash will mute the sound only when edited with envelopes but it won't cut it
off . The entire file is still there....

urami_
QUOTE
I've got Icon forge and have created an animated icon to go before my http:// text, but how do i get the icon to work. Have uploaded it onto my domain but I'm not sure what I'm supposed to do to get it to work?

check :
http://www.favicon.com/



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
Right now i'm developing a new page for a customer. I have a problem
because this customer want to anounced other partners in popup window
whithout browser frame in flash. How can i do that?
I have been trying with javascript command wihth window.open("features"),
but i didn't find a features that hide the browser top frame. I have my
flash animation waiting to found the way to do that!

use dhtml to open a layer instead of window , you can than have just flash
itself / even with transparency and stuff.



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
Does anyone know where to find a tutorial on the sliding menu as seen at http://www.audiusa.com/a8_sedan/a8_sedan_i...g-true_,00.html?  Any help is appreciated!

can't really see any menu there beside that simple motion tween shape on left hand side.

is that it ?



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>

urami_
QUOTE
Could someone please help me to create a curved scrollbar (from a curved line), to scroll a txt file?

static text will be simple because we can make motion tween on curve , drag
it manually for a length of the motion tween and based on current frame change
the position of MC , by dynamic , more complicated ....
any more info on it ?

--



Regards

urami_*



<lsym>

There's no place like 127.0.0.1

</lsym>


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.