Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: Jul 2005
Posts: 3
| I am trying to understand how flash works. I have been able to get the image to move about (making the movie) but when I save it, and put it on the web page, the whole Flash page shows. Can someone give me some idea on how I get the page to just be the size of the picture. This is driving me insane!!! Please would someone help! Thank you. RR |
| | |
| | #2 (permalink) |
| Indeed. Join Date: Dec 2004
Posts: 1,493
| <object width="500" height="500"> <param name="movie" value="whatever.swf"> <embed src="whatever.swf" width="500" height="500"> </embed> </object> Change the width and height, and the embed src="whatever.swf" to where your flash animation is located. |
| | |
| | #4 (permalink) |
| Newb Techie Join Date: Jul 2005
Posts: 3
| I've managed to get that one sorted! I can scroll words and move pictures. How do I make an image bubble. I will try and explain myself. Like you have a word and then a transparent circle makes it bubble forward. And how do I twist a word? So many good ideas to try out with flash....but so little experience or brain to actually work it out. What do you think of the book, "Flash for Dummies"...any good? Or is there a simpler one you could recommend? Really appreciate your help. |
| | |
| | #5 (permalink) |
| Indeed. Join Date: Dec 2004
Posts: 1,493
| I am not really sure on that, as I do not have very much experience with Flash. As for the book, I have never read it. I did take a class on Flash animation, though. It taught me the basics, but I have forgotten most of the things I learned now If you can find a class like that it would be one of the best ways to learn.You could also try one of those Flash forums, like http://www.flashkit.com/board/forumd....php?forumid=2 Sorry if that didn't really help too much Flash takes a lot of practice to get good at. |
| | |
| | #6 (permalink) |
| True Techie Join Date: Jun 2005
Posts: 155
| I need help to know how to zoom in and out in flash.
__________________ My Blog---http://techplanetnews.blogspot.com/ The 4 largest search engines on the web are: 1. Google 56.9% 2. Yahoo 21.2% 3. MSN Search 8.9% 4. AOL Search 3.2% |
| | |
| | #7 (permalink) | |
| Indeed. Join Date: Dec 2004
Posts: 1,493
| Quote:
| |
| | |
| | #8 (permalink) |
| True Techie Join Date: Jun 2005
Posts: 155
| zooming in and out in your actual animation
__________________ My Blog---http://techplanetnews.blogspot.com/ The 4 largest search engines on the web are: 1. Google 56.9% 2. Yahoo 21.2% 3. MSN Search 8.9% 4. AOL Search 3.2% |
| | |