Ive tried exporting instead of saving as and it still doesnt give me the option to save as flv, what am I doing wrong ????
Sarah, you said originally that you have made a flash movie, but what did you make it in?
The original video was presumably recorded on a video camera which you then captured onto your computer and edited in some video editing software. What software was it and what other export options does that video editing software give you? Can you export to mov format or maybe wmv?
no, sorry if i didnt explain it clearly, its not a video, its a flash file (created in flash) which is our website, it has amnimation in it, I need to put this in dreamweaver to launch it. When I look at in flash I can make the window bigger and smaller and the file resizes itself to fit but it doesnt do that when I put it in dreamweaver - I just need to make it so that when people look at it on their screen it resizes to fit - ive launched it as it is - www.inkcreative.co.uk - but would like it to be central and the right size on everyones screens
Thanks
__________________
Sarah Hurley Ink Group - www.ink-group.co.uk
Ink Promotions, Ink Creative & Ink Retail
I was just looking at your page in Firebug and added
align="middle" to your <p> tag which did centre it, but then when I refreshed your page to try it again and make sure that was what did it, the page has changed, you have removed the <p> tag. Also the <object> tags have gone. Are you able to put the page back to what you had?
Ive tried exporting instead of saving as and it still doesnt give me the option to save as flv, what am I doing wrong ????
The only way to save the file is to *.fla file if you wish to keep any changes you make in the working file. I can't understand what you are trying to do, can you explain the processes that you are going through, that should make it easier to understand.
I have been looking at this some more and think this is what you need to do.
1. Publish your Flash page and make sure you output an HTML page.
2. This will contain a few comments at the top, then some Javascript, then the actual swf object. It will look something like the following:
3. Delete everything in bold and leave mainly just the swf object.
4. In the line above, before the opening <object> tag, add a <center> tag.
5. In the line below the closing </object> tag, add a closing </center> tag.
6. Save your HTML file (index.html) and load it into your browser.
It should now be centred. Try it and see if that works.
One way of doing it is to just serve the .swf file directly, ie, if you go here http://www.inkcreative.co.uk/Website.swf then the site displays exactly how you want it. So now all you have to do is make this page display when people enter your url. The best way of doing this is if you have php available create the following file called index.php