Questions tagged [adobe-flash-cs3]

33 questions
0
votes
1 answer

Problem when using Flash AS2 embedFonts = true AND textField.onSetFocus() together

I am noticing some strange behaviour with AS2 and using fonts in a textField that is added to the stage using createTextField(). This is for a textField which originally says Year - and user can enter a year, click ok and the year is accepted then…
undefined
  • 5,190
  • 11
  • 56
  • 90
0
votes
0 answers

How to parse CCD/CDA document in Apache/Adobe flex?

How to parse CCD/CDA document in adobe flex? Is there any simple solution/Third party library to parse and show all the human readable part present in XML rather than iterating over each node and parsing it individually? Now i am parsing it by…
Nishil S.B
  • 69
  • 1
  • 11
0
votes
0 answers

SWF file not opening in chrome and firefox

I have a package file which includes the collection of SWF files and HTML files. and when I run HTML file it shows the SWF file running in IE, however, it is not running in chrome and firefox. Please find the package…
Ramesh
  • 101
  • 5
0
votes
0 answers

why when I start my flash application on a browser it doesn't work well

My application in flash loads/writes informations in a database. It works if I open it in the adobe editor or the executable version. But if I publish it in html and I open it on the browser, I can't connect to the db. I tried also to change the…
GianLuke94
  • 13
  • 1
  • 5
0
votes
1 answer

Loading array of display objects using shared objects in action script 3.0

I'm trying to load an array that contain some display objects, the program lets me to populate the array with circles and save them to a shared object, then, I can trace the content of my array using the load button. The problem is that i can't load…
0
votes
1 answer

Parameter url must be non-null

i am getting the Parameter url must be non-null error while trying to pass the path of an XML file to an Shockwave flash object. The javascript code is as follows