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




Flash Version? How To Tell Which Version A SWF Is?



Hello,

I have a very specific question. I am designing a flash banner for a site that clearly states that all flash movies must be in version 5. The movie was created in both Flash MX and Flash MX 2004 and then exported as a flash movie version 5 yet I have received a reply from this site that the flash movie is NOT in version 5.

How can this be?

And since I think they have made a mistake I wanted to check which is the flash movie version but don't know how to get around to do it. Does anyone know how to do this? I would really appreciate any help possible ASAP because this banner is already way overdue.

Thanks,
Matej

If this helps I've attached links to the movies where v5 stands for version 5 and v4 as version 4. Movies are 180x150 px if anyone can extract the version number from there.
http://www.panteon.si/test/v5.swf
http://www.panteon.si/test/v4.swf



FlashKit > Flash Help > Flash MX
Posted on: 10-21-2004, 12:41 PM


View Complete Forum Thread with Replies

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

Trial Version Flash 8 Prof, While Waiting For Purchased Version To Arrive
I am using Flash 8 Professional 30 day trial on my PC until the Flash 8 Professional program arrives in the snail mail, i am having trouble publishing my ads for use on our website with this trial version, is it b/c it is the trial version. my company ordered Flash 8 Prof for me, but I won't get it until next week.

How I Can Detect The Flash Version? My Movie Require The Last Version
Hi,

Since i use tranparency in my movie, i need the "surfer" to have the lastest version of flash(specially for netscape user).

Someone can tell me where to get a flash dectector for flash 6.
LAST VERSION! i had the 6.00.29.0 and it didnt work, the 6.00.85.9 work...SO i need to detect if the user got the lastest...

how i can detect that, and let the user dl the latest version automaticly?

The Version 7 (MX 2004) Fla File Shows Correctly In Version 8
I am new to Flash.

We have an old fla file created with Flash MX 2004 that needs to be modified. About 2 months ago, I contact Adobe for MX 2004 and was told that Adobe did not sell it anymore. I had to purchase Version 8. Also I was told that version 8 would be backward capable.

I purchased version 8 and tried to load the fla file. However, the flash generated is different from what it was from MX 2004, some text or captions disappeared from screens.

Please advice.

Do Version 6 SWFs Run Faster In A Version 7 Player?
hi

does anyone know if it's the flash player 7 that makes SWF files run faster or is it the MX 2004 coding? the reason i'm asking is to see if version 6 encoded SWF files run any faster in a flash player 7. thanks.

How Can I Tell The Difference Of A Educational Version VS A Commercial Version
I was wanting to see if any of you guys knew.
Can I tell the difference of a educational version VS a commercial version
of the flash 5 and dreamweaver 4 by looking at the cd's , before I buy them.

Like is there a special code on the outside of the cd's that shows the difference?

I want to make sure I dont buy a educational version.

Thanks ahead for any help on this matter.

What Is Relationship Of Player Version And Authoring Version?
Hi, i was wondering what the relationship is between the end users player version and the authoring tool. If a swf file has been created in the latest version of flash will it play on all players or does the user need to have the latest compatible player installed. Thanks in advance

Later SWF Version Loaded Inside Earlier Version SWF
I'm trying to find out if there are issues with loading a SWF movie clip using:

onClipEvent(load) {
this.createEmptyMovieClip("empty_mc",9);'
empty_mc.loadMovie("compiledwithgreaterversion.swf");
}

If you compile the swf that this is created with to a few versions behind, say Flash V6 and AS1, and the compiledwithgreaterversion.swf file is compiled with Flash 8 and AS2 code, what happens to the player? Does it downgrade the AS VM so it runs the loaded movie with lowest code version possible, or will it run the loaded movie using the AS2 code? I'm loading inside a browser plugin of version 9 or greater.

Hoping this makes sense and someone with some knowhow can answer...

Thanks.

French Version...english Version...?
Hi all,
please help me over this "version" problem...
I installed win2000 in french as basic language. then i installed flash 5 and all the texts as well as the actionscript run without problem. so I exported all the files.
after putting on the web, when it is viewed with french-basis windows, it is fine. Once I use the Eng. windows (or chinese wndows), both the texts and the actionscipt not work properly...I really don't know why will it be that, can anyone give me a hand on this?
Thanks in advance,

Cheers,
MKit

Run Version 6, And Still Load And Run Version 5 At The Same Time
Hey i was wondering if it is possible to have a flash 6 player going, and still have a swf file loaded into it, runing a flash 5 movie clip?

thanks

simp

