Public Voice Network
- Aliens. 4545
- emo kids 2121
- smoking 1111
- Shawna25
- Proud american movie 1111
- please welcome eating_tv! 2222
- Show your favorite cock. 2828
- Hello all 3434
- anyone at work? 99
- Design Books for Sale 33
- Lego of the Day 1818
- Daily Photo Blog 44
- Nerdcore? 88
- Dub... 55
- Nerdcore 11
- AAAYYYEEE!! 2121
- Day of the Day 1010
- New Macbooks - finally 8484
- Help My Thesis Film 1414
- price for packaging 11
- Jimmy Carter - Man from t… 33
- VIDEO OF THE DAY (FUNNY A… 44
- Politics 24632463
- UP and DOWN 1111
Flash Woes Contd... 1111 Responses
Last post: 4 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

