Professional :: How To Create Swc From Swf
Jan 11, 2011
I have a demo file,like follows: package{import flash.display.Sprite; public class Demo extends Sprite; ....}Then I compile itc:>mxmlc Demo.as Then I got a Demo.swf file,Now I want to package it into swc file,such as Demo.swc,so I use following commands:c:>compc Demo.swf -output Demo.swcLoading configure file "C:sdkframeworksflex-config.xml"Error:Can't find class Demo:swf.I have Demo.swf in this directory,why raise above error? How to create swc with command line?
View 1 Replies
Similar Posts:
Sep 29, 2010
I'm trying to create a flash program that uses it's own code to send and create images. Each square has a colour and that colour gets added into the array. A black, then grey, then white is:
filecode = ["Bl", "Gr", "Wh"];
That works fine, but when I try to paste it into an Input text box it will only fill in the first part of the array.
filecode = ["Bl,Gr,Wh"];
So the program has NO idea what I want.The only ways I can think of fixing this is by putting in 402 text boxes to suit every box...But every one of them needs a Variable Name.Or by sending the information straight into the array. But this way you are just looking at what you just drew, and that is not at ALL practical.
View 3 Replies
Jan 27, 2010
create a preloader using ActionScripting 2.0 in Flash CS4.
View 1 Replies
Jun 8, 2010
Will flash CS5 get an update which will allow it to create .APK files for the android platform, like it was supposed to be able to do for iPhone?(before apple denied that kind ofdevelopment)
That would be a dream come true and would be a really good reason to upgrade to a CS5 license after the trialperiod is over.
View 4 Replies
Jun 18, 2010
i want to create 2 differnt countdown. i have tried so many scripts and variations allready but failed.1st one is a 10.00 minutes countdown that goes down very fast and ends whithin 12 seconds. 2nd is a simple 100-0 countdown in 12 seconds as well. they start and end at same frames.i want to make them both in as3.0 and then place them in an existing fla.
View 20 Replies
Jun 22, 2010
i want to create a map that can read data that come from access or excel (as data source) and reflect on the map the data source include jobs being done on different places on that area and highlight what and where are the current jobs being done.and all . basically , data source actions converted on the map ?
View 2 Replies
Oct 1, 2010
I want to create a little app for the iPad.
Can I create a new AS3 project, or does it have to be the iPhone OS?
What should the dimensions be ideally for the iPad?
Is it fine to use multiple scenes?
View 4 Replies
Nov 6, 2010
I have designed a logo for a client and came up with an idea where part of it would move so i used Photoshop to create the image and tried to creat a moving Gif but the quality was drastically lost and the image started doing wierd things where the glow was,
so i have been looking for a solution in flash to do the same thing but keep the picture quality, i have seen videos that use the bone tool but i cant seem to get it to work and as i am still learning i do not have much knowledge of flash.
also it has to start with a PNG as the image doesn't have a background and jpeg would make the background white,
what i want to do is make the tip of the tail swing backwards and forwards under the writing
View 1 Replies
Dec 7, 2010
I am developing a Flash/Flex based web tool that needs to output a pdf(which will contain dynamically created graphs) that will then be stitched to other pdfs and delivered as a single pdf.
where I should start to create this?
View 1 Replies
Dec 6, 2007
how to create a spinning dj turntable? i have an image of the record and i want it to spin at an angle on the turntable....
View 5 Replies
Jan 18, 2010
I'm in the process of creating a component for CS4 which uses a custom UI SWF in the component inspector. I read that the component inspector is being removed in CS5 and you will now access component properties in the properties panel. Will developers still be able to create a custom component UI in CS5?
View 7 Replies
Mar 23, 2010
what this company is using to create the e-flash flyers? Example: Canadiantire.ca Just curious to know what product they are using to create these interactive flyers. Perhaps Adobe sells one that I'm not aware (template)?
View 2 Replies
Mar 27, 2010
how to create a swimming fish?I have no idea how to make direction changes so that the fish's head is always point to the correct direction.I can only make the fish swim to a target position (x,y) with a speed using math.random(), however, the whole action looks odd.[code]
View 7 Replies
May 9, 2010
I have a web site project created in Dreamweaver. On the home page I need a swf file that is transparent and will animate over the dreamweaver backgound.
View 3 Replies
May 11, 2010
I have been working on a full flash website for a while, and been testing it using the Ctrl + Enter command to export it to swf. Today I was working on the file making some text modifications, but when I tried to test the website, nothing happens. It shows the progress window, but after a while nothing happens, It wont show the swf test file, and It doesn't create the swf file in any way. I tried the other commands: file-publish, file-export to swf with no success. I'm using Flash CS4 professional (10.0.2) on Windows Vista Home Premium 32Bit. Other .fla files export swf with no problem, and the Swf preview (Ctrl + Enter) works fine. It's only in this file.
View 7 Replies
Jun 15, 2010
How can I create a simple chart in Flash CS4?
View 1 Replies
Jun 19, 2010
I'm trying to create a submit form in flash that will post the form data to my php script. How do I make a button post
View 1 Replies
Jun 22, 2010
I'm new to Flash and I need to learn how to do a slideshow with exactly the same features as can be found in this link: [URL]. Just like at the link above, it needs to play through the slides automatically once the page is loaded, each slide needs to link to a specific URL, and I need controls similar to the boxes at the bottom so the viewer can click on any specific slide they wish to view (I'd like to have numbers in the boxes though). The transitions don't have to slide across like this. If a fade is easier, that would be fine.
Actually, I thought I'd be able to do this fairly easily with Flash Catalyst, so I updated to Adobe CS5 Design Premium. I found that Flash Catalyst can be used to create a slide show like this, but unfortunately it won't play automatically when the page loads and the viewer has to manually click through the slides, which is not what I need. I could be wrong, but from what I've read, I need Flash Builder to add code so the slide show will play automatically if I create it in Flash Catalyst.
View 5 Replies
Jun 23, 2010
I want to create a slideshow of 5 images, with black fade effect in between. So from black to image to black to the next image and so on. Then it stops on the last image. I dont want any buttons or any interactions.
View 2 Replies
Jun 29, 2010
I am trying to create a personal portfolio website using Flash CS4. Understand that there are a number of ways to create web pages using Flash. One way is to create separate swf files for the web pages and load them when the web page is requested. Another way is to put the pages in separate frames in the same swf file or to use scenes and use gotoAndPlay(). Another possible way is to create separate movie clips for the web pages.
View 1 Replies
Jul 7, 2010
I need to have a flash intro for an ambulance that changes models and years while moving down the road ...something simple but can't figure how to get it started. Will be 3 different year/models.
View 1 Replies
Jul 10, 2010
I am creating a calendar and would like to be able to hover mouse over an event and it say text. The calander is saved as a PDF so it is only a picture.
View 2 Replies
Jul 19, 2010
how to create flash movies but the damn program is too complicated. Been trying to figure out how to create a shape inside it as it doesnt want to import any image I have into the library.Is there a way to just create a simple circle?
View 1 Replies
Aug 9, 2010
I am trying to create a search bar within flash which will generate links to frames within my flash project based off of given text. I have found a flash project online which does almost exactly what I need, but it only allows for searching a single word rarther than a full term or sentence. It also gives no error message when no word match is found. I am not very good at actionscript or I would be able to midify myself.
stop();
var testText0:String = "this is some test text one";
var testText1:String = "this is some test text two";
[Code]....
View 2 Replies
Aug 31, 2010
how can i give tweening between 2 images (Just like a Shape tweeening )
ie: in 1st frame 1 draw a rectangle shape and 25th frame i draw a circle shape that the time i give a shape tweening means it comes correctly (the shape converts to another shape)
but the same concept i gave it for image means it is not comming properly ,
View 2 Replies
Sep 14, 2010
I'm using Flash CS5 on Macintosh.Googling has led me to maybe a dozen tutorials on creating a drop shadow in Flash, so I understand how the procedure is supposed to work. Select the object and then look for "Filters" and apply the "Drop shadow" filter. Simple enough.But it seems that you can only apply a filter to an "object." The things I've been trying to create a shadow on are of type "drawing object." Everything else I've tried to create or import has some other name, and none of them have the Filters menu.I'm embarrassed to have to ask about something that should be (and according to all the tutorials is) drop-dead simple, but I just don't see any way to create a drop shadow in Flash.
View 6 Replies
Sep 24, 2010
I need to know how to create(convert) to vector text from text created from Text Tool from Flash CS4.
View 5 Replies
Oct 14, 2010
with creatinga preloder in CS5?
View 10 Replies
Oct 22, 2010
I'm trying to use the software to create a presentation.
View 6 Replies
Nov 1, 2010
I'm looking for a tutorial which explains me how to create a simple AS3 image gallery driven by an XML file.
The gallery I need is really simple: an horizontal bar placed on the bottom containing the thumbnails which scrolls left and right according to the mouse pointer clicking on a thumbnail the full image must be shown above the thumbnails' bar buttons for prev and next image clicking on the button which opens the gallery I must be able to pass a variable to make the gallery load the proper xml file (I've got 6 different categories to show)
View 6 Replies