V5 Version-compatible Version Of GetBytesLoaded()
As the title says, does anyone know a v5 code snippet that can be used to replace the v6-only getBytesLoaded()?

This is a line taken from an fla. posted by oldnewbie, and I'm trying to get it to work when published to v5, but can't remember a substitute, or if there even is one.

code:
percent = (this.container.getBytesLoaded()/this.container.getBytesTotal())*100;


Thanks for any help

Loading Fp Version 9 Swf Into Older Version Swf
Hi,
I am trying to load a flash player version 9 swf into a version 6 swf, using loadMovieNum. When I load it into _level 0, the loaded swf works, but when I load it into a higher level, it doesn't (I am not using _root in the 9 version).

What could be the reason?

I also have a lot of problems using the MovieClipLoader class or loadMovie for this.

(I need this to combine the use of the swfObject and building some kind of preloader)

thanks,

Jerryj.

Problems When Switching From Version 6 To Version 7 ()
i´ve got this xml price list imported into flash, and all script written for version 6. When exporting to version 7, some problems occur:
the import/parse split-into-arrays part is working fine.
the duplicateMovieclip dosent work, and the arrays' values comes out NaN.

Can anyone tell me if the syntax have changed from v. 6 to v. 7 ?

Some actionscript attached: (scaled down for simplicity)


ActionScript Code:
var Leiligheter:Array =[];
for (i=0; i<my_xml.firstChild.childNodes.length; i++) {
Leiligheter.push(   {
                            Nr:Number(my_xml.firstChild.childNodes[i].attributes.Seksjon),
                            Pris:Number(my_xml.firstChild.childNodes[i].attributes.pris)
});
        }

        dupMovie = function() {

                for (i=0; i<AntallLeiligheter; i++) {
       
                   
                    _root.Prisliste.MC_Nr.duplicateMovieClip("MC_Nr"+i, i, { _y:MC_Nr._y+ListItemHeight+(ListItemHeight*i)});

                    _root.Prisliste["MC_Nr"+i].Txt.text = LeiligheterSortByNrAsc[i].Nr;
                    _root.Prisliste["MC_Type"+i].Txt.text = LeiligheterSortByNrAsc[i].Type;
}
        };
thx, MOS

