Questions tagged [flash-cs5]

Flash CS5 is part of Adobe's Creative Suite released on 30 April 2010. Its main features over its predecessors are the iPhone packager, new text engine (TLF), and code snippets.

About Flash:
Flash is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements and games. More recently, it has been positioned as a tool for "Rich Internet Applications" ("RIAs").

1721 questions
0
votes
1 answer

AS2 Update multiple dynamic text fields to all frames in timeline

How can I update multiple dynamic text fields with deferent instance name in a timeline with 4 frames ? I have a movieclip named (button) using custom class with same name 1st Frame: - Layer 1: Dynamic text named (txt1) - Layer 2: Dynamic text…
AkisC
  • 817
  • 2
  • 12
  • 27
0
votes
1 answer

Ohm (omega) character not showing in Flash Player

I have embedded the font. I'm creating a TextField in ActionScript and have set embed fonts to true. I'm referencing the name correctly. I have tried adding the Character range and adding the character into the "include these characters" box. No…
jth_92
  • 1,120
  • 9
  • 23
0
votes
0 answers

Symbols from Flash CS in Flash Develop

I and a coworker are working on a Flash game. My coworker uses Adobe CS5, where he create symbols on the "stage" and then simply uses them in the ActionScript file, for example "GoodGuy.visible=true". I use Flash Develop, so I don't have that stage,…
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
0
votes
1 answer

Redundant transparent border while exporting PNG sequence

I try to export movie clips into PNG sequence using Flash CS6. Movie clips contain other movie clips. So, result PNG images contain strange redundant transperent border. As I figured out it appears when inner movie clip(or any other object) is…
eleven
  • 6,779
  • 2
  • 32
  • 52
0
votes
0 answers

Graphic Design in Flash Pro CS5.5 Some Images don't publish correctly

I am using Flash Professional CS5.5 to make a design for a poster. I basically drew these little cards as a border. Inside of Flash I have everything laid out perfectly, and it looks fine. However, when I hit export as image or publish as image some…
Jim
  • 3,821
  • 1
  • 28
  • 60
0
votes
1 answer

Smarty Tag Library in Dreamweaver CS5

I have begun working with the Smarty template framework at a new job, something completely new and bewildering to start off with but my previous knowledge of PHP defiantly helped. I am finding that using Smarty in Dreamweaver CS5 is looking a little…
CJ-
  • 66
  • 5
0
votes
2 answers

NotificationType.CRITICAL needs only to only fire when file loaded is a new file

I have an Adobe Air desktop message board App built in Flash cs5, it loads an external ".txt" file in a dynamic text field and checks for a new file every 2 minutes. I need it to notify user with (NotificationType.CRITICAL) only if the file is new…
0
votes
2 answers

URLRequest load ownly when file is new, then fire NotificationType.CRITICAL

using AS3 and Flash CS5 I have a messageboard Adobe Air desktop App with a URLLoader making a URLRequest for a ".txt" file every 2 minutes. or however long I set the time to look. The App loads the txt file into a dynamic text field. var…
0
votes
1 answer

Need my Adobe Air desktop App to make the system tray icon blink

I have a created in Flash CS5 a very simple Adobe Air Desktop App. The App is just a small 400 x 200 window that has a dynamic text field that loads a ".txt" file sitting out on the internet using URLRequest. The App checks for a new file at set…
0
votes
1 answer

Where do I put admobs .Jar file in Flash Pro CS5.5?

I have created an app in Flash CS5.5 and would like to put admobs advertisements in it. I am having problems figuring out where to put the .jar file that comes with admobs. All the tutorials say put it in "build path", but there is no build path…
Jim
  • 3,821
  • 1
  • 28
  • 60
0
votes
1 answer

Flash CS6 | How set the default save under CS5 format?

Flash CS6 If the first save dialog choose *.fla(CS5), and next use Ctrl + S, it will still keep in CS6 format. How to change that when press Ctrl + S then "Flash Cs6" save to CS5?
0x131313
  • 2,107
  • 2
  • 15
  • 18
0
votes
1 answer

Combine Flash and Flex

I have a Flash application built with Adobe Flash CS5. Is there a way to integrate it into the Adobe Flex (I'm using FLash Builder 4)? Why I'm asking: Adobe Flash seems to be the best way to import animation and graphics in the Flash application. At…
Georgii Oleinikov
  • 3,865
  • 3
  • 27
  • 27
0
votes
1 answer

How do I make a button link that will download a file to the users computer once clicked?

I have several buttons on a Download page that I want to link to different movies stored on the server so that once the user clicks the download button the movie will download to their computer. How do I do this? I thought it was simply a case of…
0
votes
2 answers

How we can send small form in Email using AS3

I create small form (Name, email, Subject, Message) in Flash. Want to send this by email using AS3 code. Can we use this offline? Like, we fill all the detail and after submit then its go online and receive the detail in email
Nav
  • 25
  • 1
  • 8
0
votes
1 answer

Does As2 compiler has limitations on number of lines of code?

I writing a AS2 code to develop a certain application. when my code exceeds 2352 lines, the swf doesnt compile, also it does not give me any error. I have checked for any syntax errors, but there are none. Is there a specific limitation on number of…
V A
  • 131
  • 1
  • 7
1 2 3
99
100