does anyone know any good tuts for mx 2004 flash...im just starting out and I dont know, well really anything, lol. Thanks to anybody who can help me. O, and in html there was i-frames, is there anything like that in flash if so I want to do that.thx
flash
there are many sites that offer tutorials for flash,
http://www.good-tutorials.com/ is just one of many
there are many tutorials on newgrounds, and links to better tutorials.
http://newgrounds.com/flash/index.html
as for the i frame thing im not really sure about that but i beleive it is possible
http://www.good-tutorials.com/ is just one of many
there are many tutorials on newgrounds, and links to better tutorials.
http://newgrounds.com/flash/index.html
as for the i frame thing im not really sure about that but i beleive it is possible
http://www.flashkit.com/
Has a lot of good step-by-step tutorials.
- Mike.
Has a lot of good step-by-step tutorials.
- Mike.
To achive this use the following frame actionscript
If you want to load a css sheet and havn't said so in the html itslef you can put the following first
Good luck with actionscript it can be a bit of a stuggle as it has many thinks left over from earlier versions that look quite ugly.
If you think you're turning into an actionscript geek have a look at this.
| Code: |
| content.multiline= true;
content.wordWrap = true; content.html = true; story = new XML(); story.ignoreWhite = true; story.load("sample.html"); story.onLoad = function () { content.htmlText = story; } |
If you want to load a css sheet and havn't said so in the html itslef you can put the following first
| Code: |
| var ss:TextField.StyleSheet = new TextField.StyleSheet();
ss.load("sample.css"); content.styleSheet = ss; |
Good luck with actionscript it can be a bit of a stuggle as it has many thinks left over from earlier versions that look quite ugly.
If you think you're turning into an actionscript geek have a look at this.
good has a bunch of them LOL try them sumtime lol www.google.com
Related topics
