Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Importing vector graphics into a swf dynamically
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sam Scherer  
View profile  
 More options Jul 23 2012, 12:26 pm
From: Sam Scherer <sam.sche...@gmail.com>
Date: Mon, 23 Jul 2012 12:26:19 -0400
Local: Mon, Jul 23 2012 12:26 pm
Subject: Importing vector graphics into a swf dynamically
Is there a good way of doing this? I also need to scale and position dynamically without the image distorting.  Anyone know a good trick for scaling dynamically loaded images with variations in aspect ratio, or should I give up and use raster?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Spector  
View profile  
 More options Jul 23 2012, 2:22 pm
From: Adam Spector <aspector...@gmail.com>
Date: Mon, 23 Jul 2012 14:22:15 -0400
Local: Mon, Jul 23 2012 2:22 pm
Subject: Re: [FlashCodersNY] Importing vector graphics into a swf dynamically
Are you saying you're trying to load a swf that contains vector
artwork inside it?
If so you can just export the vector artwork as a movie clip and use
its name to reference the class from your application loading in that
swf.
As in getDefinitionByName() and then instantiate that returned class
and scale it however you need to at that point.
Not sure if thats what you meant?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Newman  
View profile  
 More options Jul 23 2012, 2:49 pm
From: Kevin Newman <Capta...@unFocus.com>
Date: Mon, 23 Jul 2012 14:49:46 -0400
Local: Mon, Jul 23 2012 2:49 pm
Subject: Re: [FlashCodersNY] Importing vector graphics into a swf dynamically
You can load vector art, either vector art embedded in another swf, or
embedded in another format through an AS3 library. There are a few AS3
libs for SVG out there, for example.

Would need more specifics in your question to answer more specifically.

Kevin N.

On 7/23/2012 12:26 PM, Sam Scherer wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »