[MX04] Version And Import Question
Greetings,
I am new to Flash and I have picked up a site that has a movie that needs to be edited. I do not know what version was used to create it but its a .SWF file.
I ftp'd a copy of the movie and imported it into Flash8 and all tools were greyed out. When I imported it into MX2004 I can get the timeline but only for the opening scene and it opens as an untitled project.
Is there a way to import the entire movie with all scenes?
Thanks for any help for this very new noob.
Steve
FlashKit > Flash Help > Flash Newbies
Posted on: 10-07-2006, 12:51 PM
View Complete Forum Thread with Replies
Sponsored Links:
[MX04] Importing Keynote Version 3
Has anyone tried to import a Keynote (Version 3) QuickTime file into Flash? If so, did you encounter any degredation in functionality or display attributes? The reason I ask is if you try to export a Keynote file as a Flash file, you loose a bunch of things, notably your motion effects.
View Replies !
View Related
[MX04] Printer Friendly Version
Hey everyone. I was wondering what everyone's opinion is on creating a printer friendly pop up from a flash video with narratives are.
Basically, I have a website almost entirely made of flash. I have a menu and when clicked it brings up paragraphs depending on the link. What I want to do is have a printer friendly button available, so when they click it, a popup window comes up with the text, in html form ready for printing.
I thought about ways of doing this, and currently the best idea I had was to make a webpage for each of these narrative paragraphs, but that would take up unnecessary space on the webserver. Does anyone have any better ideas?
BTW, I need to it at the least, very similar to the way described above because I have been told to by the website owner.
View Replies !
View Related
[MX04] Flash Player Version - Publish Settings?
Hi there,
Just wondering if there was a safe version flash player that will best ensure people can view the flash document without having to download a new version? I have been told that to publish them for version 5 would be best in that respect but it looks as though it's a bit constricting too.
Would appreciate people's opinions on this. Thanks.
J
View Replies !
View Related
[MX04] Font Import From Illustrator Problems
Hi.
Hi. Ever since importing txt files w/asian characters into Illustrator CS, whenever I import ai files into flash, the text shows up as garbage. I've reset my illustrator prefs to english only characters. This occurs even when I'm using fonts I know I definitely have (arial).
My flash font mapping's set to _serif. When prompted i leave 'include invisible layers' and 'maintain text blocks' blank. I'm running OSX and the international settings are english only.
When I export an EPS from illustrator, fonts import into flash ok except from character spacing differences. Other file types like freehand import ok as well.
Any wisdom out there? Advice/insights would be hugely appreciated.
Thanks. -scumdry
View Replies !
View Related
[MX04] External Data File To Import Variable To Array
Hello,
I have managed to load a variable "movies" from an external ".txt" file but there is a lag before it shows up. The code is:
PHP Code:
loadVariablesNum("data.txt", 0);
Then, I've got a code where I need the loaded variable "movies" to be used as a component of a for loop.
PHP Code:
//new array
arr1 = [];
//create entries with number of entries as required
for (var n=0; n!=movies; n++) arr1.push(n);
trace("before sort - "+arr1);
If I declare the variable outright (i.e.movies = 10) the second part also works; I just can't get the loaded variable in there. Any suggestions?
View Replies !
View Related
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?
View Replies !
View Related
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.
View Replies !
View Related
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.
View Replies !
View Related
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
View Replies !
View Related
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
View Replies !
View Related
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.
View Replies !
View Related
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
View Replies !
View Related
Bulk Import Statments Vs. Specific Import Statements...any Performance Difference?
Lets say I have 20 classes located at nl/amsterdam/simulation/model/. Now I'm writing another class that is going to use some of those 20 classes. Is there any performance difference in the compiled swf if I import them all using a wildcard:
Code:
package nl.amsterdam.simulation.view
{
import nl.amsterdam.simulation.*
...
versus importing each specific one that I need?:
Code:
package nl.amsterdam.simulation.view
{
import nl.amsterdam.simulation.model.Tulip;
import nl.amsterdam.simulation.model.Canal;
import nl.amsterdam.simulation.model.Prostitute;
import nl.amsterdam.simulation.model.StonedTourist;
import nl.amsterdam.simulation.model.BuisnessMan;
import nl.amsterdam.simulation.model.Windmill;
import nl.amsterdam.simulation.model.CoffeeShop;
import nl.amsterdam.simulation.model.SkinnyBuilding;
...
Or is there only a difference in the time it takes to compile, not the time it takes to execute?
View Replies !
View Related
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
View Replies !
View Related
When Is Necessary To Use Import Statements To Import Classes?
Hi,
I'm sure that it must be necessary to use import statements in some situations, I'm finding that my code often works fine without them. For example, some instructions will say it is necessary to use import.flash.events.MouseEvent; before MouseEvent.CLICK will work, or that I must import the loader class before loading an SWF, but I'm finding that I can skip timporting and it works fine. Could anyone please explain why this it, and give me some idea of how to knew when to import and when I don't have to?
Thank you in advance!
View Replies !
View Related
Can't Import Import Fl.controls.ComboBox
Hi all!
I am starting learning AS 3.0 (used to use AS 2, that was sweet times ) and actually can't understand simple thing - why I can't include that package from action script?
I actually start new Action Script 3 file, and put single line in first frame
Code:
import fl.controls.ComboBox
and got errors
Code:
1172: Definition fl.controls:ComboBox could not be found.
1172: Definition fl.controls:ComboBox could not be found.
Actually thats part from the code listed at the manual and I don't have any idea, why it doesn't work.
Also when I open components window and drag combobox to scene error is not showed any more.
Any ideas how can I solve this problem without adding combobox to the library?
View Replies !
View Related
[Flash 8] Import, Import, Import
Last edited by Nutrox : 2005-09-18 at 06:24.
Ahh!! I'm already getting a bit tired of having to continuously import classes into Flash for things like BitmapData, Rectangle, and Point etc. Is there a way I can set things up so that these classes don't need to be manually imported all of the time?
I've tried a few things including : (a) Creating extension classes, but Flash moans about class paths when I try to import something like flash.display.BitmapData into my own class. (b) Setting a class path so that it points at the class directory .. $(LocalData)/Classes/FP8/flash/display/ .. but that doesn't work either (I know why, but it was worth a shot). (c) Importing the entire class package .. import FP8.* .. but that causes errors with a tonne of other classes. import FP8.geom.* etc works though, but that doesn't really help.
Am I just missing something obvious here, or is there no way around this?
Si ++
View Replies !
View Related
Import Via "import To Stage"
I opened a new AS2 document in Flash CS3
I designed a clip which I saved as an fla and exported to an swf file.
Now I imported the swf onto the stage but all that has happened is that the seperate swf componens are on the stage and not the complete clip?
View Replies !
View Related
Cab Version ?
Is there a way to have Flash MX export an HTML page with the latest cab version of the plugin? Right now it still sets it to:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
When it should be:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
And actually Dreamweaver 4 sets it to cab version 5...Is there a way to update the app somehow so I don't have to do it manually everytime?
Thanks guys
- Patrick
View Replies !
View Related
Cab Version ?
Is there a way to have the Flash MX application export an HTML page with the latest cab version of the plugin? Right now it still sets it to: version=6,0,0,0
Could this be set in Dreamweaver 4 too? It's a pain to have to change the code manually.
Thanks
- Patrick Mullady
View Replies !
View Related
Version 5 To Version 4
Hallo, i am new around here...
How do i convert a flash 5 file into a flash 4 version.
Probably is the easiest thing on earth to do... once you know how to!!
I only have the .swf file
Thanks a lot.
View Replies !
View Related
Old Version To New.
Has anyone had problems opening .fla files that were made in previous version of Flash in MX 2004? I have no problems opening MX 2004 .fla files but files that were made in previous version of Flash don't seem to work, they have an "Unexpected file format." error. Does anyone know whats wrong?
View Replies !
View Related
Anyone Use Oem Version?
I have access to Flash MX 2004 through my work but have considered purchasing a version for my son who has dabbled with prior versions and wants to learn more. Has anyone tried or does anyone use one of the OEM versions like those located here: OEM Software
How has your experience been?
What are the Pros?
What are the Cons?
I just want to make an informed purchase decision.
View Replies !
View Related
Which Version To Use?
im so new that I dont even have a copy of flash yet. and therein lies my question.
a buddy is putting together a sort of CD of powerpoint, and perhaps flash programs that will serve as a wedding invitation.
My assignment should I choose to accept it, (or even to figure out how the heck i'm gonna do it) is to create some type of simple, frogger type game.
For lack of desire to learn C for one game, one time, i thought of Flash.
a couple issues
1) is this really easier than C?
2) what version do I need?
3) how much is this gonna cost me?
4) if this is feasible, what kind of time are we looking at here?
5) is there a better, easier, cheaper, or faster way?
i appreciate your input
thanks
john
View Replies !
View Related
Which Version To Buy?
I am looking to upgrade from Flash 5. I have heard that I should upgrade to FLash MX, but is that true? and if it is, I am looking at one on Ebay and am wondering if this is the right program. Can anyone tell me?
http://cgi.ebay.com/ws/eBayISAPI.dll...07342 45&rd=1
View Replies !
View Related
Version 4 To MX
Hi All
I have recently begun diving into MX . . . from Flash 4. Yes, its almost 2005 and I’m just dropped software from 1999. Anyway, I have a question regarding MX and how best to approach it. I have taken on a small project replacing the current designer – so this may be a good way to jump in and get familiar.
In version 4, I used library, action scripting (limited to the buttons they gave me), motion/shape tweens, and masks.
So question – aside from of course using FK, what palettes in MX do you think still exist from version 4 and which new ones will I find I be using the most/least? this will be helpful to me . . .
Thanks!
View Replies !
View Related
Get Version
I would like to know if there is any way for a flash movie
to detect the version of the flashplayer in the viewers computer
and upgrade it automatically to the latest version?
/Stroke
View Replies !
View Related
Which Version?
I used to use Swish2.0 to create simple audio snippets to embed in my web pages. Nothing fancy. I no longer have that program and I need to know which of the many Swish programs out there would best suit this simple need. I don't mind buying some other version as long as the ability to create simple audio files in .swf output can still be done with minimal hassle. Any suggestions? I don't want the jukebox version because I don't want to see the player buttons. I just need a little background music for some of my web pages. Please let me know at gvr@cfl.rr.com
View Replies !
View Related
MAC And PC Version
Hello,
I have a slideshow project. I need to publish it for PC and MAC as an autoexecutable file. When I publish it for PC I get a perfect single file called:
SlideShow.exe. But, when I publish it for mac, I get a bunch of folders, subfolders, files, etc... a complete chaos. What's happening? I used to get a single file in Flash MX, now in Adobe Flash, I get this mess. Could someone point me out to a possible solution? I need the MAC version to be as simple as possible for the client, not a bunch of folders!
Thanks
View Replies !
View Related
$version
i was wondering if anyone out there can tell me how to read the $version
in other words if i trace($version)
i get WIN 8,0,22,0
obviously it says windows is my operating system and i have flash 8 player.. but what is the 0,22,0
anyone
View Replies !
View Related
Getting The SWF Version In AS3
I'm trying to migrate some scripts from AS2 to AS3 that use getSWFVersion() to determine the version that the main movie (not a loaded one) was published in. The AS3 docs say the new syntax is:
flash.display.SWFLoaderInfo.swfVersion
but I can't figure out what this means. SWFLoaderInfo isn't part of the flash.display class. I found docs for "flash.display.LoaderInfo.swfVersion", but since I'm trying to find out the version of the root movie, I don't know how to do that with LoaderInfo.
Any ideas?
(I don't want to hard-code the swf version beacuse this code will eventually be handed out as part of an API and published in a variety of movies.)
View Replies !
View Related
Which Version?
Hello fellow Flashers,
In the last year, I have been developing a website, aimed at providing useful information to hikers, in a highly updatable format. However, recently I've come across a dilema, which version of Flash do I target?
I'm using largely elements of Flash player 6: loadvars, textformat, external JPEG loading etc. So, I'm probably going to target 6. Now, second problem, I could do with features of Flash 7, things like embedded movieclips in dynamic text or CSS could really benefit my site; but how do I know that users of Flash 5 or below won't abandon my site, because they don't want to download the latest player?
As you can see, I feasibly can't use any features below Flash MX, but I also have to keep asking myself, why is this a problem? What is the point of new features if we as Flash devleopers can't take advantage of them?
As experts, can you tell me if people will avoid my site and why?
View Replies !
View Related
Version 9.0.1.6.0
I go to a gaming site that has problems with the most recent Flash Player version. My slightly older laptop has version 9.0.1.6.0 installed which works fine. How can I download this version on my other computer? Adobe's site will only let me download 9.0.2.
Thanks
View Replies !
View Related
PC Version Will Do What Mac Version Won't...why?
Hi Everyone,
I come with an annoying problem that's probably easy fixed except I don't know if it.
I'm new to mac, and I have flash 8 pro on there, often, to add a fade effect to my text I write it up,
convert it to a graphic and add the motion tween and at the beginning keyframe I set the alpha to 0%,
and it fades in as it goes to the last keyframe on 100%. EASY!
But, that was on the pc, but on my mac version, if I do the very same process...there's no fade effect,
it just shows up as 100% at the beginning and end of the keyframes...however, it will work if I'm doing it
to shapes.
Why?
View Replies !
View Related
Which Version To Use?
When I publish a flash document for the web, I'm not sure if I should set it for ActionScript 2.0 or 3.0. Will some users have problems viewing the site if I chose one or the other? What about which flash player to use? I know there are more people likely to have the older ones, but will the quality be lower if I choose 7 or 8 rather than 9?
Any advice? Thank you!
View Replies !
View Related
Old Version
Hi,
I would just like a couple of questions answered and thanks in advance
1) Where can you buy flash mx 2004?
2) is flash mx 2004 pro basicly the same?
3)Does flash cs3 contain the same features as flash mx 2004?
4) does flash cs3 support actionscript 2.0?
5) whats the difference between actionscript 2.0 and 3.0?
6) to view full screen can you program the button to let you view full screen in flash mx 2004?
View Replies !
View Related
64 Bit Version?
Base on this http://kb.adobe.com/selfservice/viewContent.do?externalId=6b3af6c9&sliceId=2, 64 bit should be comming out with flash 10.
Is adobe going to make a 64 bit version for linux and vista or not??
View Replies !
View Related
64-bit Version Of FMS
Will there be a 64-bit version anytime soon? We've moved most of our datacenter application onto 64-bit machines running 64-bit native applications. FMS 3 is one application that is still 32-bit.
Thanks - John
View Replies !
View Related
Which Version...
Hello all, I have never used FMS before but need to use it in a project over the next few months, but due to a lack of sales support from adobe I still havent had a response advising me which version we need so thought someone here may be able to put some light on it hopefully...
Basically we're building a microsite for a comedy channel and we need to record client-side webcam streams (multiple) and encode their short 20 second clips into .flv files, saving on our server ready for streaming/re-play.
I have not been able to determine if FMS 3.5 will be able to do all of this. I read some posts from a couple of years ago which stated you need a 3rd party encoder tied into FMS to do the full record/encode job. Is this still the case ? (I was looking at Autodesk Cleaner XL) or can i now do it with FMS?There's not enough detail on the product site to explain exactly what Flash Media Encoding Server does... does it only sit on the server and encode? or does it have all the functionality of FMS 3.5 + the encoder??
Sorry if these questions sound obvious, I'm an AS developer and it's the first time i've needed to use FMS.
Thanks,
Sean
View Replies !
View Related
|