Public Voice Network
- LCD TV 44
- RUFF FONT 77
- Why don't they... 11
- I don't get why... 2525
- Asshole upstairs 1414
- nooo~ my eyes!!! 55
- Fixie/ fixed bikes 5555
- Pic of the Day 57205720
- Apartment Search website? 33
- blog 2101421014
- < mimeArtist 6868
- Your latest DESIGN purcha… 109109
- Bottled water is bullshit 3535
- Graphic items for sale. 44
- Sites that use Helvetica… 2020
- Hire Me Please 2525
- what.cd 44
- 2012 crop circle message 44
- Formula One : 2008 6262
- scalable css menu 11
- What is this... 2424
- Multi-Grid Pattern 2323
- Softphones for Mac?
- 30 days left 7373
Flash Woes Contd... 1111 Responses
Last post: 3 weeks, 5 days 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

