Public Voice Network
- Best Home Inkjet 1212
- Logo Crit 3131
- girlfriend and design wor… 2828
- Things to check out in Sa… 77
- Your Favourite Song 4848
- Powerbook G4 1414
- A word that... 1717
- design is unnecessary 6161
- Tumblr anyone? 22
- blog 2361023610
- Pic of the Day 71837183
- global corporate sites 22
- EC: Village Green 1414
- Funkrock or Funk Rock? 55
- external hard drive 66
- How do you know... 8080
- ffffound invite swapshop 398398
- tricky 77
- grunttt 44
- Great Sport Photos 307307
- Funk, Raregroove & So… 1818
- Pantone Goe? 77
- Seattle 3939
- Hip Hop Mogul Faces Forec… 99
Flash Woes Contd... 1111 Responses
Last post: 2 months, 1 week ago | Thread started: May 16, 08, 3:46 a.m.
- BaskerviIle
Ok, I'm almost there now, I've finished my flash movie, it's all looking and sounding good, everything's synced up nicely, the actionscript I wrote works etc.
Now for the final spanner...
I need to rotate the whole exported .swf file by 90º.
It's being displayed on a plasma screen which will be on its side (portrait) I've design the whole thing as it will be seen (ie also portrait) but it obviously needs to be landscape for output to the screen.
Is there any software or plugin to do this for me. I can't re-import it and rotate it in flash as I need to retain all the sound, the various scenes and actionscript that I've got in there.
Last resort is outputting as a quicktime and rotating in after effects or something, but I'd like an easier option if one exists,thanks!
- May 16, 08, 3:46 a.m. – Permalink
- neverblink
does your AS include x/y positioning? 'cause I don't think it'll work then.
Otherwise you can probably just make your entire movie into a movieclip and, alter the dimensions of your movie en put your movieclip on the first frame with: myMC._rotation += 90;
- Dog-earMay 16, 08, 3:50 a.m. – Permalink
- BaskerviIle
How do I make the entire movie as a movieclip that includes all the sound files etc when I re-import it?


- Dog-earMay 16, 08, 3:58 a.m. – Permalink
- BaskerviIle
KeiTai, could you explain how to do this. I'm a print designer struggling against flash :)


- Dog-earMay 16, 08, 3:59 a.m. – Permalink
- neverblink
^ but look at your ActionScript, as some (absolute) paths might not be correct


- Dog-earMay 16, 08, 4:05 a.m. – Permalink
- Fariska
Ouch, multiple scenes is kind of a pain in the ass
Before going on, how many scenes and how long is each scene?
I'd suggest that you merge each scene timeline in one big timeline
and then put everything in the movieclipTo select all the frames you do: go on the first frame of the top layer, then hold shift down and click on the last frame of the bottom layer (unlock them all)
An alternative way would be exporting your swf as it is and import as a movieclip in a brand new flash file, where you can treat it as a movieclip and rotate it.
It really depend on how rushed are you / how much time do you want to spend on it.

- Dog-earMay 16, 08, 4:21 a.m. – Permalink
- mimeartist
Some plasmas let you choose the orientation, especially when they are designed for that purpose


- Dog-earMay 16, 08, 4:22 a.m. – Permalink
- mikotondria3
cant you just do
_root._rotation = -90;
_root._y -= Stage.height; //so it doest all rotate about 0,0 and disappear off the top..
- Dog-earMay 16, 08, 10:38 a.m. – Permalink
- mimeartist
so... what happened?


- Dog-earJun 10, 08, 6:20 a.m. – Permalink

