Archive for the ‘Adobe Flash’ Category
Flash: How to import video
Sunday, March 6th, 2011Flash: How to make movie clips appear and disappear
Sunday, March 6th, 2011Flash: How to add sound
Sunday, March 6th, 2011Adobe scraps iphone support
Wednesday, April 21st, 2010apple not supporting adobe but google is. Could this be the end of apples popularity? not likely but it will give people reason to convert to droid. Apple should have never done this IMO:
http://news.cnet.com/8301-30685_3-20003006-264.html?tag=newsLeadStoriesArea.1
Movie Clips in flash
Tuesday, April 20th, 2010this video shows you how to create a flash movie using movie clips and buttons for navigation
sorry this isnt HD quality but it the file was too big so youtube had to compress it in a worse resolution
Apple Blocks Adobe’s Flash-to-iPhone Compiler in Latest SDK Agreement
Sunday, April 11th, 2010Dear Apple,
WHAT ARE YOU THINKING? Why are you blocking Adobe’s new conversion application for iphone and ipad? This could be a make or break for smartphones. If Adobe starts working with google or MS, I fear Apple will lose the smartphone war. While Apple is supporting HTML5, it is years away from replacing flash, if it ever does.
Link to article: http://www.macrumors.com/2010/04/08/apple-blocks-adobes-flash-to-iphone-compiler-in-latest-sdk-agreement/
Flash CS5: iPhone Support
Wednesday, March 24th, 2010Flash CS5 will have iphone support. Here is what adobe has to say:
- Flash will include a packager for the iphone
- the new flash apps cannot access the internet but will be stand alone packages
- files will have to be obtained through apple store
here is the info: http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/
Adobe Flash: AS1 Button Actions
Sunday, December 20th, 2009Here are the button actions we use in our class when we are using actionscript 1. Remember we learn both actionscript 1 and 3, which are used differently.
Button actions go on the button, not the keyframe:
Play button:
on(release){
play();
}
Stop button:
on(release){
stop();
}
Go to button:
on(release){
gotoAndPlay(“myMovie”);
}
Take note that myMovie is a frame label.
Actionscript 1+2 vs Actionscript 3
Tuesday, December 15th, 2009In my multimedia class I am teaching my students AS1 and AS3. I give the students examples of each. Now, what I found is that 20 of my 20 students are doing their final projects using AS1. Even the ones with programming experience. What does this tell me? Nothing that I dont already think. Adobe needs to continue to support AS1 because a lot of people prefer it. Plus those with limited programming experience can be more successful with flash. IMO, AS3 is only more powerful for larger projects, but not small projects.
