Tagged Questions
The macromedia tag has no wiki summary.
11
votes
5answers
14k views
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 ...
2
votes
1answer
60 views
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.
1
vote
1answer
145 views
how to duplicate MC in macromedia flash 8
hey there. sorry for the newbie question but Im having problems to duplicate movie clips in AS2 can someone help me to get the general idea how I do this?
thanks ahead
1
vote
1answer
386 views
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?
0
votes
1answer
22 views
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 ...
0
votes
0answers
45 views
How do you make infinite mouse trails in Macromedia flash 8?
I am doing a project for school with Macromedia Flash and I need Infinite Mouse trails to meet the requirements, but I am having trouble with the coding.
can anyone help?
0
votes
0answers
9 views
Backing up Homesite Code Templates
I have a very large catalog of code templates I've created over the years in Homesite 5.5. Does anyone know where the code templates are stored and how to back them up? I don't want to recreate them ...
0
votes
1answer
87 views
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 ...
0
votes
1answer
45 views
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 ...
0
votes
1answer
175 views
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();
...
0
votes
1answer
434 views
Director/Lingo, making an application toggle between fullscreen and windowed?
I recently had a client contact me asking for an update to his project that I used to maintain/develop years ago.
It was done using Macromedia Director (now Adobe Director) and Lingo. Since I ...
0
votes
2answers
567 views
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 ...
0
votes
3answers
334 views
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?
-1
votes
0answers
26 views
Flash. load data from database instead of xml
I'm new to flash, and i would like to be able to load data from database instead of xml.
I have this movie i downloaded and i'm trying to change.
Any idea how can I do this?
Thanks.
My code: (I ...