Put Macromedia / Adobe Logo On Cd Packaging / Label?
Jul 15, 2009put the macromedia logo on your cd packaging.I have done a multimedia cd that has significant flash content.Do i need to put an adobe logo on the packaging.
View 1 Repliesput the macromedia logo on your cd packaging.I have done a multimedia cd that has significant flash content.Do i need to put an adobe logo on the packaging.
View 1 RepliesI have developed a very simple app in flash cs5 and am ready to upload it to android market. However, users need adobe air to run it. Does anyone know if there is some way to package the app with air? I want to make it as easy as possible for people to run the app. Users will be prompted to download air and I can put this information on the apps page on android market but if there is some way to iclude this in the apk I'd love to know. Can't seem to find information on it on the web.
View 2 RepliesI'd like my application to be pretty light so it loads quickly. So i'd like to place all my assets (XML files, graphics, etc) outside from the main Air file and when the main Air file is loaded into memory, I'd like it to load in the asset files at runtimeSo how do I go about telling Flash builder to save my asset files locally when it packages my Air Application and also ensure I can access these files while debudding my application?
View 2 RepliesHow do I make the selected label and data in my combobox appear in a dynamic text box in macromedia flash 8?
View 10 RepliesI've been porting a Flex 4 codebase to iOS using the adobe packager, but have run into a snag when trying to package our whole codebase. The packager runs for a while and then throws an OutOfMemoryError - even if I increase the java heap size to 4GB. No single piece of code seems to be causing the problem, as it compiles successfully if I cut out large chunks of code, and I can change which chunks I'm omitting. It might be related to the size of the code itself.I've logged a very detailed bug report with adobe here: ou can package to reproduce the issue, a ruby script that generates actionscript codeto generate that AIRI file, and a summary of all of the things I tried before logging the bug.
View 2 RepliesI try to open the macromedia flash 8 version flash file in the Adobe Flash CS4. At that time one "Font Mapping" window came. In that Window "The document "Name" contains one or more fonts currently not available on your system. The text will display and publish with the font mapping below".
View 5 RepliesIt's regarding Flash. I have a program that's incompatible with Flash CS4 can I install Flash Studio 8 'on-top' & both still work?
View 2 RepliesAny programmatic way of exporting legacy Adobe (Macromedia) Authorware files to XML?I know the latest version of Authorware toolkit provides for export to XML.
View 1 RepliesHow should vector artwork be drawn in Freehand so that white details sitting over a blue base are still readable when alpha of e.g. 50% is applied in Flash 8 ? In Freehand 9 I created a logo. Logo has an rgb mix blue base rectangle and rgb white drawn shapes on top. I also drew over the text and gave it the rgb blue as a fill with line none. That sits on top of one of the white shapes.
[Code]...
How can the text in a Label control (or a similar control) be wrapped in Flex 4 beta? In Flex 3 I could use the Text control but this is no longer available in Flex 4.
View 1 RepliesI just would like to know how can I dynamically change a label's values while on mousedown.I basically have a mousedown event and I also have two labels in my application. What I would like to happen is to get the current x and y position of my mouse pointer as I move my mouse through the screen and changing the values of the labels into the values of the current x and y coordinates of the mouse pointer.
protected function object_mouseDownHandler(event:MouseEvent):void
{
curX = this.mouseX;[code]........
However, what this code does is that it records the coordinates of my mouse as it moves across the screen. What i want now to do is just to get the coordinates of the mouse while event is on mouseDown. What i'm thinking is to call the mouseDown event and ask it if the mouse is currently down, if it returns true, then i'll start recording.
i am currently working on a project that would be greatly advanced if i can find out how to package a number of assets into a SWC file so i can use it as a theme pack.I have looked everywhere on the web and in a large number of books i have sitting in front of me and cant find out how to do it.
I want to put a bunch of images and movieclips into a SWC file and then retreive the swc dynamically at run time, however i do not know how to access indiviual assets within how to load an SWC and then gain acces to its assets?
I'm trying to create a motion comic using elements of 3d flash. I am trying to animate symbols on multiple layers, and then package all that into a movieclip so that movieclip in turn can be moved to display the 3d elements.
Whenever I create this containing movieclip, the layers (and thus the animation) are left behind, with the images being put into the movieclip.
Is there a way to package/store XML files in a compiled SWF and parse through them at runtime?
View 2 RepliesI have tried the options given on Adobe Livedocs : adt -package -target native myApp.exe myApp.air, but I keep getting the message "-storetype required". I then try with adt -package -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.air and get the same message. I have already created the .air file and the .p12 cert file in flexbuilder, and am just pointing to these in the command prompt in the specified places, but the same problem occurs. Any ideas?
View 1 RepliesI've created a very large scale Flash game and have apparently had a massive oversight - the flash portal websites wishing to host my game need it in one stand alone .swf. However, the problem is I load everything externally. I load the level data from .plist files, the images from .png and the sound from .wav, all located in folders in the .swf directory. They're loaded through Loader's and URLRequest.
Is there any way I can embed these so it will run as a stand alone? Preferably an easier way than individually writing embed lines, as there are 1000s of files.
what is the easiest way to do this?
View 9 Replieshow should i run a timer in a class(.as file) to my timeline? im getting cofused by stage then timer? or direct code for timer?i got error and it says implicit coercion of a value of type Class to an unrelated type flash.utils:Timer.
Code:
package {
import flash.display.Stage;
import flash.events.Event
[code]...
I have this application that is basically the ubiqutous page turning component you can find online, but modified for mobile. It's for kid's storybooks. It's a mobile flex application in FlashBuilder 4.6. When I export release build for my mobile project, I see an option for desktop .air packaging rather than mobile. Works and looks great....but you can't sell a .air file on Mac App Store. I want to bundle the air runtime to create a .app, which hopefully I can get on the app store. However, this option is not available in a mobile project. I've tried figuring it out via commandline...
[Code]...
I'm packiging AIR app both on Mac and on Windows. On Mac everything goes well, but on Windows I get an error.
Myapp-app.xml: error 102: Invalid namespace [URL]
I have latest SDK's installed on both machines, although Flash Builder is newer on Mac. Does the Flash Builder version even matter?
Is it possible to change a frame label within a gotoAndStop('label') with the parameters in a function?I'm playing around with updating code as I learn more and more techniques, and at the moment the code is a basic click-a-button to select the object shape, and on press the button disappears:
// Change the object into a circle.
circle_btn.addEventListener(MouseEvent.CLICK,function(){changeShape_fun(circle_btn,circle);});
// Change the object into a square.
square_btn.addEventListener(MouseEvent.CLICK,function(){changeShape_fun(square_btn,square);});
[code]....
However I can't/don't seem to know how to change a frame label through function parameters, or if what I'm trying to do is even possible.Also to note, while I'm all ears for any more efficient ways of doing what I'm trying to do, I would still like to know how/if you can change frame labels through function parmeters.
What is the Difference between macromedia flash and flash cs4. What is the Advantage of Flash cs4. Why Flash CS4 came..?
View 4 RepliesI've got a macromedia flash 5 CD fresh from the box. But it won't install, it just installs something called macromedia generator 2 and not the flash 5.
View 1 RepliesI want to use Macromedia Flash in my Jade template, does Jade support Flash?
View 1 Repliesany tutorial to create a header navigation bar like macromedia?That looks so cool with soft mouseover effects.
View 2 Replieshow to view macromedia flash sites i have vista firefox and adobe flash player 10 but i still cant use the site [URL] can i install macromedia flash player over my adobe flash player without errors
View 12 RepliesDoes anyone have the Macromedia MX Documentation Updater or the updated help files or even a PDF? My help doesn't work properly in the browser. I can get to the Macromedia MX Documentation Updater page on the adobe site, but I can't get past the register and download page.
View 1 RepliesIm having problems to duplicate movie clips in AS2.
View 1 RepliesI have created some swf files using non macromedia software. I have loaded them as targets into movieclips in my flash file. I have then animated these movieclips linked with the external swf files. The animation of the movieclips links to what is going on in the swf files. Therefore I need to load the external swf file completely before I can animate it.What is the best way to achieve this? do i create an external preloader? How would I do this? (i'm a beginner and don't need any loading bars or anything, just a very very simple preloader!)
View 1 RepliesTo make it short. Macromedia Flash doesnt support Farsi and Arabic language BUT you still can use Farsi & Aarabic in flash. All you need is another program that called "Parspad" that will some how make Farsi & Arabic words appear in flash. To get the program go to this address [URL]. And you will find one of the best Farsi and Arabic editor with almost Hundred beautiful Fonts.
Steps in how to use the program with flash:
1- Open the program "Parspad" then type in Farsi / Arabic whatever you want
2- Go to "Parspad" menu >edit> or Highlight the text and right click copy.
3- Then go to flash and past
4- Select the text you just pasted and change its font to exact font you used in "Parspad"fonts that comes with it.. you have to scroll throw fonts till you find it. It should be about 100 different fonts that works with Parspad, but you have to choose the exact one you used in "ParsPad".
[URL]