Macromedia was an American graphics and web development software company (1992–2005) headquartered in San Francisco, California that produced such products as Flash and Dreamweaver. Its rival, Adobe Systems, acquired Macromedia on December 3, 2005 and controls the line of Macromedia products
Questions tagged [macromedia]
30 questions
40
votes
2 answers
Displaying Flash content in a C# WinForms application
What is the best way to display Flash content in a C# WinForms application? I would like to create a user control (similar to the current PictureBox) that will be able to display images and flash content.
It would be great to be able to load the…

FryHard
- 10,305
- 7
- 35
- 38
2
votes
1 answer
Migrating from ColdFusion MX (6, I think) to ColdFusion 7
I'm thinking of migrating my sites from ColdFusion MX to ColdFusion 7. Are there any issues I should be aware of? I heard that ColdFusion is backwards compatible.
berto
1
vote
1 answer
how to duplicate MC in macromedia flash 8
I'm having problems to duplicate movie clips in AS2. Can someone help me to get the general idea how I do this?

david
- 13
- 5
1
vote
1 answer
Flash: Screenshot/save viewport image
Is there actionscript to enable a screenshot of a specific area of the screen? And possibly display this screenshot at a different stage?

Luke Evans
- 93
- 1
- 10
1
vote
1 answer
Logs for Flash Player 13 debug version
I was looking for flashlogs.txt for Flash Player 13 debug version but I could not find it. I already set TraceOutputFileEnable=1 on mm.cfg and place it on the proper location according to this. But I still cannot find the hard-coded flashlog.txt…

hriac
- 111
- 2
- 11
1
vote
2 answers
Which one is better? Adobe Director or Flash?
(My apologies if my keywords are wrong, I tried to find them in all different combinations but to no avail)
I think the title explains my situation but I'll elaborate a little.
I'd like to be able to create games, some simple but others more…

Nyight
- 231
- 1
- 7
- 15
0
votes
1 answer
How to hyperlink webpages through a flash file
Hello everyone i am developing web application in net beans 7.0.1 and using MySQL as database and Apache tomcat as server. I am developing an jsp web pages. i have developed a flash file .swf file as my home page which i included in my jsp file. my…

adesh
- 832
- 4
- 14
- 23
0
votes
1 answer
Display flash video in irregular quadrilateral shape
I'm a novice to Flash and I've been trying unsuccessfully to display video with defined irregular dimensions (practically a quadrilateral with various edge size). Would that be possible?
I see that there are only several customization options:
1.…

James
- 1,237
- 2
- 20
- 32
0
votes
1 answer
Can find Project Panel in Macromedia Flash MX
i am trying to review flash for our game thesis in school. i am trying to read a pdf file about flash and i am trying to do the examples listed in the notes.
but i can't find the location of the project panel. Well i know where it lies if i used my…

MisaChan
- 279
- 1
- 5
- 15
0
votes
1 answer
How to Decompile an executable file made by old Macromedia Director 7?
The original question:
Now I am trying to extract the resources from this exe file made by old Macromedia Director 7, but I am in trouble.
First, I have tried the way of loading temp files, but they are inside Xtras folder and I also cannot find a…

fc2otica
- 1
- 3
0
votes
3 answers
fill text elements in flash from word document (segments)
I need to get text segments from separate word documents into flash text elements.
Is this possible? If so how?
Marcus
0
votes
1 answer
Unable to stop at a specified frame in flash
I have two pictures on two frames. There is a textbox in which there will be some value, based on which any of the frame will be played after click on button. But whatever the value is everytime frame 3 is played. I am unable to stop at frame…

user3099225
- 413
- 1
- 4
- 14
0
votes
1 answer
Best way to delete a duplicateMovieClip?
ham_mc.onPress=function(){
startDrag(this);
_root.ham_mc.swapDepths(getNextHighestDepth());
}
ham_mc.onRelease=ham_mc.onReleaseOutside=function(){
stopDrag();
_root.ham_mc.duplicateMovieClip("ham_mc"+x,_root.getNextHighestDepth());
x++
}
This code…

Luke Evans
- 93
- 1
- 10
0
votes
0 answers
HTML CD-ROM database doesn't work in Windows 10
I have a rare CD-ROM database of a biography from the early 1900s. It is HTML and web-based. It installs as 2 separate CDs (which are stored as .ISO files) onto the hard drive.
I can then launch the search page with the icon that is created on the…

Eric Hepperle - CodeSlayer2010
- 3,745
- 10
- 38
- 53
0
votes
1 answer
How to Show the Code and design window in dreamwaver
I cant see the design of my code in dreamwaver. i want to switch the code to design. please help meenter image description here

raymond santos
- 23
- 7