cs5

Flash CS5 screwed up all my textfields - how can I correct this?

Hi - I have an Actionscript project that I was building using Flash CS4. I embedded a font using the follow: [Embed(source="/bin/assets/fonts/MyriadPro-Regular.otf", fontWeight="normal", fontFamily="Myriad Pro")] Then throughout my application in my TextFields I would set embedFonts to true antialiastype to advanced and set the thick...

How can I compile an iPhone App with Flash CS5 without a Developer License

I understand Flash CS5 isn't the best way to make an app, but I'd really like to test out the apps I've made with it on my iPhone. Has anyone come up with a way to modify Flash CS5 so it doesn't require a Developer Certificate or Provisioning Profile (like the way you would modify Xcode so you can compile apps without paying $99 for the ...

cs5 building swf for the wrong version

Hey folks, I'm pretty new to flash, so maybe I'm missing something. I'm using CS5 flash professional to build a swf. I have it publishing to flash 8, actionscript 2. but it will only work with browsers that have 10.1+ plugins, no matter what I try. is there something really obvious that I'm missing? Edit: I'm using swfobject.embed. i...

Flash CS5- Problem with "navigateToURL" in web-browswer hosted on MySpace

I made a quick flash document for my friend who posted it his MySpace. The document has 3 buttons, each with a URL attached to them. When I play the SWF file locally, the links work fine, however once it's published to MySpace, the links refuse to work. The hand icon comes up so it understands them at least as buttons, but it seems to...

Dreamweaver CS5 Dynamic File Discovery Mode - does it work with a remote server?

Ok, I cannot find the answer to this question anywhere. Does this new feature just not work with a remote server? I do not have a local server setup, just because I typically work remotely so I don't have to always set up two environments every time I start a new project (remote always has to be there no matter what so the client can see...

Flash CS5 MAC input textfield problem

I'm developing external Flash Panel with Flex Builder 3 which can be opened through Window > Other Panels. While using that panel it opens more .swf windows as popup dialogs. Some of those windows contain input textfields. Those textfields have some character restrictions. The problem is that when viewing those popups only in MAC and onl...

Flash CS5 projects panel totally gone?

So, I popped open up Flash CS5 just now, and I couldn't find my projects panel. I was working on a dual screen set up previously, so my windows were everywhere anyways (sans external). I switched over to a smaller screen workspace, and popped opened the projects panel. Oddly enough, the code snippets panel came up instead. So, I switc...

Flash CS5 and dynamic textfields

I have a "shell" that started life in Flash CS3 (Flash 9, AS3) that has been since used with CS4 and now CS5. It creates TextFields in ActionScript for display (reading the content of those fields from XML). The text fields are either Myriad Pro Regular or Myriad Pro Semibold, both are embedded in the SWF from the Library (any given text...

Flash Animation and Sound Loop

ok so im having an issue with Flash CS5. I have a sound looping, and my animation is only 13 frames long, while the song is like a minute long, so each time the animation loops threw the default "Loop Playback" a new sound audio is played which os overlapping the previous over and over causing a massive echo effect. Whats the best way ...

Video does not play in Flash Site. (Error 1120: Access of undefined property PLAYER)

Hello! I am trying to create a mini video portfolio on my flash website, but when importing the first video, I get 13 errors...all of which have something to do with either UIManager.as or VideoPlayer.as. I am assuming that the ActionScript is automatically generated, but I am unfamiliar with this idea. Here are the errors I keep gettin...

Has Dreamweaver CS5 been deleting local files instead of remote files?

As scary as it sounds. I select a remote file, I hit delete. Instead of deleting the selected remote file, Dreamweaver chooses to delete the currently selected LOCAL file(s) - even if they're unrelated. EDIT: I am not able to 'deselect' the soon-to-be-deleted LOCAL file, not that I should have to. Didn't work this way in CS3. The only...

Where to get the debug version of indesign cs5 ?

Hi, I want to create plugins on my own. Before doing that, I am trying to run the samples given in the Indesign sdk samples. I am using Mac, I downloaded the entire eclipse archive and set the indesgn cs5 sdk in the preference of eclipse. If i run some samples like BasicDialog, it is running successful and plugin is created. And for oth...

Is it possible to extract cast member(swf file) from '.dir' file (director)??

Hi, I am new to adobe director. I need to use swf file from director to flash. But I am unable to extract swf file from dir file. Can any one give me any idea about this or is there any software, by which i can extract cst file? Plz I need help urgently! Thanks in advance... ...

How to embed images of type 'bmp' in to the flash?

I have an image of type '.bmp' (NOT jpeg or png). I am trying to embed it using the following code. [Embed(source="images/door0091.bmp")] private var door0091_class:Class; private var door91:Bitmap = new door0091_class(); On compiling, the code throws following error. 'door0091.bmp' does not have a recognized extension, and a mimeT...

flash professional cs5 very slow responding

Hi! I have a problem -- Flash CS5 is working very slow on Windows 7 x64, Intel Core Quad 2.5 GHZ, with newest NVidia driver. But on my by far less fast notebook everything working fine. Anyone spotted same problems? Could it be something with fonts? ...

I can't type symbols such as @ and $ into my flash textbox

I have an input text field for email address that is not allowing me to type anything but letters, numbers, spaces, and * I need to be able to type @ as this is an email address input field... Is there a setting I can change to allow for this? ...

Button under Mask in Flash CS5

Is there a way to get a button to work that is under a mask in Flash CS5? ...

Flash CS5: combining bold and regular text in a textfield?

I am trying to combine bold and regular text in a textfield but how do I embed an font family and not just a single style of a font? See example of how I embedded a font, you can only choose one style: "regular", "bold", "italic" or "bold italic" at once: However, when you try to embed the text (via the IDE settings or actionscript) ...

Make Flash CS5 publish for Flash Player 10.1

I'm compiling a swf using Flex 4.1 SDK that loads another swf that is created by a designer using Flash CS5. The 4.1 swf throws an error, "VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy." A few people around the web have said that they had this same error when their 4.1 swfs were loadi...

Get current page number in InDesign CS5 from Javascript

What is the DOM expression to get current page where the cursor is: app.activeDocument.currentPage ? ...