Modifying The Flash Interface.
I am interested in changing the color of the font on the layers. The actual layer labels themselves, I would like to change. is this possible?
KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 04-28-2006, 07:35 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Modifying A .fla Outside Flash
I don't know if this has been addressed, but I have what I think is a fairly complicated question.
I have been using flash professionally for about a year now, and I know it pretty well. I am primarily an artist, but I do understand the structure of Actionscript and can get through most things fine.
My question is this:
I want to set up a main timeline that has 50 frames which is basically a slide show. Then what I want to do is to be able to have a script or some other program build the FLA so that It will have just the number of frames I want at any given time. so lets say I only want 20 frames instead of 50, but I don't want to have to open the main timeline because everything in the main movie loads dynamically using LoadMovie. Is this even possible? Or am I always stuck with opening the main movie, setting the number of frames and recreating the swf each time? any help is much appreciated. Thanks.
Closing Tabs And Moving Interface Interface
before i start HERE is the design i am working with,
What i want to do is when you click on a menu item i want to close the tabs that are allready open and move the interface across the screen to a different position and than open certain tabs (sections) at the new position.
What i want to know is is there a way of finding out which tabs are open and need to be closed and closing them and which are allready closed and bypassing them and than moving the interface to a different position.
If there is a way of doing this could anyone point me in the right direction of where to go to learn how?
I hope i am making some sense i am prettty new to flash and this is one of my first big adventures with flash.
any help would be greatly appreciated.
ancora
Modifying A Flash Template
I've downloaded a Flash template and cannot find a way to modify it for my use. At issue is modifying the long movie clip which has most of the contents. I can't edit it with Fireworks 4, can't even see all of it, and placing text on it does not work. How to do?
Modifying A Flash Component...?
Is it possible to change the MediaPlayback Components in Flash MX 2004 so they have a different graphical style?
I have successfully managed to stream video, but I want to alter the look of the player to fit into the look of the rest of the website.
If this is not possible, can anyone suggest a tutorial on creating a new component.... if that's at all possible either...
Cheers
[F8] Modifying Flash ASP Guestbook
Ok I downloaded this and many other guestbook’s trying to find one that worked for me this one is easy to modify and I think will look good when I integrate it into my site.
Now for the problem...
The guestbook is set up so that you open an ASP page which has a small script in it then it loads the swf file which also contains a link to another larger ASP file. I want to eliminate the first ASP page so I can build it directly into a preexisting flash site. Currently if the first ASP page is not opened the swf opens and runs but the submit button won't work.
The following code in the first ASP page is what I believe is causing the issue
Code:
<SCRIPT LANGUAGE="VBScript">
Sub guestbook_FSCommand(ByVal command, ByVal args)
call guestbook_DoFSCommand(command, args)
end sub
</SCRIPT>
<script language="JavaScript" src="scripts.js"></SCRIPT>
I have attached all the code and associated files to this thread so please if anyone on here has the time please take a look at it and help me find a solution.
NOTE: My site is not useing port 80 so it may not run on some lans.
This is where it is currently runing on my site
http://www.horrordelta.ca/GuestBook/GuestBookc.asp
This is a dirrect link to the swf (aka what must run on its own)
http://www.horrordelta.ca/GuestBook/GuestBookc.swf
Modifying A Flash Form
Hi,
I really need help of someone who really know's what they're doin! If not my a$$ is goin to be on the line!
Basically I'm modifying a website for a client who they had another company create originally. I have never seen a site done in flash that is so complicated and confusing to work with!
On one of the sections there is a brochure request form that they wanted me to remove some existing radio buttons, add 2 new buttons and add a drop down that is populated via an asp file. I've managed to sort the radio buttons and they seem to work fine. However I'm having a)problems populating the dropdown from the asp file and b) (and this is the main one) I can't get the value from the dropdown to post to the php mailer. I have scoured the actionscript code and for the life of me I can't figure out how it is posting data.
I know this is a huge ask and I wouldn't normally do it if it wasn't losing my job desperate, but if I posted the fla file would someone who knows more than me be willing to take a look at it and see if they can figure out what's goin on?
Thanks in advance
Help Modifying Flash Carousel
I downloaded a carousel from flashmo.com
Im no flash expert. All i need to change is that when you click on a thumbnail the link opens up in a new window.
This is the actionscript:
Code:
// Code Credit: Lee Brimelow
// Tutorial Reference URL: www.gotoandlearn.com
// Modified by www.flashmo.com
stop();
// total is length of label_list OR link_list
// OR total frames inside "flashmo thumbnails"
var total:Number = 16;
// length of label_list array and length of link_list array must be equal
// to length of frames inside "flashmo thumbnails" movieclip
var label_list:Array = new Array( "Print Work", "Lindberg Belts webpage", "Platinum Spa webpage", "Hercules Auto Parts webpage", "Vividxenons webpage", "VividXenons Custom Ebay Marketing Template" , "Web work", "John Abbott College Vernissage Trade fair flyer", "custom invitation", "Elite Party Bus promo flyer", "Custom Water bottle Labels", "Custom Water bottle Labels", "Golden Paradise Casino Logo creation", "Hercules Auto Parts custom return form", "Lindberg Belts double sided Matte style business card", "Mebu double sided glossy business card");
var link_list:Array = new Array("Print Work", "http://www.lindbergbelts.com", "https://jag-designs.sslpowered.com/platinumspa.com/index.html", "http://www.herculesautoparts.ca", "http://www.vividxenons.com", "http://vividxenons.com/ebay/index.html", "http://pearlwhitemedia.com/portfolio/JohnAbbottflyer.jpg", "http://pearlwhitemedia.com/portfolio/card.jpg", "http://pearlwhitemedia.com/portfolio/elitepartybusflyer.jpg", "http://pearlwhitemedia.com/portfolio/waterbottlelabels1.pdf", "http://pearlwhitemedia.com/portfolio/waterbottlelabels2.pdf", "http://pearlwhitemedia.com/portfolio/goldenparadiselogo.jpg", "http://pearlwhitemedia.com/portfolio/herculesautopartsform.jpg", "http://pearlwhitemedia.com/portfolio/lindbergcard.JPG", "http://pearlwhitemedia.com/portfolio/mebucard.JPG");
var radiusX:Number = 330;
var radiusY:Number = 90;
var centerX:Number = 400;
var centerY:Number = 140;
var speed:Number = 0.003;
tn_group_mc._visible = false;
info.text = ""; fm_label.text = "";
for( var i = 0; i < total; i++)
{
var t = tn_group_mc.duplicateMovieClip("tn"+i, i);
t.tn_mc.gotoAndStop(i+1); t.tn_shadow_mc.gotoAndStop(i+1);
t.fm_label = label_list[i];
t.fm_url = link_list[i];
t.angle = i * ((Math.PI*2)/total);
t.onEnterFrame = mover;
t.fm_button.onRollOver = function()
{
fm_label.text = "Title: " + this._parent.fm_label;
info.text = "URL: " + this._parent.fm_url;
}
t.fm_button.onRollOut = function()
{
info.text = ""; fm_label.text = "";
}
t.fm_button.onRelease = function()
{
getURL( this._parent.fm_url );
}
}
function mover()
{
this._x = Math.cos(this.angle) * radiusX + centerX;
this._y = Math.sin(this.angle) * radiusY + centerY;
var s = this._y /(centerY+radiusY);
this._xscale = this._yscale = s*100;
this.angle += this._parent.speed;
this.swapDepths(Math.round(this._xscale) + 100);
}
this.onMouseMove = function()
{
speed = (this._xmouse-centerX) * 0.0001;
}
Any ideas?
Modifying Files From Flash: Is It Possible?
Hi, I am making a projector image gallery with Flash 8 that loads from an XML file. This is part of the interface of a device that takes a lot of photos according to user commands; the Flash part allows the user to view the images he or she has taken in various formats.
What I would really like to do is give the user the ability to delete unwanted images after inspection in the Flash interface. Is there any way to do this in Flash? The images taken are automatically stored in a folder, and referenced by an XML which is read by the Flash projector. While viewing the images in the Flash projector, I would like the user to be able to select unwanted images and delete them.. this means that they would be deleted from the folder they were stored in, and the XML reference would be deleted as well.
Is this possible? Is there some supplemental program that would make it possible?
The images are taken using a program that runs with VB. If I used flash to record images that the user wanted to delete (You can record what gets clicked on, right?) then could I somehow get this list of images into a format that VB could read?
Thanks for your advice.
Modifying A Flash Carousel
Hi guys! I'm not new to flash but this is one of my first attempts with actionscript so bare with me a bit.
The code below is for a carousel I've managed to create from a combination of online tutorials. Basically there are 5 images that rotate as you'd expect it to do in a carousel. But something I added is, when you hover over one of the pictures it changes to another picture. For example, an angry face is rotating and when you hover on it, it changes to a happy face.
All this works fine, but what I want to do now is to make the angry face change to a happy face automatically once it rotates to between the 5 and 7 o'clock position. Once past this position it changes back to an angry face. Any help will be appreciated.
Thanks!
Actionscript Code:
var numOfBalls:Number = 5;
var radiusX:Number = 350;
var radiusY:Number = 160;
var centerX:Number = Stage.width / 2;
var centerY:Number = Stage.height / 2;
var speed:Number = 0.005;
for(var i=0;i<numOfBalls;i++)
{
var t = this.attachMovie("face"+i,"b"+i,i+1);
t.angle = i * ((Math.PI*2)/numOfBalls);
t.onEnterFrame = mover;
}
function mover()
{
this._x = Math.cos(this.angle) * radiusX + centerX;
this._y = Math.sin(this.angle) * radiusY + centerY;
var s = this._y /(centerY+radiusY);
this._xscale = this._yscale = s*100;
this.angle += this._parent.speed;
this.swapDepths(Math.round(this._xscale) + 100);
}
this.onMouseMove = function()
{
speed = (this._xmouse-centerX)/30000;
}
Modifying A Flash Movie
Hey All,
I am a Flash newbie and I have taken on a project of modifying a flash movie by adding a few simple graphic changes. Now I have a great deal of experience w/ other graphics programs such as Fireworks, Illustrator, Photoshop ect. as well as enough programming experience understanding a action script.
Now my problem--I've been handed this movie and I when I make a change in the movie, it shows when I play the movie, none of the changes will show up. This is both in the .fla file as well as the .swf file.
What am I missing?
Thanx,
Clem C Rock
Help Needed In Modifying A Flash Movie
I am making a personal site that teaches HTML & CSS. I would like to use a flash menu movie that I found in FLASHKIT.com for my site, and I will greatly appreciate it if someone can teach me how to modify and improvise an already existing flash movie (a pretty simple one).
If you have a spare time to help me, please reply to this thread or e-mail me at field329@lycos.ne.jp
Thank you very much.
With respect & admiration to all web creators,
gflash
Modifying Flash Html Creation...
I have for sometime now been writing a web application that writes HTML. Flash can do this quite well with most things.
To do this I have had to write a short function which removes the <TEXTFORMAT> tags and converts the text sizes to CSS as the sizes used in flash are pixel sizes, ( which can only be specified in CSS )
I thought I had about solved most of the big problems. However I have started alpha testing this flash app only to discover flashes annoying habbit of turning every carriage return into a new paragraph, but displaying it like a line break.
I have tried two things to solve this.
1) searching the final output and replacing paragraphs with <*br> tags. This hasn't been too successful as it tend to remove style as well.
2) intercepting the enterkey and inserting my own code. This hasn't worked because flash doesn't seem to let you modify the html content of a text field.
Does anyone have any ideas, or if you have done it but you dont want to tell me how, let me know anyway as it will at least keep my hopes alive.
Modifying Flash Page Turn
Hi I need your help. I'm trying to reskin this FLA and put my own pages into it.
However the pages I am putting in have tabs sticking out of the top sides and bottom.
The problem I have is that this FLA removes the pages that are underneath the page on top of it. To put it another way, when a page covered by another it is removed.
How can I get the pages to stack ontop of eachother?
Here's the fla I'm trying to modify:
http://www.iparigrafika.hu/pageflip_final.fla
I'm using flash MX.
Thanks a lot
Modifying Text In Flash Movies
Hi! I'm so new at this that i'm glad "there's no such thing as a stupid question"
I have several free Flash movies, games... I'm not really sure what those are... sorry for being so... new!
So, I've downloaded tcClassicBook and i need to modify the text inside the book and the title on the cover, but I have no clue where to start... I need to have a story in that book for my kid. So if anyne can help or give me a hint where to go get help I'll really appreciate it! Thank you so much!
Modifying Flash Movie (cont).
Hello everyone. Now things are getting a bit more complicated. I need some guidance through this next step modifying a graphic symbol. The movie clip is awesome, it's letters come into the movie individually and then spell out a sentence. When I attemp to edit them, I can't....There are multiple blue dots around the letter and I don't know how to replace it with the one I want it to display. I love how it looks and want the same effect but with my own letters and sentence being displayed.
Can anyone help me learn how to do this??
Help Modifying/Understanding Flash Counter
I've reluctantly agreed to try and help a friend fix a counter on one of the flash applets he hired someone to make for him. It's AS2 and done in Flash 8.
http://www.bestondesign.com/globe-help.zip
It pulls from the current time on the system clock.
Essentially it's counting 4 times too slow. I am awful with even reading AS let alone trying to find the equation running this.
Could anyone please explain to me what I need to edit in the AS to speed this up?
I apologize in advance for my noobness. I have not touched flash in years.
Thanks
Modifying Existing Flash File To Run From AS
Hi all,
I am on day two of learning flash. I am not trying to convert an old flash file and try and get it to be more dynamic by using ActionScript. Here is what I am trying to do:
Have objects from the library loaded onto the timeline using AS. I have given these objects an instance name via the linkage dialog box. What I am trying to do is create a variable to hold details of what button a user has pressed, then, create a function that acts upon this variable and outputs the relevent page. The variable will initially be set to home so that it can display the home menu, then change to store any section that a user navigates to. I think I need to create a callback for all the buttons, however, I thought the below code would initially display the home menu since the variable had initially been set to home, nothing displays, here is the code:
Code:
//creates a variable to store the currently active menu
storepage = home;
// creates a function that tell flash which menu to show
loadnav = function (storepage) {
if (storepage = "modeling") {
nav_modeling = this.attachMovie("nav_modeling", "nav_modeling_mc","0",{_x:25, _y:108.8});
}
else if (storepage = home) {
nav_home = this.attachMovie("nav_home", "nav_home_mc","0",{_x:25, _y:108.8});
}
}
Modifying .swf File In Dreamweaver Flash MX
Hi,
I am a newbie in flash.
I have a .swf file. Can I edit it through Dreamweaver's Flash MX? If yes, can somebody give me hint on how to do it? I tried but no luck...
If not, what tool can I use to edit .swf file?
Thanx..
Ni****
Modifying Dt:fusion Style Flash Menu
I am new to Flash ActionScript and am attempting to customise the dt:fusion Style Flash Menu listed in the tutorial section. What I want to do is to have it stop scrolling when my mouse is below the navigation area. I have tried several steps involing IF and elseIf statemenst but can not get it to work the way I want it to. Any ideas. Thanks
Modifying Photoshop Flash Gallery Templates
I'm not too sure where to ask this question so I thought I would start here. Photoshop CS2 now has the option to create Flash photo galleries and they provide the flash templates so you can make modifications. They are available here. I'm wondering how much work it would be for a novice like me to modify these templates. I have dabbled a bit with Flash and have done some basic animations, but I doubt that I have the skills to take on a project like this.
Can anyone point me in the right direction to get started? I might also consider paying someone to do it for me, so I'd also appreciate any suggestions about where to find the right person.
The templates that come with PS are pretty good, but I would love to be able to create a template that looks close to the sites that are created with liveBooks (http://www.live-books.com). If you haven't seen them they are very clean looking with scrolling thumbnails that can be hidden if you want. I really like the look and for a good example you can check out: http://www.johnholtstudio.com.
Thanks in advance for any advice.
Andrew
Updating Site Without Modifying Flash File
I am designing a flash site and I would like to know if there is a way to update a flash site without modifying the flash file and re-uploading it every time. I looked around and there's some stuff about reading external xml or text files. I don't really exactly know that much about it, and I was hoping that the people here could help me out on that.
Modifying Flash Video Sound Track
Hi
Having a problem with my video. I'm doing a projector file, so I'm importing the video into the library so that I don't have any external files to deal with.
When I import the video the sound is really quiet. I've tried bumping up the volume in iMovie and re-exporting it as a .mov file, but when I bring it back into flash, the sound isn't coming in.
I've also tried converting the new version of the .mov to an flv using ffmpeg, but when it comes into flash, its still not as loud as when I play the .mov in quicktime or play the flv in flv_viewer.
Does Flash change the volume setting when importing video? if so, how do you get the volume back up to 100%
Help Needed On Modifying Existing Flash File
Hi, I've been asked to modify an existing Chart builder application done in Flash. It consists of placing icons on a chart. They want to be able to resize those icons (Small, Medium or Large). I've tried to adapt a script I've found that resets the right-click contextual menu but can get the instructions to speak to the icon.
Here's the link to a *.zip containing the source file (ChartBuilder.fla). I've put the menu on an icon called Icon HQ. The *.zip also contains another exemple of my right-click menu that work in a basic flash movie (MultiSize.fla), as an exemple:
http://www.sublime-digital.com/_temp/ResizeMenu.zip
I'm sure this might not be that difficult for someone who knows Actionscript well, which is not my case unfortunately...
I'd really appreciate any help by anyone who knows Actionscript.
Thanks a million in advance,
Cédric
Creating / Modifying Flash Navigation Meunus
I'm completely new to Flash, but I really want to learn how to create and/or modify navigation menus in Flash 8. I just downloaded 3d spiral menu 02 from the FLA Source Files on this domain...could someone please tell me how to create the xml file for it. I really like the concept of it, but I don't want to straight up use someone elses hard work. Thanks in advance!
Modifying Flash Video Skin - Removing Audio Button
Hello,
I have a question. I need to remove the audio button from my flash video on my website. The video has no sound.
I used the Flash skin - external mojave. Is there a way to get into this skin and just delete the button?
Thank you!
Sakka
Flash Newbie Needs Help Modifying A Flash File..
Uncontrol has a bunch of interesting flash files and most of them they allow you do download the flash file.
Macro.
I'm trying to change the pictures in this flash file but it isn't working well. I found where the pics are stored in the flash and I resized all the pics I wanted to use so they were the same size as the pics in the flash. But I can't get it to work.
Could somebody please help me out with this? Thank you!
Flash Interface Help
Hi
Im creating a website using only flashmx.
My interface is in flash.
What i have is a primary navagation bar on the left and my secondary navbar on the right.
Its all encapsulated in an interface that looks like an eye with a navbar on either inner side of the eye.
What i want to do is load all my pages in the middle of the "eye".
How do i get it to load in there?
Hope this is clear enough.
Its kinda hard to explain.
Thanks
dcheketri
Flash GUI Interface
I'm helping a friend make some business cards, and on the back of them she wanted a list of movie showings. But she also wanted me to create a kind of interface that would make it easy for her to update the movie showings (btw, this will all be offline).
I imagine the solution would be the following:
Make the interface swf output a jpg she can save based on the input she enters. Remember, this girl doesn't have flash, only the flash plugin, so solving this problem doesn't have anything to do with the "export as a jpeg" option the flash has.
If anyone can tell me how to do this, it would really help me out.
Also, in less related topics:
Is there any way to dynamically control text font size using input from a Flash GUI swf without using a txt file and html tags (is there a variable/property of each textbox that you can manipulate to control font size dynamically)?
How do I make a flash user interface update a txt?
I'm not sure if I've done a good job explaining what my problem is or not, so please tell me if you have questions. Thanks a lot for your time.
Flash Mx Interface Bug?
not sure how, or why, but i'm suddenly having a problem with the flash properties panel. it's showing up too small so that it cuts off the bottom fields, ie i can't see/edit the lenght, or y property of a movie clip.
anyone seen this before, or know how to fix it?
thanks
Flash Interface Help
I've seen several sites loaded with animation and I'm new to flash can anyone point me to some good tuts on how to create interface with flash.check this site out for an example
Flash Interface
some of my interface is messed up, i dont know how to explain it but i will do my best: ok the time line numbers,and the word tools, veiw,colorsand options are like...really dark and pixles like so i cant read it everything else is fine how do i fix this?
Interface Done In Flash Mx ?
if you go to this site:
http://www.morphases.com/editor/
you can see how crisp the whole interface is, would you do this type of work all in flash or in photoshop and export as png ?? any tips on making such crisp/clear interfaces ? thanks !
Flash Interface
Hi
I`v been working with flash for nearly a year now and im quiet familier with things, and have worked on individual little projects and never on complete website interface.
In anyone here can offer any good tutorials, i would greatfully appreciate it. I want to design a personal website, in flash not more thane 5 buttons and pages included in it.
Thnx
Waiting.,,,
Flash Interface Help
hi. i stopped using flash for a couple of years and am kind of lost in the new version. well, actually, i only have one problem. i can't find the part of the actions tab that describes the action you're writing. for example when you add an action to a button, it had a little panel with check boxes and form fields where you can specify the parameters for the actions. for example, on a button, it would say, on click, on mouseover, on release, on mouse out etc... and a dropdown for the type of input you're putting in. i.e. string, frame number, frame name etc.... and it let you put in the names of the frames or numbers or whatever.
how can i get that thing back? it makes it easier for me to write scripts.
please help.
thanks,
drew
Flash Web Interface
I am newbies in flash I want to ask a question about interface of flash website I saw in many websites like as optomausa . com and toyota .......... how can i develop this type of website. and whos version of Flash suitable for this type of designing.
Thanks
TV Of Flash Interface
Hello Everyone,
Like a Mp3 player, Video Player, etc. is Flash able to support like a TV TUNER???
can we build a TV TUNER? to read a live source like normal TV??? I have been looking for this, and there is nothing related watching live TV on SWF file, maybe you don't have the annwer, but post what you think, THANKS!!!!
Vb.net W/ Flash Interface
I am gathering information as far as developing a site with a Flash front end & Visual Basic .NET backend without using Flash Remoting.
A good example would be to input a search string into Flash's equivalent of a textbox, then have .NET run the string as a stored procedure on an MS SQL database. .NET would then return the dataset or string or whatever so that Flash can publish the information or handle it accordingly. I understand that there is a huge difference between a string & a dataset, but I am just giving an example. So with that in mind, can Flash handle a .NET dataset?
Basically, Flash would need t be able to pass information to .NET then .NET to pass back the result for Flash to publish. I have seen a couple of querystring methods & a web service method, but I would like to see what other options might exist.
Does anyone have any samples of ways to have Flash be used as a .NET site's facade? Are there suggestions for the best approach to achieve my goals? Can flash use ADO.NET or whatever to cut out the .NET middle man as far as connecting to an MS SQL database & processing stored procedures therein? Again, I am trying to accomplish this without Flash Remoting.
thanks for any & all input
Is This Interface Done Only With Flash?
Hi, i was browsing the net and i found this
http://www.sony.com.mx/netmd?flash=yes
is a very cool site, but i have a doubt, is the full interface done only with flash??? because it's a perfect design, and everything is synchronized.
Flash Interface
Hello All,
I want to create a flash interface using this I want to add and retrieve data from MYSQL data base so first tell me what should I do for connecting my flash file to the data base and then store and retrieve data from database.
Thanks.
Vb.net W/ Flash Interface
I am gathering information as far as developing a site with a Flash front end & Visual Basic .NET backend without using Flash Remoting.
A good example would be to input a search string into Flash's equivalent of a textbox, then have .NET run the string as a stored procedure on an MS SQL database. .NET would then return the dataset or string or whatever so that Flash can publish the information or handle it accordingly. I understand that there is a huge difference between a string & a dataset, but I am just giving an example. So with that in mind, can Flash handle a .NET dataset?
Basically, Flash would need t be able to pass information to .NET then .NET to pass back the result for Flash to publish. I have seen a couple of querystring methods & a web service method, but I would like to see what other options might exist.
Does anyone have any samples of ways to have Flash be used as a .NET site's facade? Are there suggestions for the best approach to achieve my goals? Can flash use ADO.NET or whatever to cut out the .NET middle man as far as connecting to an MS SQL database & processing stored procedures therein? Again, I am trying to accomplish this without Flash Remoting.
thanks for any & all input
Realplayer With A Flash Interface.
Hi all,
I was wondering if someone can point me in the right direction. I would like develop a interface for realplayer. For an example visit http://www.egomedia.com and play the little radio icon on their desktop. Thanks in advance.
Quester
Flash Interface Design
I am new to using Flash (I just got Flash MX). I have really liked what I have seen in interface design (particularly from http://www.2advanced.com). What resources can I pull on to eventually develop a site like that using Flash MX, and what resources (books, internet sites, etc...) should I go to and study to learn how to do that? Thanks.
Raj
Jeremiah 29:11-13
nakranir@earthlink.net
Flash CD Interface Question....
Hello, I was wondering if someone could help me out, in this, my time of need hehe, well, here go's:
I want to make a custom CD interface using Flash MX. I was looking to put all the Pictures / Programs / etc etc onto a CD and have it autorun a specified Flash Interface (Like the one's you see on Maximum PC and PC Gamer CD's). I have searched the net over looking for some tutorial on how to do this but have yet to find something that I can use. If anyone can help me out I would be forever in your debt. Now I can make one with the chrome around it, but i want one without borders, kinda like a splash screen, that is an interface. If you dont understand im sorry, but I cannot really explain it more than that.
Thankx in advance.
Flash/HTML Interface
I've noticed, that in terms of time required for updating, flash takes forever while general html is effortless. yet flash gives more flexibility in page composition and provides animation where general html doesn't. I know its possible to insert a flash animation in an HTML site, but is it possible to insert html into a field of flash (with size and composition defined)?
Flash Interface Question
Whenever I import components developed by others, my MX interface takes on a much more slimmed down appearance. In particular, the layers only take up half the height that my defaults yield. I like this. Does anyone know how to change the defaults to be more compressed like this?
Thanks in advance.
HELP Flash Game/interface
I am trying to make a Flash MX game /interface for my design company's home page. I have downloaded the perfect fla. file to use as a script template and I can edit everything visually with no problem but when I try to duplicate any platform for the controlled character to jump and land on, the character just falls right through the duplicated platform. The same thing happends for the objects the character needs to pick up or interact with.
Is ther some x y corodinated that need to put in somewhere? I can't find them if there is. Click the link below to download the fla. source I'm using.
DOWNLOAD THE FLA.
If you can help me i will give you a link and credit on Design 3 creative's website.
Thanks SOOOOOOOOO much!!!
|