flash question
Out of context: Reply #13
- Started
- Last post
- 15 Responses
- eryx0
It is pretty easy to do let me know if this helps
1.Create a new flash AS3 Document
2.On the left where it says properties, set your stage size to the size you need.
3.go file>import>importVideo , Sounds like you already uploaded it to a server so just select the second radio button "already deployed on a web server...." and type in the URL.
4.Now select your controls (FYI the controls are a seperate swf file that will be added to the same directory your working in, the path to them can't change or they won't show up) I would select no controls to make your life easier
5.Create a square the size of the stage
6.convert the square to a new symbol by right clicking on it and selecting "Convert to symbol" make it a button
7. Double click on the symbol and you will see 4 frames named UP, OVER, DOWN, HIT. Drag the dot on UP to the HIT box
8.select your button and under properties name your button something.
9.click outside of the stage area to select nothing and go to window > Actions.
10. write in the code shown here http://snipplr.com/view/9312/
11.click command and return at the same time to see if it worked.you can modify the video options by clicking on the player
I hope this helps.