What Does Everyone Think About The Wide Variety Of 3rd Party Extensions Available For
If you visit http://www.macromedia.com/software/flash/extensions/ you can see a list of the latest extensions.
expensive? worth it? what does everyone think?
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 10-27-2003, 11:35 AM
View Complete Forum Thread with Replies
Sponsored Links:
Repeat Scrolling WIDE Image -- Too Wide?
Creating this effect -- tangosol.com
Have done the repeated scrolling image numerous times but never with an image so large that its goes off the 'grey workspace'.
So I attempted to do this set up all the images into a MC and put the AS onto it to constanly add 1 to .x. I just will not work completely because the MC goes out of the 'grey workspace' and starts itself over too early.
The link above has to be easily have a wider MC than mine, so how did they get this to work?
Thanks for the help.
.fla link
View Replies !
View Related
$_inheritance_$ (the Movieclip Variety)
Hi there,
I am making a presentation with a collection of animated charts in it.
I have a movieclip "mainScreen_mc" and inside it this are two instances ("plot1" and "plot2") of another moveieclip
"plotScreen_mc".
I want to insert a series of frames (bitmap images depicting a chart) into the "plot1" and a different set of images into "plot2".
both animations can then play at the same time, and I hope to expand the project to have up to 10 diferent animated charts.
I am doing all this with the manual controls rather than actionscript.
My problem, which is probably very basic, is that when I open up "plot1" and insert an image it apears in both the instances "plot1" and "plot2".
How do I keep the inherited attributes of the movieclip "plotScreen_mc" and still have indipendent controle over each instance of that movie clip.
I hope you can help,
many thanks,
Tim
View Replies !
View Related
Algorithm For Determining Variety...
Hey guys, it's been awhile,
I'm wondering if anybody has any ideas about an algorithm to see how many different variations there are within a set of data... For example, if I had:
1 1 1 1 2 3 3 2 1 1 4
The algorithm could figure that there are 4 different "types". I don't mean 4 numbers, because there are obviously more, but 4 varieties; of course, if I could be given a couple of hints as to how to go about count how many of the different types, that'd be appreciated, too. Thanks in advance.
View Replies !
View Related
AS3 Loading A Variety Of MovieClips
I'm new to AS3 and have been stumped by a pretty simple concept.
Heres the example: Three buttons have appeared "Pizza", "Fish Finger Sandwich" and "Soup". When the button for Pizza is pressed then a Pizza MovieClip appears and is then unloaded once the "Fish Finger Sandwich" button or "Soup" is selected. These buttons will be dynamic and run on XML, so the XML contains data that I want to correspond to a visual element (Pizza.as, Pizza.fla) in another allocated directory (com.food.recipes.Pizza). This means that if the XML creates a button that says "Recipe Title = Pie" then the main.as will look for "Pie.as" and then load all it's attributes once clicked.
Is it possible to do this and how would I get the main.as file to recognise and know just how many Recipe classes there are in the com.food.recipes." directory?
Does this make sense, and does this mean I will need to have fla's for each 'Recipe' MovieClip's visual elements?
I'm pulling my hair out! If this is badly explained or something isn't clear, please let me know.
Thanks,
BeechyBoy
View Replies !
View Related
Experts' Help Needed On A Variety Of Issues
So many problems...
Ok, here is the movie...
my movie
Suggest you read below before you load it...
here is the code on the first (and only) frame of the main timeline of the movie...
=============================================
//loads all external movies
loadMovie ("time.swf", "chTime");
loadMovie ("RRlogo.swf", "chLogo");
loadMovie ("newspane.swf", "chNews");
loadMovie ("mainpane.swf", "chMain");
//variables for the news text
loadVariables ("news.txt", "_root.chMain");
//ontheair stuff
//defines variable of time
mydate = new date ();
hrs = mydate.getHours();
x = hrs*60
y = mydate.getMinutes();
mins = x+y
//checks what time of day it is and loads appropriate movie
if (mins>=330 && mins<=449){
loadMovie ("/shows/show1.swf", "chOntheair")
}
else if (mins>=450 && mins<=479){
loadMovie ("/shows/show2.swf", "chOntheair")
}
else if (mins>=480 && mins<=599){
loadMovie ("/shows/show3.swf", "chOntheair")
}
else if (mins>=600 && mins<=659){
loadMovie ("/shows/show4.swf", "chOntheair")
}
else if (mins>=660 && mins<=719){
loadMovie ("/shows/show5.swf", "chOntheair")
}
else if (mins>=720 && mins<=749){
loadMovie ("/shows/show6.swf", "chOntheair")
}
else if (mins>=750 && mins<=779){
loadMovie ("/shows/show7.swf", "chOntheair")
}
else if (mins>=780 && mins<=869){
loadMovie ("/shows/show8.swf", "chOntheair")
}
else if (mins>=870 && mins<=929){
loadMovie ("/shows/show9.swf", "chOntheair")
}
else if (mins>=930 && mins<=1019){
loadMovie ("/shows/show10.swf", "chOntheair")
}
else if (mins>=1020 && mins<=1049){
loadMovie ("/shows/show11.swf", "chOntheair")
}
else if (mins>=1050 && mins<=1079){
loadMovie ("/shows/show12.swf", "chOntheair")
}
else if (mins>=1080 && mins<=1139){
loadMovie ("/shows/show13.swf", "chOntheair")
}
else if (mins>=1140 && mins<=1199){
loadMovie ("/shows/show14.swf", "chOntheair")
}
else if (mins>=1200 && mins<=1259){
loadMovie ("/shows/show15.swf", "chOntheair")
}
else if (mins>=1260 && mins<=1319){
loadMovie ("/shows/show16.swf", "chOntheair")
}
else if (mins>=1320 && mins<=1439){
loadMovie ("/shows/show17.swf", "_root.chOntheair")
}
else if (mins==1440 || mins>=0 && mins<=329){
loadMovie ("/shows/show18.swf", "chOntheair")
}
=============================================
ok, the idea is that the Main.swf checks what time it is, then displays what is currently on the air in the form of an external movie...
That seems to work my Hard Drive, as does the whole thing... But as soon as you load the movie on an external server, it doesn't work...
It does display the news.txt in the correct way, but on my system it needs a refresh to do this...
Finally, How can I convert the above code so that it will work on Flash 4 players? it didn't load any of the site when I tried it on a Flashplayer 4 system... and there is no easy way to upgrade to Flashplayer 5, as The macromedia site detects that your flashplayer is up to date....
Thanks for your help guys...
'Q
View Replies !
View Related
Variety Of Problems With Flash Player
Hi guys!
I'm starving for your help. I have strange problem with the flash player. Here is short description of the problem:
I've got computer where I didn't install Macromedia Flash 5 (IDE I mean). But I want my VC application to integrate Shockwave control. Actually my application is up and running and works on the PC where I did installation of IDE. But on my computer without IDE I have a problem. To solve it, I downloaded flash player from Macromedia site http://www.macromedia.com/downloads. Nevertherless, after that I still can't click on the file in the windows explorer and view swf file + when I show my swf in the flash control on the VC dialog form, I dobn't see that my movie occupies all place of flash control (ScaleMode property = 2, I set it by that way).
Please help me to install flash player properly and please explain the problem with ScaleMode
great thanks.
View Replies !
View Related
Variety Of General Questions, Take Your Pick
Hello,
I am interested in getting back into webdesigning. I was curious of a few recommendations from the more experienced and current webdesigners out there.
First, is there a recommended monitor dimension setting? Before I get involved in Flash, I want to know this type of thing so I can see how much canvas space to work with. I have seen too many badly designed sites which are too big and those that have gaps all over.
Also, I was wondering what the average rate websites go for. I know this depends on what you can offer, but taking into account the average site and server needs, what is the range? (Figure a small business setting with average bandwidth)
Final question, which do you prefer all out flash site or mix of flash and non-flash content?
View Replies !
View Related
Looking For Intensive Flash Courses (not Online Variety)
I was wondering if anyone knew of a month long course or something along those lines that was quite intensive in the Austin, TX area that I could take to get into the new flash products and to really get good at this.
I loved working with flash back in the day but haven't really touched it since the third version, needless to say i bought Studio MX and it's pretty crazy in terms of the differences. I don't need it to be a total newb course (but if it is that is fine as long as it progressess to the most advanced levels) I just want something that will teach it to me really well.
Again in the Austin, TX area and preferably more than a 2 day course, somehow those just don't seem like they would cut it to me.
Thanks
View Replies !
View Related
3rd Party
I need 2 software's: 1 make Screensavers from flash and 1 make "Pop up comercials"...u know...appers OVER the page like a pop-up that is invisible!
WHAT'S THE NAME'S OF THESE SOFTWARE'S ????
View Replies !
View Related
3rd Party Swt
Looking for the: "save as generator template option"
I did not have any luck with the swt file creation from flashMX 2004.
I have an old file that used generator to make a template. was woundering if "one" can you export the FLA to a swt file or "two" is there a 3rd party software out there that still does it...
like generator did in flash 4
Thanks for any insight.
View Replies !
View Related
Looking For A Party
Hi, I can't seem to find anything that closely fits the effect I am looking for. I'd like to find a tutorial or the like of exploding confetti using particles. I am going to try to edit a snow effect to get what I'm looking for but I wonder if anyone's seen something closer to what I am looking for??
View Replies !
View Related
Please HELP - Movie Too Wide
I have a scrolling navigation thing that shows my portfolio its in a 500 wide box but the movie itself it about 3 - 4 times that wide. The very last image (snap shot of a webpage) doesnt display. I've tried new images and nothing seems to work. I've moved over the image to the left of it so that it is half way in the last image space and it appears until it hits a certain point. I displays a grey or white space.... Are there any limits as to how wide your movie can be???? Please help! I have to have this project done in 2 hours for a Show in the area....
View Replies !
View Related
100% High And Wide?
I'm trying to get my flash movie to be the size of the browser window... but using 100% high and 100% wide in the <embed> tag doesn't work in IE... any help's appreciated!
Thanks
View Replies !
View Related
Extensions
I downloaded the macromedia extensions for flash 5 and installed them through extension manager but" anyone please tell me how to use that extensions.
View Replies !
View Related
Extensions For MX
I Downloaded some extensions for the flash mx
all the stuff was fine until i downladed a "Generator Object" extension by Mike Chambers i install everything, but i dont find any access or something to make it work
the file is a bar chart generator object, so if you downloaded the extensions of Mike Chambers, or you know how to make it work, please Tell me
Thanx Everyone.
View Replies !
View Related
Pay Pal Extensions
i have downloaded the pay pal extensions for flash mx movie clips, however i cant seem to make it accessable in my components box...i think there is a problem with where i downloaded the .mxp file...if anybody has used the extensions please tell me where (what file) i should download them, or how i can make it accessable while working on my flash movie...thank you
View Replies !
View Related
?ion About Extensions.
RIght now I am currently building a slideshow in flash and I have forgotten the fromat for the local file extensions. I.E. what would you write in the actions if you had a file on your C:/ called image and the extension is C:/documents/files/pics/images.
Thanks,
Tim
View Replies !
View Related
C Extensions On Mac
Hey there, Flash Gurus...
I'm trying to get Flash C extensions to work on a Mac. I started with the sample DLL that comes with Flash
(/Applications/Macromedia Flash 8/Samples and Tutorials/Samples/ExtendingFlash/dllSampleComputeSum/dllSampleComputeSum.sit). I took the prebuilt extension file Sample.dll and put it into the External Libraries folder and it works fine. I can access the compteSum() function from JavaScript.
However, when I try to build the sample extension myself using XCode, it doesn't work. I've built it as a bundle, which creates a package called Sample.bundle. When I put this in the External Libraries folder, Flash loads it and calls the MM_InitWrapper() function, which then calls my MM_Init() function. However, when my MM_Init() function calls JS_DefineFunction(), nothing happens. JS_DefineFunction() returns JS_TRUE (which supposedly means it succeeded), but when I try to access the newly defined function from JavaScript, it says the function is undefined!
Does anyone have any clues as to why JS_DefineFunction() isn't working? The only difference between my build and the prebuild sample is that mine uses the Mach-O executable format rather than obsolete PEF format, but the Flash 8 documentation claims that Mach-O extensions are supported (http://www.adobe.com/devnet/flashplayer/articles/fp8_performance.html).
Any help would be greatly appreciated.
View Replies !
View Related
Can't Import A 1 Pixel Wide Gif
I've got a gif, 1px wide, 400px high. If I try and import as a gif, I get an error message : "bitmap has invalid dimensions"
I can Import as a png, but this seems to corrupt the fla somehow and causes it to crash a little while later.
Has anyone encountered this before?
View Replies !
View Related
Problem With Wide Screen
hi,
the size of my flash movie is currently 800 X 600. my client wants the movie to played on a plasma tv which i think is a wide screen(i.e. 16:9 aspect ratio).
but i don't know what will be screen resolution in correspondence to 800 X 600 so that i can modify my movie according to that.
whether the same movie will play as it is on a wide screen without losing any of the content area.
please help..
cheers
lamus
View Replies !
View Related
World Wide Wait
Is 7mb too large a movie to load in one hit?
I have 28mb connection and it loads in a couple seconds.
I have had some people say it takes too long to load...
So what is the ideal size at this point in time.??? Is 7mb too big???
View Replies !
View Related
Too Wide Image Is Not Shown
I'm making a panorama viewer in Flash where the image is loaded using the Loader-object and placed into a movieclip on the timeline. The problem is the image's width, 7 510 pixels, which is the reason Flash won't display it. I tried to load a 2 000 pixel wide image which worked fine.
Is there a solution to get Flash display wide images or should I cut the image into smaller pieces and join the next one to the end of the previous one when it's about to scroll out of the screen?
View Replies !
View Related
Wide Screen Format...HELP
Hi folks,
I have a real problem here. I designed a presentation for a client with the dimensions 800x600. However they have now told me that they want to present it on a wide screen plasma tv which means it needs to be widescreen dimensions. Is any there any easy way to resixe4 without having to redo the whole piece? What would my new dimensions be if i just need to lengthen the width?
Any help would be greatly appreciated!!!!!
Thanks Rach
View Replies !
View Related
Wide Angle Lens
Im a total noob in Flash. I have absolutely no expeirence with Actionscript. Im only an animator. Some day i will sit down and learn it, but for now.. i dont.
Anyways, is there some way of using code to stretch or skew the screen making it look like a wide angle lens.
Wide angle lenses are used for music videos, and often make the results skewed, centering around one point.
If you could help a noob, that would be great.
View Replies !
View Related
Wide Screen Help? Im Stuck
Hi,
Can anyone offer some advice? I have been working on my animation project in flash to the ratio of 550px over 400px and have only just realized it has to be wide screen format of 1024 px over 768 px and now i don't know what to do? will i have to start all over again and stretch out every key? I have tried to see what it looks like with one key and it looks stretched and wrong?! what is the purpose of using wide screen and do you think it would be better if i just kept it at 550px over 400px? its for a university presentation.
Thankyou for your time,
Lauren
View Replies !
View Related
X-tra Wide Horiz Scroll Q
I want a continuous scroll of graphics 35,000 pixels wide. I'm following instructions that advise to duplicate the set and combine as a symbol (now 70k pixels wide). Then place a second instance of the symbol later on, on the timeline.
It doesn’t work as simply with my extra-wide symbol. My attempts either don't move or prematurely restarts. And I don't understand the concept enough to know how to compensate.
Here is a simple (290 pixels wide) example of what I want to do:
http://coronasdomain.net/edu/q/hscroll.htm
Any advice greatly appreciated. - Please let me know if I am unclear.
Thanks,
Corona
Edited: 04/28/2008 at 11:08:31 AM by GrnSpdr
View Replies !
View Related
As Wide And Long As The Page
hey
I've been trying to recreate the effect on this page
http://www.ianwharton.com/flashindex.html
change the height of the page and notice how it's content moves.
Also curious how you make a .swf placed onto a html page be as wide as the page, and let the flash file know how wide it is being displayed so the content does not stretch out
Thanks
//VoS
View Replies !
View Related
Help With A Movieclip Loading To Wide Please
Hi I have a container_ mc that is 560x320wide. I have a "About Us" button beside it with this code in my actionscript file:
_root.about_btn.onRelease = function()
{
_root.loader_mc._visible = true;
emcl.loadClip("about1.swf",container_mc);
}
The about1.swf is a 560x320 wide swf movie with pictures and images in it. When I preview my main movie and load "about us" page the about1 swf is stretched out much wider than 560px. It is about 700px wide and goes off the page.
Any ideas why my swf file is too wide?
Thanks,
Matt.
View Replies !
View Related
Site Wide Music...
I am using an MP3 on my site and I need it not to restart every time someone navigates through the site. I am using a custom control, and would rather not use frames. Is there a way to play music seamlessly site-wide in Flash MX?
Thanks,
CP
View Replies !
View Related
Which 3rd Party Program Is Better?
I am currently developing some software that will utilize file writing and reading through a flash program, and need to buy a third party program to help me with this. Between Flash Studio Pro and SWF Studio which do you guys think is easier to use and has the most/best features. Also, anyone know if either of these has a 'kiosk' mode? I tried to figure it out with flash studio pro in the compiler program but to no avail. For some reason, it didn't disable all the input like it said it would :P. Thanks.
Also, SWF studio says it uses SMTP to send mail, does that mean it would have to prompt a box for the user to send the mail? I want to be able to send it in the background if thats possible, without them having to click any annoying boxes.
View Replies !
View Related
3rd Party Software
Hello,
I'm wondering what 3rd Party software exists that helps to create custom Flash Stand-Alone Projectors. Preferably for creating CD-ROM content all through Flash (with Director thrown in for Video content).
Any suggestions?
Thanks
View Replies !
View Related
Flash 3rd Party ...
Hello,
What is there in the way of 3rd party software for flash that can do things like write to files on the users machine, edit the users registry and create projectors (or standalone flash pieces) that connect to the internet for live data ?
Can anyone advise me on this - and/or point me to some articles?. Who are the players in this field?. I know about http://www.multidmedia.com/ but are there any other that I should know about?
Thanks,
Stephen.
View Replies !
View Related
LoadMovie With 3rd Party Url
Hi Flash guru, I ran into a big obstacle and need you guys' help badly..
In http://www.mysite.com/my.swf, I have something as follows:
loadMovie("http://www.3rdparty.com/3rdparty.swf", container_mc);
The 3rdparty.swf is successfully loaded and played in the top left corner of my.swf, however when I tried to center the 3rd party swf by accessing this._width and this._height inside the onClipEvent (load) of container_mc, I got undefined values. After some debugging, I learned that every attribute I can obtain through container_mc related to 3rdparty.swf is undefined. I guess that's because of the domain security thing. I went through all the posting related to crossdomain.xml and System.security.allowDomain but no luck. Since I have no control over the 3rd party domain and what's in the 3rdparty.swf, what can I do to access 3rdparty.swf's attributes such as _width, _height, _currentframe, this._totalframes, etc?
Thanks a lot in advance..
View Replies !
View Related
3rd Party App For Swf Resizing?
Hi there,
I have created an animation in one size, but now have to resize this animation in 3 more ways to be used on a range of different digital media displays (tvs).
So was wondering if there is a simple 3rd party application that can resize .swf files and maybe also change the frame rate?
I am aware that I could set the dimensions in the HTML file but with what I'm working on there is no need for an html page let alone can work with an html page.
Thanks heaps.
View Replies !
View Related
3rd Party Tool Or Wat
hi everyboody
just check out this..
http://c1.virtualcatalogue.co.uk/vie...02576/&fp=true
i am curious abt to know, how it is done. Is it done with the 3rd party software or its completely done in flash.
i guess it must be done with the 3rd party software, if yes dan i am not able to get that 3rd party software.
if any one can figure out this dan plz do let me too know
View Replies !
View Related
Flash 3rd Party ...
Hello,
What is there in the way of 3rd party software for flash that can do things like write to files on the users machine, edit the users registry and create projectors (or standalone flash pieces) that connect to the internet for live data ?
Can anyone advise me on this - and/or point me to some articles?. Who are the players in this field?. I know about http://www.multidmedia.com/ but are there any other that I should know about?
Thanks,
Stephen.
View Replies !
View Related
Masking A 3rd Party App
Hi guys, first of all sorry for the newbie question.
I have a really small amount of experience in flash...and I've used Macromedia Director before and had fun with that, but I just wanted to see if this was possible.
I currently work in a large centre which allows people to interact with PCs. What we want to do is allow them to use a new piece of animation software but only a small number of the buttons, such as Take Pic, Stop and Play for example and not be able to use the rest of the machine.
Is it possible through Flash to build a type of shell which would take up the full screen and also communicate with the third party program? and if so could anyone be brilliant enough to point me in the right direction? *begs*
Thanks in advance.
View Replies !
View Related
|