Professional :: Why Imported Ai File Won't Scale Properly

Feb 24, 2010

The stroke on one of my symbols(rivet) becomes increasingly thicker for no reason when i import my ai file. .

View 2 Replies


Similar Posts:


Professional :: Reading File (MP3) When Being Imported

Mar 5, 2012

I remember that I tried it on my friend's laptop and it worked. I am using a trial version of flash and is a beginner?

View 4 Replies

ActionScript 3.0 :: Can't Seem To Get These Imported Swf To Work Properly

Nov 20, 2009

I am trying to sett up an workflow for a project. I am going to do the programming and a friend of mine the graphics.I would like him to be able to update the graphic on the final movie without the need of publishing the full project. We are sitting on different locations and usually work at different times. So i was thinking of making separate swf for each of the movieclips. And importing these at runtime.Then he could do his magic and preview this if he uploaded them.I have done some small tests and can't seem to get these imported swf to work properly. Should this work?Any suggestion on how to set up a good workflow for this project? Or at least what to search for.

View 1 Replies

ActionScript 3.0 :: Imported SWF's Not Switching Properly?

Jan 6, 2012

I'm importing external SWF's into the main file/stage.These SWF's contain an embedded Youtube video.The code Youtube player:

ActionScript Code:
// The player SWF file on youtube.com needs to communicate with your host
// SWF file. Your code must call Security.allowDomain() to allow this
// communication.

[cod]....

when I click a second button to import a next SWF, the current SWF disappaers but I can still hear the video playing. When I start the newly imported SWF, I hear the 'removed' SWF playing + at the same time I see & hear the new imported one?It does work properly when I first stop/pause the current SWF, before importing the next one ... but this process should be automatic.

View 1 Replies

Professional :: Imported Photoshop File Exported As?

May 27, 2010

I've imported a multi-layered Photoshop file (that contains layers with elements smaller than the project size... so each layer is alpha with an element floating somewhere on the canvas.I was pleasantly surprised to see that it not only imported into Flash CS3, but also kept all the alpha and successfully exported as a Flash file with the alpha (of each layer) intact. I didn't think it would be able to do that!Anyway, the one thing that concerns/interests me is whether whatever it's doing is compatible on all systems that it'll reach.  At first, I thought it was converting each layer into a PNG file, since (to the best of my knowledge) jpegs dont' support transparency, and the layers were not converted to vectors.

