Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Convert Flash 5 FLA So It Will Open In Flash 4



Hi, first time post driven by desparation.

I need to opne some Flash 5 FLAs in Flash 4. They have no advanced stuff (and almost no script) mostly simple tweens - but i still can't see a way round it.

Is it possible - i imagine this has come up before?

Is there any way (copying and pasting frames won't work, and copying individual moive clips doesn't seem to work either)

help!! I'm tearign my hair out - there's far too much stuff to redo



cannon greaves



FlashKit > Flash Help > Flash General Help
Posted on: 03-11-2003, 07:19 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

[F8] Need To Convert Open Source
Hello, I'm trying to achieve a cool trail effect when you drag a little icon. I found this open source on FK but I'm not able to get it to work once converted to F8. Can anyone help me?

Oh, also, the following example is set to follow the mouse, how can I manipulate the code so it only trails once an icon_MC is being dragged, and it trails BEHIND the icon's layer itself.

Thanks!

http://www.liquid-visual.com/flashki...SwirlTrail.fla

http://www.liquid-visual.com/flashki...SwirlTrail.swf

How Can I Open Folders/run Apps/open Shortcuts From Flash MX Using Actionscript?
I'm trying to make an Active Desktop using Flash MX and I need a way for the user to click on a button, labeled 'my computer' for example, and for the 'my computer' window to pop up. The same thing needs to happen for 'my pictures', 'my music', 'my videos', 'control panel', and 'media player'.

How can I do this using Actionscript?? Please advise.

Any Tools To Convert Macintosh Flash Movie Source To PC Flash Version?
Hi Folks,

One of my client has given me a flash movie made in flash mx 2004 version 7.It is in Macintosh.

I am trying to open it in PC ,but it says " unexpected file format"

Are there any tools to convert from macintosh flash to PC flash.

Your help will be appreciated.

Thanks

1034: Type Coercion Failed: Cannot Convert Flash.display::Stage@1c4d9461 To Flash.dis
new to AS3 and working with classes (would consider myself knowledgeable enough in AS2 to be dangerous) and am encountering all kinds of migraine inducing fun while trying to make the leap to AS3.

latest is trying to reference the main timeline from within my class.

i am trying to reference it like this:

Code:
var home:MovieClip = MovieClip(this.parent); // variable handle referring to _root timeline
and getting this error(s):

Quote:




TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Stage@1c4d9461 to flash.display.MovieClip.
at Carousel()
Error: Error #2136: The SWF file file:///Macintosh%20HD/Users/Nate/Desktop/Flash%20%2D%20Learning/Lee%20Brimelow/with%20Classes/MainCarousel.swf contains invalid data.
at Carousel/frame1()




I believe the first error is that i cannot cast the _root timeline as a movieclip for some reason and am really starting to wonder why the Display List is such a pain to work with (or appears to be a pain anyway).

sure would be nice to have a way to reference the stage and clips on it without having to write extra code or chew my own lips off. grrrr!! The second error isn't even on my radar yet although it looks like a doozy.

How To Convert Flash Game To Flash Lite Mobile Games?
Hi

can anyone tell me how to convert flash game to flash lite mobile game and hot to test it its working or not??

How Would I Open Windows Open Dialog Box Through Flash.
Hi all,
My query is how would I open windows open or save as dialog box through flash?.
Anybody help me plz.

cheers,
atul

How Would I Open Windows Open Dialog Box Through Flash.
Hi all,
My query is how would I open windows open or save as dialog box through flash?.
Anybody help me plz.

cheers,
atul

Can You Open A Flash File Made With Flash Mx, Using Flash Mx 2004?
Hi,

I have recently purchased flash mx 2004. However when I go to open my old flash mx flies in flash mx 2004 all I get is unexpected file format! Why is this? Also when I open flash mx 2004 and try to open one of the sample files it comes up with the same message!

Also when you download and install an extension from macromedia exchange, how do you then use the extension feature in flash? Were do you find it?

Any help on these matters would be appreciated?

Thank you

Can Adobe Flash CS3 Pro Convert Powerpoint To Flash
I have Adobe CS3 Pro & desperately need to convert Powerpoint files ACURATELY to flash. I've tried:

