Flash advice / Help
- Started
- Last post
- 9 Responses
- SaintAntoine
Newbie to flash requires assistance, does anyone know how to achieve this effect: http://www.neovision.jp ? I'm talking about the way the flash movie spans all the way across the browser screen etc. Help anyone? Much appreciated...
- Luckypp0
Broken link for me.
- version30
server not found
- SaintAntoine0
sorry http://neovision.jp
- Luckypp0
fscommand("fullscreen", "true");
this will go full screen for youfscommand("allowscale", "false");
this will keep your canvas items from scaling.
- SaintAntoine0
Thanx loads LuckyPP !!! :)
- imakedesign0
that will just scale everything up you need to look into full browser flash
- Timson0
fscommand only works in the flash projector so don't use it in online projects. check out the stageObject for additional scaling and fullscreen flashsites.
- ********0
full browser flash is probably not the best starting point for a newbie... but yeah, have a search on full browser flash and you should find the code required.
- SaintAntoine0
Thanks people, you all been a great help :)