Flash Version
Anybody know anything about being able to tell what version of Flash a user is running (either in JS or AS?

If so, how?

Cheers

Flag

Flash Version
I have one stupid question, i made movie with flash mx and then publis it on net, then someone with install plugin in browser for flash 5 go to page and what he see? Nothing? or plugin for flash mx download automaticly and he could see my movie?

Get Flash-Version (5/MX)
Hello!

In the tutorials, I found some "flash-detectors" which see without any javascript if Flash 5 is installed. This is fine. But what I need is a actionscript which calls a .swf-file if the Flash5-Plugin is installed and another .swf-file if Flash MX-Plugin is installed.

Ideas?

Background: The idea is to make 2 Versions of the same movie, one (uncompressed, large) for Flash 5 and one (compressed, small) for Flash MX. Of course it would be better to install the Flash-MX-Plugin, but some users don't have the admin-rights to do so.

Martin

Is This Possible With Any Version Of Flash?
If a hosting service doesn't suppport cgi, perl, php, or any other ssl, is it possible to save updated variables to the server with Flash? So, if i wanted to be able to login to an admin page that contained some input fields for various things, is there any way to save the info from the input fields so that that whenever the site is accessed by anyone, the info is updated according to the input fields?? Thanks in advance for any replies. Have a great day!

Mac Or PC Version Of Flash 5
I came across a copy of Flash 5 today.
It has Windows NT/95/98/2000 on it but in the manual it gives installation instructions for PC and Mac.
Can it be installed on both?

Best Version Of Flash To Get?
I used to toy around with flash a loooong time ago, and I'm just now getting back into it. Now there's all these new versions and stuff, I just don't know what to get. I purchased Flast MX professional but I find it hard to work with and even harder to follow tutorials with because the interface is different in some aspects. I was curious as to which is the best version I should be using? From what I understand, there's flash 5, 6, MX and MX pro....if anyone could shed some light on the situation, it'd be much appreciated. thanks

-seth
ex_veritas2000@yahoo.com

Flash Version - Where?
Im new and i was wondering which flash version should I get and where do I get it from?

When Will The Next Version Of Flash Be Out?
Does anyone know when the next version of the Flash authoring tool will be out? I am currently using MX and was thinking about upgrading after Christmas. Will it be out by then? I would hate to buy MX 2004 and have the newest version come out a month later! So if anyone has heard anything, let me know.

How To Tell Which Version Of Flash Is Used?
Hi,
i have to update some flash files provided by another company.

I use Flash MX but when i try to open one of the .fla files, i get "unexpected file format error"

Does this sound like the file has been corrupted or do you think it has been produced in a newer version of flash and mx can't see it.

Is there any way of knowing which version of flash was used?

I really wasn't planning on upgrading as i have not really seen a great step forward in flash since MX came out, and i only ever really touch the surface of flash anyway.

Is there anyway i can get the agency to save the files so they will work in MX, in a similar way you can save illustrator files to work in older verisons?

Thanks

What Version Of Flash Is Best
I am wondering what the difference is between FlashMX, FlashMX 2004 and Flash MX Professional. Which version is best?
Thanx!

Next Version Of Flash
do u know when macromedia going to release the next version of Flash?

Flash MX Version 6.0
I made a simple animation, exported it and viewed it fine. I e-mailed it to my husband and his computer will not open it. I tried to view it on our other home computer and it doesn't recognize it at all. When I click on it on this computer and open it up, it says Flash Player 6 but Flash Player 8 is installed on this computer. Any ideas?

Flash Version
Quick question

I am using flash 8 and have just received a template from another developer. How can I tell which version of Flash they have used to create the template?

Cheers!

Help With Flash Version
Does anyone know where i can find a the flash version mx 2004? I have searched a very long time for this and cannot find it. all my links end up taking me to flash cs3. is there an mx 2004 version for trial download anywhere.

How To Tell What Version Of Flash Was Used?
Hello,

I'm hoping that some of the gurus here can point me in the right direction. I have two fla files from a client, and I'm trying to find out which versions of flash were used to make each of them. Is there a way to do that?

This seems like a simple thing to do, but it has eluded me...

I'm trying to track down what I beleive is a version incompatibility with Telestream's FlipFactory, but I can't make any headway until I know the versions of the flash files.

Thanks very much in advance for any help!

It is greatly appreciated...

Cheers,
CS

How To Mix Flash Version?
hi, i got 2 movie i found, it on menu, i have modify to the needs of my menu.
both are dynamic menu. one for top and one for bottom. but one of them onli running on flash 5 player, one is running on player 7 and 8.

when i put them together, it does not work. i try attaching ext.swf it does not work too.

how can i make it work? or how is the correct way to attach and make them work?

Which Version Of Flash Should I Buy?
I made a website and am looking to post videos on it. Initially the video will be controlled by myself, but eventually, I would like users to be able to submit their own video directly on the website.

I built the website on my PC and it involves a lot of ASP.NET. However, the videos that will be posted on my website will be created in either iMovie or Final Cut Pro. Should I buy the Windows or Mac version of Flash Pro 8? I'm learning towards buying the Windows version because I assume that allowing users to upload their own videos will require a lot of programming.

Also, are their benefits to buying the Bundle? I currently use Microsoft Web Developer (instead of Dreamweaver) and Adobe PhotoShop (instead of Fireworks). Would those additional programs be beneficial?

Old Version Of Flash
If I want to create simple Flash animations, is there any disadvantage (as
far as the end user is concerned) with using an old version of Flash to
create those animations (v. 4)? I just didn't know if there would be
compatibility issues that would cause the Flash to not render correctly. I
don't really need any of the newer features in Flash . . . just a basic
animation.

--
Brandon
http://www.presentationsdirect.com

Old Version Of Flash
I need to get the version of flash named MX 2004 Professional. Can you please give me the download link? Thank you.

Flash Version
hi,
I've a file download feature in my Flex buider application which doesn't work with older versions of flash unless user doesn't change the FileDownloadDisable=1 to FileDownloadDisable=0 in C:WINDOWSsystem32MacromedFlashmms.cfg file. So i'm prompting the user to upgrade his Flash with higher version (9.0.47.0) but while upgrading flash doesn't overwrite or takes care of mms.cfg file and the problem still remins there. Can somebody help me quickly.

Flash Version?
i need to edit a flash file and my computer has a windows 2000..which version of flash can be used on it?
its urgent

Flash MX Version 6
I've worked in a few versions of flash, where in the player, if you drag the cursor on the keyframe numbers through the animation, the sound will play at the same time. I'm trying to lip sync an animation, and it's almost impossible, I have to goto "play movie" and then "mute sounds" every time I try it. Is there something in the preferences or settings that I need to turn on to hear sound as I scroll through the keyframes?


Thanks in advance.

Which Flash Version Do I Have?
Hello,
where can I find out, which version of Adobe Flash CS3 Professional I have installed (not player)?
I can't update to 9.0.2 or 9.0.3. Or do I have this latest version yet?
Under "help, about" there is version 9.0 listed

Greetings, Carlos

Flash Version
i have downloaded the flash plugin from macromedia for
distribution. When I checked the flash plugin version for
IE and Windows, it shows ver 4.71.410.0. Does it mean
user still have to update their plugin? Mm...Im wondering
why other flash plugin for Nestcape shows ver6?
Thanx

HELP ME..... [Flash 8], Goes For All Version Though.
How do you get the information bar to stop blocking the active X control for a flash movie in IE. when I am in fire fox, it just starts the flash movie. Right in the HTML page. But with IE, the info bar at the top pops up, and blocks my flash movie. Then you have to click on it, and say that you want to activate the active X on the page. Is there anyway to stop this from happening. I remember, using IE, that not all flash is blocked, just the stuff that I make. What gives?

Help me please....

New Version Of Flash MX ?
Are there any rumours as to when a new Flash (MX++) might be out.

If not, should I start one ?

Flash Version 7
I have a fla which has been created in Flash 7. now i have Macormedia Flash Mx and want to open that fla, but whenever i want to open it, i get this error "Enexpected file format".

how can open it. is it a way to open fla 7 in mx?
can i convert swf to fla also?

Which Flash Version
Hello,
We have flash 5 and want to create dropdown menus. Can version 5 handle this or would the new MX version be easier to us for this?

Also, if we create menus with MX, does anyone that has an older flash runtime on their machine need to upgrade it to the latest?

Thanks!!

Flash Version
Since the search engine is down, I just want to ask this simple question.

How does the flash player versions work? From what I can understand, if you dont have the same version of the player, you cant view the movie but can it be vice versa?

Can i make my movie to be more compatible with lower version without doing too much damage to my current codes? I kinda start on MX so I have very little clues about the older versions..  What version does the general population uses anyway?

:(

Thanks in advance..



Flash Version
Would it be a bad idea to publish my sites as Flash 5? Should I use flash 6 ot 7 instead of is there not much of a differnece, What woul dyou recommend?

Flash CS3 Version 9.0.2
It's not really problem but It's bugging me. I know that I have installed 9.0.2 Flash CS3 update but when I start Flash in splash screen writes its 9.0 version. So my question is for you who have installed this update do you see on your splash screen 9.0 or 9.0.2?

AS Version In Flash CS2
Hi

Does Flash CS2 use AS 2.0 or AS 3.0 ? Do we have any such option in Flash IDE to find the version of AS it uses?

thank you

Flash Which Version?
Hi this is my first post in this forum. I have been a long user of Dreamweaver and Fireworks, but have never really used Flash or Freehand although I have had them for some time.

This evening I have purchased an upgrade to Macromedia Studion MX 2004 and was thinking about Flash, for an extra $100 I could have got the professional version. From a beginners point of view should I have gone for Flash Pro?

I have searched this forum for this before posting it and been looking at the comparisum chart on the Macromedia website but cannot make up my mind and though I would ask some user what they would have done.

In terms of my expected usage of flash I anticipate creating menus, artwork and mabe a web interface if I fell brave enough I did like the idea of the forms in flash pro but don't know if they all that

Thanks in advance to anyone reading this booring thread and would appreciate any comments on this.

Cheers

Is There Any Flash Version Of The Anchor Tag?
is there any flash version of the anchor tag?

eg:
height of movie clip is large with buttons at the bottom which when clicked target a part of a specified scene.

any suggestions?

Flash Version Variable
I am looking for the flash variable that displays the flash player version
I remember to have seen something like that

thnxs

Detection Of Flash Version
Please could somebody either give me or direct me in the dirsction of a JAVASCRIPT that detects the flash plugin and/or it's version. I want javascript not in flash detection cos that wouldn't work for what i want to do.
Thanks for any help.
Tom.

Flash Version Detection
Hey
I looked to a lot of places and didn't find an easy cut and paste piece of javascript to insert in my html to detect the version of the flash plugin.
So I had to cook something with what I found:
<script language="javascript">
var plugin = (navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"] ?
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0);
if (plugin &&
parseInt(plugin.description.substring(plugin.descr iption.indexOf(".")-1)) >=
4) {
alert("do the flash stuff");
} else {
alert("do the html stuff");
}
</SCRIPT>

so now I need to or load my swf
or an html
I don't know how to load the swf in javascript
can you help?
also, I get now the version as "5.0 r41" and I need only to check the "5" of the version number
any idea how to do that?

thanks

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