- PresentationPro/PowerConverter
- Articulate
- Flash Paper 2 (Can't get to work on my PC)
- Geo - Presentation to Video

...And none converts ACCURATELY. Can I convert using my Adobe Flash CS3 Pro???

HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Convert ActionScript Code From Flash 5 To Flash 8
Greetings,

I have a Flash5 Actionscript here that does not work on Flash8, I´ve tryed to fix but had no sucess...

Can anyone help me with that ??


Code:
largodemo = 25;
myString = this._name;
temp1 = "";
for (n=0; n<largodemo; n++) {
temp1 += chr(random(42)+48);

}
temp2 = this.myString.substr(0, i);
this.eltexto = temp2+temp1.substring(i, largodemo);
i++;
if (i<=largodemo) {
gotoAndPlay(1);
} else {
stop();
}

Convert Flash 5 Scripts To Flash 4
Hi.

I need to make a .swf backwards compatible so that a simple preloader works with the Flash 4 player. Right now this is my Flash 5 script:

onClipEvent (enterFrame) {
ifFrameLoaded (540) {
_root.gotoAndPlay(3);
}
}

I *think* I only need to change the dot syntax in the third line. I can't test it since I have the Flash 5 player so I'm not positive.

Can anyone help with this translation?

Thanks...

Convert Flash Animation To .gif - Flash 5
Pretty much as the subject says.. I've made a little 2 second, 50x50 animation in flash.. But I want to save it as an Animated Gif... How do I do this?

I think in another version of Flash you had the option of saving your .fla AS 'Animated Gif (.gif)', unfortunately I don't get that option.. Or atleast Flash 5 doesn't that option. So..?


Thanks for any help,
-Xion-

Convert Flash MX Commands To Flash 5
Hi guys,

I have a problem with actionscript. I am totally unexperienced with Actionscript. But now I am faced with this problem. It is a simple panorama scroll function, but the commands are only running with flash 6. Is there a possibility to reach the same effect (like in the attached file) with flash 5 commands?

Thank you very much.

Terian

P.S.
Sorry for my bad english. I hope you understand my questions anyway.

Help Me Convert This Flash 5 Code To Flash 6
hi guys,

I've got this countdown timer that was created back in the days of flash 5. I'm trying to add it to a new movie I've created that I'm exporting using flash 6 and the timer doesn't work. No numbers even show up. I'm assuming that it's due to some conflict with the version and the script that each one supports. Is there anything in the following code that I can change to make it compatible with my flash 6 movie?

Thank you very much!



// This tells text field "sec2" to count down by subtracting one
set("/:sec2", (/:sec2-1));
// This states that if text field "sec2" is less than 0 then tell text field "sec1" to subtract one and add a nine in text field "sec2", hence completeing the seconds countdown.
if (/:sec2<0) {
set("/:sec1", (/:sec1-1));
/:sec2 = "9";
}
// This tells text field "min" to subtract one when text field "sec1" is less than zero, hence counting down the minutes then setting text fields "sec1" and "sec2" to 5 and 9 reseting the seconds
if (/:sec1<0) {
set("/:min", (/:min-1));
/:sec1 = "5";
/:sec2 = "9";
}
timeUp = (/:sec1 == 0) && (/:sec2 == 0);
if (timeUp) {
stop();
getURL("http://www.mySite.com", "mainFrame");
} else {
gotoAndPlay("restart");
}

Is It Possible To Convert Flash MX Professional To Flash MX?
Is it possible to convert Flash MX Professional 2004 files to Flash MX ???
Recently got a book about action scripting and can not wiew the source files...
Thanks ...

Convert Flash 5 Code Into Flash 8
I have a snippet of code written for Flash 5 and I would like to use it for Flash player 8. When i switch to Flash 8 in the IDE it no longer works. I dont have the skills to basically convert it myself but perhaps there is someone out there who could help me out here. It is not a whole lot of code.

In the file there is two snippets of code. On the first frame and on the ball itself.

Would really appreciate if someone could take a look at it.
www.kanzeon.se/external/ball.fla

Thanks

Convert Flash CS3 To Flash MX2004 Or MX
Hi,

Does anyone know of a utility that will convert FLA document to older
versions. For example, Flash CS3 to Flash MX2004 or MX.

This is a recurring time consuming task for me. Right now I have to open
about a dozen Flash documents with Flash CS3 and save as Flash 8. Then
open Flash 8 and save as Flash MX2004.

Thank You,
--
Sunny

FLASH CONTENT MANAGEMENT | http://www.flashblocks.com

Convert Flash 8 AS 2.0 Project To Flash 9 AS 3.0
I have a animated menu created using Flash 8 AS 2.0. Is there anyway I could convert that project to Flash 9 AS 3.0 project. I don't care about the AS codes. I could convert them by hand. But I would like to import all the designs to Flash 9 AS 3.0 paoject. Is it possible? If so how to do it? I could import it to Flash 9 AS 2.0 but I want to use the AS 3.0 features in that project. Any help is appriciated. Thanks.

Help Me Convert This Flash 5 Code To Flash 6
hi guys,

I've got this countdown timer that was created back in the days of flash 5. I'm trying to add it to a new movie I've created that I'm exporting using flash 6 and the timer doesn't work. No numbers even show up. I'm assuming that it's due to some conflict with the version and the script that each one supports. Is there anything in the following code that I can change to make it compatible with my flash 6 movie?

Thank you very much!



// This tells text field "sec2" to count down by subtracting one
set("/:sec2", (/:sec2-1));
// This states that if text field "sec2" is less than 0 then tell text field "sec1" to subtract one and add a nine in text field "sec2", hence completeing the seconds countdown.
if (/:sec2<0) {
set("/:sec1", (/:sec1-1));
/:sec2 = "9";
}
// This tells text field "min" to subtract one when text field "sec1" is less than zero, hence counting down the minutes then setting text fields "sec1" and "sec2" to 5 and 9 reseting the seconds
if (/:sec1<0) {
set("/:min", (/:min-1));
/:sec1 = "5";
/:sec2 = "9";
}
timeUp = (/:sec1 == 0) && (/:sec2 == 0);
if (timeUp) {
stop();
getURL("http://www.mySite.com", "mainFrame");
} else {
gotoAndPlay("restart");
}

Convert Flash 5 Code Into Flash 8
I have a snippet of code written for Flash 5 and I would like to use it for Flash player 8.
When i switch to Flash 8 in the IDE it no longer works. I dont have the skills to basically convert it myself but perhaps there is someone out there who could help me out here. It is not a whole lot of code.

In the file there is two snippets of code. On the first frame and on the ball itself.

Would really appreciate if someone could take a look at it.
www.kanzeon.se/external/ball.fla

Thanks

Can Someone Convert A SHORT Flash 5 AS To Flash 8 1.0, Please?
Hi--

Can anyone convert the following script from Flash 5 to Flash 8? I'm sure it must be easy, but I'm not getting it. Specifically, the problems are in these three lines, which get the following error in Flash 8 AS 1.0:

"**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 15: Left side of assignment operator must be variable or property.
eval(("../" + nclip) + "mov") = tempx;

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 18: Left side of assignment operator must be variable or property.
eval(("../" + nclip) + ":ymov") = tempy;

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 19: Left side of assignment operator must be variable or property.
eval(("../" + nclip) + ":treffer") = my_n;

Total ActionScript Errors: 3 Reported Errors: 3"

Many thanks for any help!!! And here's the three lines that are giving me the trouble:

eval(("../" + nclip) + "mov") = tempx;
eval(("../" + nclip) + ":ymov") = tempy;
eval(("../" + nclip) + ":treffer") = my_n;

P.S. Don't ask me what "treffer" means. It's German! Again, thanks!

Help Me Convert This Flash 5 Code To Flash 6
hi guys,

I've got this countdown timer that was created back in the days of flash 5. I'm trying to add it to a new movie I've created that I'm exporting using flash 6 and the timer doesn't work. No numbers even show up. I'm assuming that it's due to some conflict with the version and the script that each one supports. Is there anything in the following code that I can change to make it compatible with my flash 6 movie?

Thank you very much!



// This tells text field "sec2" to count down by subtracting one
set("/:sec2", (/:sec2-1));
// This states that if text field "sec2" is less than 0 then tell text field "sec1" to subtract one and add a nine in text field "sec2", hence completeing the seconds countdown.
if (/:sec2<0) {
set("/:sec1", (/:sec1-1));
/:sec2 = "9";
}
// This tells text field "min" to subtract one when text field "sec1" is less than zero, hence counting down the minutes then setting text fields "sec1" and "sec2" to 5 and 9 reseting the seconds
if (/:sec1<0) {
set("/:min", (/:min-1));
/:sec1 = "5";
/:sec2 = "9";
}
timeUp = (/:sec1 == 0) && (/:sec2 == 0);
if (timeUp) {
stop();
getURL("http://www.mySite.com", "mainFrame");
} else {
gotoAndPlay("restart");
}

Convert Menu From Flash 6 To Flash 7
I have to convert this menu to Flash 7 ... the menu it's made for Flash 6 and ActionScript 1.0 and I need it for Flash 7 so I can use it in my project.... I don't know how to make this work as it should :(

Please help!! I need this done very fast :?

You can see the menu here and you can download the FLA from here

[MX04] Open A New Link In Html By Clicking Button In Flash (no Code In Flash).
Hi,

I'm facing problem while opening a new html window by clicking button created in flash.

For this i don't want to write single code in flash but want to handle this through the html only.

For this I have used <embed> tag to add swf file in html. but could not add click code in HTML on that button.

Could any one help me out?

Using Flash To Open A New Browser Window - Exact Size Of Flash Movie?
Hi,

In Dreamweaver, I've previously used the 'open new browser window' behaviour from a link to display my Flash movies, and entered the .SWF filename as the URL to launch (this launches a browser window thatls exactly the size of the movie, no scrollbars, buttons etc). Can I do a similar thing with Flash's 'get URL' command, or does that only go to HTML/HTM files?

Cheers, Skratch

Using Flash To Open A New Browser Window - Exact Size Of Flash Movie?
Hi,

In Dreamweaver, I've previously used the 'open new browser window' behaviour from a link to display my Flash movies, and entered the .SWF filename as the URL to launch (this launches a browser window thatls exactly the size of the movie, no scrollbars, buttons etc). Can I do a similar thing with Flash's 'get URL' command, or does that only go to HTML/HTM files?

Cheers, Skratch

Force Flash To Open File Download Box In Front Of The Flash Movie
Folks,
I'm making a dvd title using flash to auto start when people pops the dvd disc in.
I have a button 'Click here to download the movie' and clicking the button should pop up a file download box so people can save the movie file(.mov) to their desktop.
Problem is that the file download box shows up behind the flash movie so people won't be able to see the download box since it's hidden behind the flash. This is critical since I intend the flash to open as a full-screen mode.
Is there a way to force the flash to open the download box in front of the flash movie?

I tried getURL and fscommand ("exec", "filename.exe") and even fileReference commands to try different way of linking the movie file, and they all open download box behind the flash.

Please help~~~

Force Flash To Open File Download Box In Front Of The Flash Movie
Folks,
I'm making a dvd title using flash to auto start when people pops the dvd disc in.
I have a button 'Click here to download the movie' and clicking the button should pop up a file download box so people can save the movie file(.mov) to their desktop.
Problem is that the file download box shows up behind the flash movie so people won't be able to see the download box since it's hidden behind the flash. This is critical since I intend the flash to open as a full-screen mode.
Is there a way to force the flash to open the download box in front of the flash movie?

I tried getURL and fscommand ("exec", "filename.exe") and even fileReference commands to try different way of linking the movie file, and they all open download box behind the flash.

Please help~~~





























Edited: 08/13/2008 at 03:24:14 PM by svamfaca

Flash In Dreamweaver: How Do I Get My Flash Movie To Open In A New Browser Window?
Anyone know how to make a Flash movie appear in it's own browser window when a link is clicked? I want the window to be exactly the size of the movie with no menu buttons, white border etc.

Don't think it can be too hard as I've seen it loads with Flash movies, but I'm a total newbie to Dreamweaver so any simple instructions would be massively appreciated!

Cheers, Skratch.

Why Wont My The FLASH Files I Made On A Mac Open On My Pc? Same Flash Version (mx)
I went to a web design company and made loads of cool flash websites and learnt stuff with them - but of course all architects and website designers all use stupid macs, well, they are not stupid, but they have bad incompatibility

when i go to view them on my pc, it says unknown file format when they have the flash icon and are called fla. the swf of the files also plays! help!

do i have to convert them or something? or can i turn my working swf files back into fla files as an option?


thanks!

vq

Making A Flash Movie Open In Flash Player, Not A Browser
Hi, i know it sounds like a really obvious question but i can't figure it out. I did a flash movie for this site: -

localeyenewspaper.com

if you go to the sample newspaper and click a page opens with a flash movie in a html page. My boss now wants the user to be able to zoom in and read the paper, so i need it to open in the flash player to do this. all i did in dreamweaver was link the movie to the button and it automatically put it in the html page, how do i get it to open in flash player instead? thanks.

Unable To Open Flash 2008 File In Flash MX 2004
I was working on a file in Flash 2008 and saved it as a regular .fla. I sent the file to myself via email and downloaded it on a different PC to continue working on it. The other PC has Flash MX 2004 installed. When I try to open the file with MX however, I just get:

"Error. Unexpected file format."

Both versions of the application save files as .fla, so this format should be valid... is there any way to open this file?

Convert Mx .fla To Flash 5 .fla
Hi

My friend brought over a disk with 2 tiny Flash MX .fla's on it, but I only have flash 5 and cannot view them. The computer he made them on is not available to convert them to Flash 5 versions for me. I posted the 2 files zipped on my website, and if someone could convert them to Flash 5 fla's for me that would be a really big help. The zip file with the 2 fla's is 429 k.

The zip file can be downloaded at:

http://www.ez-ware.com/andrew/fla.zip

Email the flash 5 versions of the fla's to azumchak@hotmail.com Thnks so much, I really appreciate your help.

-Andrew Zumchak

Can You Convert Flash .exe To .swf?
Hi!
can anyone tell me if it is possibe to convert MX exe files somehow to
swf format? Problem is i have lost master fla files which i cannot recover!

Cheers,

Chris

Convert QT To Flash What's It Take?
My turn to ask a question.

Anyone have experience converting QT made movies to Flash? Can it be done in flash, or is there a Third Party software that does it? Maybe Premier? In this case, the idea is to keep the swf files small enough to be used online. The few times I have played around importing .mov files to flash has caused a lot of bloat, too much for online use.

Can Someone Convert A .fla From Flash 8 To MX For Me?
Hi, I have a .fla file that gives me the error "Unexpected file format." when I try to open in Flash MX 2004. Someone in another thread said it is most likey Flash 8 and it can be converted to allow me to open in MX. If anyone is able to do this I would really appreciate it, it is located here:

http://www.baconcheeseburger.info/Cl...k/home-fla.zip (750k)

Thanks in advance, been trying to get this project done for the last 3 days

N E 1 No How 2 Convert Flash 2 Dvd?
any one knows what is a good program to convert flash movies into dvd format if its possible at all?

Convert Ppt To Flash?
I have made a PowerPoint presentation, and I sent it to my friend by email. but he can't open it. My friend advised me to convert the PPT to flash, then sent the resulting flash to him.
but i'm a newbie to flash.Can anyone tell me how to convert PPT to Flash?

Thanks

[CS3] HELP Flash Won't Convert To .MOV Or .AVI?
Hi,

I am having a serious problem with converting an SWF to both MOV and AVI. The "Export Movie" function in Flash seems to be buggy and doesn't convert anything. Actually, none of the export options work from Flash.

The reason I am having to do this is because our company is creating a promotional video and we are creating a soundtrack for the video. The sound software needs a MOV or AVI file to sync to.

Our sound guy has done his best to sync the music to a AVI file that the "******* SWF to Video Converter" made but the video is real jumpy and that SWF converter's output is never the same. Strange.

Can anyone suggest a better way?

Thanks for your help!

-Brian

How To Convert Avi To Flash For Web?
hi everyone how are you?

This is my first post and first time. so please help me out here.

I have got a video edited on Adobe Premiere and i wanted to put that in flash format so i can have it on my website. I need help with the conversion.

i was told by someone that if i use Flash CS3 i can import and then export it.

Flash CS3 is not available from Adobe until 1st July. I installed Flash 8 and tried to import avi file but it said its not supported.

I can get real player format from adobe premire 7 pro too.

My questions is which one is better real player type or flash format? how do i convert to flash?

And what is a flv? compare to swf? how do i go and get a movie that can be seen in youtube?

I uploaded my avi file of 507mb to youtube but the quality is bad i cant see the face of anyone.

I hope i can get some help here.

thank you so much for everyone's help.

thanks

Convert MKV To Flash
if u download videos from movie websites and get files ending with *.mkv. Then how to put them into ur web site? first u need the conversion tool to convert MKV to Flash Video (FLV) which is easy to delivery over the internet. but do u know how to do it?

[F8] Convert MKV To Flash
if u download videos from movie websites and get files ending with *.mkv. Then how to put them into ur web site? first u need the conversion tool to convert MKV to Flash Video (FLV) which is easy to delivery over the internet. but do u know how to do it? If u know, post to sharing,next i will post my way...

Convert Flash 8 To CS3
Hi all,

how to convert the flash 8 file into CS3 file including its AS code,

is there is any software to do this?

Convert Flash To VHS
I am trying to convert my actionscript animation to an AVI video file so that I could record it to a VHS tape, or at least a cd. The thing is when you convert actionscript to AVI only the first frame is shown an the rest of the animation is not animated. Is it possible to convert an ActionScripted animation to an AVI file that actually works?

Convert Flash To PDF
Is there a way to convert all the flash interactions on a html page to a word document or PDF file?

Convert .Fla 8 To CS3 Flash .Fla 9
Hi all,

THis is driving me crazy. Does anyone know how I can convert a flash 8 file to flash 9 for cs3 flash? It might be the only way to stop my system crashing every time i press save while using a flash 8 file in cs3? Please help. thanks alot.

Matt.

Flash Convert
Is there anyway to convert Flash file into PowerPoint without having to use a third party software? Is there a plug-in to do that within the Adobe Flash CS3 program itself? Please, help. Thank you!

Copyright © 2005-08 www.BigResource.com, All rights reserved