So, what exactly IS it doing to each layer?  What is it exporting them as?  How compatible is that on other systems (browsers, O/S's, etc) these days?  Also, are PNG files now fully supported in all browsers and systems?I'd hate to build my whole site, only to find that it's not compatible on some other system....Bit of back story...  I'm creating a multi-layered interface (background, then another level with some random loaded swf file, then the 'moving stuff' (nav buttons, titles, etc), and then an odd shaped frame on top of that.  Previously, I did it by making everything with Flash vectors... but this time, I tried making all the elements/layers in Photoshop with just bitmaps (rather than vectors), as I wanted a bit more detail.

Originally, I was considering vectorizing them, so it would be all vectors and no bitmaps.... but with all the gradients and details, they would be an inefficient nest of vectors.... quite a mess.So, then I considered doing most of the screen as a bitmap background image, and putting the 'moving stuff' as vectors on top (...and perhaps use masks so that they appeared to go behind the frame and foreground items... but I was worried that (on perhaps other systems or configurations) the image and the vector matte wouldn't align for some reason.

View 2 Replies

Flash - Imported Classes Not Loaded Properly

May 31, 2011

I am trying to create a new flash movie. I am using CS4, for publishing movie -> flash 8 - AS-> 3.0. My issue is if I publish the movie I receive the following complier errors - > ActionScript 2.0 class scripts may only define class or interface constructs.
Attribute used outside class.
The class or interface 'flash.net.URLVariables' could not be loaded.
The class or interface 'flash.net.URLRequest' could not be loaded.
The class or interface 'flash.net.URLLoader' could not be loaded.
The class or interface 'flash.events.Event' could not be loaded.
The class or interface 'flash.net.URLVariables' could not be loaded.
ActionScript 2.0 class scripts may only define class or interface constructs.
The class or interface 'URLVariables' could not be loaded.
[Code] .....

View 1 Replies

Professional :: Creating A Button/rollover With An Imported Ai File?

Jul 8, 2010

I created a button in Illustrator and imported to my Flash library. The button has drop shadows, overlay and gradients. It imports and previews just fine until I change it to a button. When I go to preview it, there are these thick red boxes that seems to incase every layer of the button?

View 3 Replies

Professional :: Center An Imported .swf File On Stage (ALL 50 Frames Of It)?

Apr 24, 2011

I am a Flash novice who was asked to do a brief training exercise on importing a simple .swf (3D animation) into Flash. However, I cannot figure out how to center the .swf on the Flash stage. Flash always places it in the top left corner of the stage, and while I can center each individual frame of the 50-frame animation by using the align feature in the properties window, I do not know how to center the entire 50-frame clip all at once. Do I have to use ActionScript to do this? And if so, what is the exact code I would need for this, and what exact procedure would I follow?

View 1 Replies

Professional :: Why Flash Adding Points To Imported Illustrator File

Jul 30, 2010

This has been a long time question, why, when you bring illustrator artwork into flash does it add so many unnecessary control points to the object? something as simple as a circle with 4 happy control points in illustrator suddenly becomes a 20 control point circle when brought into flash. It has been this way forever and I know that there is no setting to change this?

View 3 Replies

Professional :: Scale And Crop .fla File?

Feb 26, 2010

I have an animated logo .fla file, there some some AS 2.0 in it. I basically need to scale and crop the entire file (just like you'd scale and crop an image in photoshop).

View 1 Replies

Professional :: How To Export Flash File Properly (JWPlayer)

Jul 14, 2011

I have a flash file which is 690 x 420 pixels. When I export it and set it up to play on jwplayer it shows with all of the pieces that are off the art board also. This is a test [URL].

View 7 Replies

Professional :: Swf File Doesn't Work Properly Inside Uiloader

Jun 16, 2011

I have created a swf (exporting) that have action script that adds childs to the stage. When i export the file and see the result it is all ok. But when i use de same file inside a uiloader the action script seems not to work because de childs doenst apeear in the stage.

View 23 Replies

Actionscript 3 :: Algorithm - Scale Rotated Objects Properly?

Mar 17, 2010

This is unfortunately a quite complex issue to explain, so please don't get discouraged by the wall of text - it's there for a reason. i'm working on a transformation manager for flash, written with Actionscript 3. Users can place objects on the screen, for example a rectangle.

This rectangle can then be selected and transformed: move, scale or rotate. Because flash by default rotates around the top left point of the object, and I want it to rotate around the center, I created a wrapper setup for each display object (eg. a rectangle).

[Code]...

Now, to the question: should I use a different kind of setup, system or structure? Should I maybe use matrixes, if so, how would you keep a static width/height after rotation? Or how do I fix my current wrapper system for scaling after rotation?

View 2 Replies

Professional :: SWF File Doesn't Load Images Correctly And Buttons Do Not Always Work Properly.

Jan 7, 2011

I have a big problem - I decided to make a website using flash as I am good with photoshop and thought it would be fairly easy to construct in flash using tutorials. All went well except now the website is published, weird things happen. The homepage works fine but when you click on "portfolio" some of the buttons don't appear and when you try the buttons, some images don't appear. Occasionally some of the buttons take you to the wrong place also. When I test the movie in flash, everything works fine so I can't work it out. I am a complete novice so advice will have to be spelt out in black and white.

View 2 Replies

Actionscript 3.0 :: Display Video File In An Imported SWF File Fullscreen In Flash?

May 23, 2011

I am using a flipbook Flash/Actionscript 3.0 framework for a digital magazine[url]...

You can have videos embedded in the pages of the flipbook, but they can not be display fullscreen like Youtube videos, for example.

The flipbook can also import swf files to display as pages of the flipbook, so another way of embedding videos into a page of the flipbook would be to have the video player in the swf page you are embedding. This gives you more control over the style and the positioning of the video.

My question is: Is there a way with AS3.0 to togle the embedded video from normal predefined size to fullscreen and back?

View 1 Replies

Professional :: One Or More Files Were Not Imported

Mar 16, 2011

I am using Flash CS4 and Flash CS5.I bought some music from Amazon MP3 that I want to use in my Flash animation and I keep getting this error upon import:one or more files were not imported because there were problems reading them.

View 2 Replies

Professional :: Changed Imported SWF's FPS?

Nov 2, 2011

I have an animated SWF that I created. It is supposed to be at 3FPS, however it runs at 24FPS which is my stage's current FPS. How do I have different FPS's for my stage, and my SWF?

View 1 Replies

Imported PSD File Has Unwanted Border

Jun 22, 2010

When I import a psd layered file I get an unwanted (red) border appearing around the art and as a box around the art. This doesn't exist in the psd file, but appears in the flash file. Should I convert and import it as something else? Is it a resolution setting in flash?

View 2 Replies

ActionScript 3.0 :: See An Imported FLV File On The Timeline?

Sep 23, 2010

I have a feeling this is a really basic question, but I am pretty new to Flash. I've imported an FLV file. This file is a slideshow of photographs with a Ken Burns effect already applied. I was hoping that I would be able to see the video frames on a timeline.What I then want to be able to do is jump to different frames (approximately where the photo changes) as a result of clicking buttons.

View 9 Replies

ActionScript 2.0 :: Scrollbar With Imported Txt File?

Jan 21, 2003

I want to create a scrollbar to view an imported txt file, want to use 2 buttons for up and down but don't know where to start.

View 14 Replies

IDE :: Black Background On Imported Flv File?

Jan 3, 2010

I've imported a flv video file into my movie but it always has a black border no matter what changes we make to the export dimensions of file from Adobe Premier.

I really need the flv to be seamless on a white background.

View 3 Replies

IDE :: Why Is Mp3 Imported The File To Fla Library So Large

Apr 1, 2010

I have a mp3 file that is 2:30 long and is roughly 5.5mb. How come when I import the file to my fla library it sees it as being 29mb large. My swf isn't large when I compile the project but the fla file jumps from 2mb to 30mb just from adding this sound file. P.S. This site has been a ton of help with different aspects of my flash project.

View 4 Replies

Professional :: No Sound On Imported Flv Video

Mar 3, 2010

I imported to stage a .flv vidseo... and there is no sound playing when I play the video...

View 2 Replies

Professional :: Imported A Gif But It Does Not Play Correctly?

Jun 18, 2010

I have imported a gif but it does not play correctly. It's only two frames. The first bmp associated with the gif in the library has both slides combined while the second bmp is correct.To show the issue I am having. Here is the 2frame gif playing correctly:[URL]Now here is a screen shot of my library:[URL] You can see how the highlights bmp is incorrect. When I play the gif in Firefox,IE, Ulead gif animator or anywhere else it is fine but in Flash it shows that first frame with the combined slides and then the 2nd slide correctly. It ruins the "dancing effect" I'm going for.

View 2 Replies

Professional :: Making Button On Imported PSD

Aug 12, 2010

It seemed like a simple process but I cant seem to get this right... I got a button there, but the URL wont go, i.e., the click does nothing. I imported a PSD layered image to Flash CS3, into a new blank layer. I need basically an area of this PSD to be "image mapped" so what I did was create a rectangle with the rect tool, over the area I needed the hot spot. Here I tried to do a transparent box and border (alpha 0) but the outline is still there even though the box is "empty." (I did select the transparent box, no color, and tried alpha, both same result). I made that into a symbol, then I double clicked into there to fill in the key pts for the over, hit, etc., states.... I don't have any effects here btw, as simple as we can get.

After that I right clicked on the button and entered the action script ("reserve" is the name of my button symbol)
reserve.onRelease=function(){getURL("[URL]");}
Which gave no errors on validation. When I preview in Flash, everything looks good except the thin black border and the fact that when the button is pressed, nothing happens.

View 4 Replies

Professional :: Imported Images Disappeared In CS5?

Apr 21, 2011

I had CS5 v11.0.0.xxx.  I had the problem.  I have just upgraded to CS5 v11.0.2.489.  I have the same problem. I imported a series of images in CS5 v11.0.0.xxx to the stage.  I saved the file and reopened it.The images were gone in the stage.  They were corrupted in library as well.
 
I imported the same images in Flash 8.  I saved the file and reopend it in Flash 8 without a problem.  I reopened the file in CS5 v11.0.0 and CSv11.0.2 without a problem.  I saved the file to CS4 format and reopened the new CS4 file in CS5 without a problem.  I saved the file to CS5 format (both compressed and uncompressed) and reopened the new CS5 files.  The problem is still there.
 
You can download the Flash 8 version of the file here in my dropbox.[URL]...

View 2 Replies

ActionScript 3.0 :: Imported MP3 Taking Up Too Much File Space?

May 3, 2011

I imported 12 mp3 files which run at 32kbits (the lowest for my mp3 recorder), and all totalling 404 kb and less than 1:30 of playing time, yet when I imported them they had my FLA file jump in size, from 6.50 mb to 25 mb. I have a major need for file size reduction here. Is there something I can do about this? I tried the compression tools in Flash but they didn't alter the file size.

View 6 Replies

ActionScript 3.0 :: Remove Certain Data Being Imported From A Php File?

Nov 30, 2011

I have data being loaded from a php into an xml class.
 
My host (which is free for testing purposes) keeps adding data to the php file which causes errors.  I need to know how I can delete this extra text before I put the data into an XML class so I do not get the error.  I did a trace of the data and this is what comes up below.  I need everything below the </data> tag to be removed but do not know how to do this. 

<?xml version='1.0' encoding='UTF-8'?><data>
<google rate='21' />
<yahoo rate='3' />
<msn rate='2' />

[Code].....

View 1 Replies

ActionScript 2.0 :: Dynamic Text With Xml Imported File

Sep 29, 2010

I was working on a dynamic text with xml imported file which contains this kind of code:[code]I have more of that example along the xml file, they're kind of a little newspaper. It has no other kind of code in it.Anyway, I wanted to format the text of the body to "justify",but somehow, with justify option selected on the dynamic text box (if that's enough to work), in flash, it didn't work.So i've heard that justify didn't work, or didn't exist on previous versions of flash, so I've verified the version of the flash file and "voil", it was a 6.0 version.But now, that it's on version 10, the text disappears on *.swf file... And I don't have a single clue about it..Because on version 6.0 it was all ok, except the standard left alignment.

View 3 Replies

ActionScript 2.0 :: Pause An Imported Video File?

Mar 3, 2012

Flash cs3, as2, win xp

i want to import a .wmv file in flash. when a play button is pressed, that video file should be played. but i want the video to be paused when (preferrably) the same play button is pressed again.

so:

-how to pause an imported video file?

-how to control both play and pause of the video with the same button?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved