bobocel saidHo yaaa it’s pretty amazing the why doing things with svg on the render sequence dynamically very low cpu , html 5 can only dream for such performance ,the down side you need to do some complex coding S* that’s why no one use it
But will Flash be able to render the same graphics dynamically?

- Author was Featured
- Bought between 1 and 9 items
- Exclusive Author
- Germany
- Has been a member for 5-6 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
bobocel said
tsafi saidBut will Flash be able to render the same graphics dynamically?
Pez (man that is early) you talk about importing the AI, that’s fine no problemo doing, but the nerd man aim more of loading external vector group dynamically (I think that’s what he aim for )SVG (scalable vector graphics) as nhstudio say, is the close thing as possible using AI format to load vector group in dynamic way(like animation) after your vector group is ready on the make you just need to do a simple task converting AI to SVG . and than start coding
other then that you cant use or load dynamically AI format as i know of.... even as2 can do magic with SVG
think so, I will going use this feature in my new Print application 
Check this out
nhstudio saidVery nice i think i saw something like this maybe yours i can’t remember.
think so, I will going use this feature in my new Print application
Check this out
Any way there is a class frocessing call FShapeSVG.as its simulate like svg but yo can do much more with it in fp 10 .
http://www.libspark.org/browser/as3/Frocessing/trunk/src/frocessing/shape/FShapeSVG.as?rev=3552 use….
package{
import flash.display.Sprite;
import frocessing.shape.FShapeSVG;//import classs
import caurina.transitions.Tweener;
import flash.utils.Timer;
import flash.events.TimerEvent;
import caurina.transitions.properties.ColorShortcuts;
public class SVGshape extends Sprite{
private var sq:Sprite = new Sprite();
private var timer:Timer = new Timer(2000);
ColorShortcuts.init();
public function SVGshape(){
var svg:XML =
<svg>
<polygon stroke="#000000" points="52.925,5.649 67.62,35.423 100.478,40.198 76.702,63.375 82.315,96.1 52.925,80.649 23.536,96.1 29.149,63.375 5.373,40.198 38.23,35.423 " fill="#FFFFFF" stroke-width="5" />
</svg>;
var shapedata:FShapeSVG = new FShapeSVG(svg);
sq = shapedata.toSprite();
addChild(sq);
timer.start();
timer.addEventListener(TimerEvent.TIMER,timerHandler);
};
/// just random & color change
private function timerHandler(e:TimerEvent):void{
Tweener.addTween(sq, {x:Math.floor(Math.random()*300),y:Math.floor(Math.random()*205),time:1,_color:Math.floor(Math.random()* 0xF)})
}
}
}
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Author was Featured
- Item was Featured
- Beta Tester
- Has been a member for 3-4 years
- Spain
bobocel said
Hola! Sorry if I wasn’t clear. I’m trying to find a solution that works at runtime, dynamically.
You was clear enough, but i was sleepy in exceed.
- Author was Featured
- Bought between 1 and 9 items
- Exclusive Author
- Germany
- Has been a member for 5-6 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
@tsafi : only wana say the reffered Class is not meins, Credit goes for that Blog Owner 
nhstudio said
@tsafi : only wana say the reffered Class is not meins, Credit goes for that Blog Owner![]()
No problem, doesn’t matter; I can’t remember me seeing someone use SVG massively in a project, most of what i see is on the experiment level .
Pez i hope you don’t ride your HD in the morning, will be a same to crash such a machine 
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Author was Featured
- Item was Featured
- Beta Tester
- Has been a member for 3-4 years
- Spain
tsafi said
Pez i hope you don’t ride your HD in the morning, will be a same to crash such a machine![]()
You know what? I did. I needed a small and quiet ride, i was doing nothing in front of the screen this morning. And a side note: stupid me, i left my mobile in the jacket pocket, and i left it open. My mobile is somewhere on the road within 30km from my home, probably separated in different parts. Can someone send me a mobile for free?
Andrei, sorry for the offtopic. Tsafinho is guilty, as usual.
pezflash saidProbably iPhone, nothing makes me happier…
My mobile is somewhere on the road within 30km from my home, probably separated in different parts. Can someone send me a mobile for free? Andrei, sorry for the offtopic. Tsafinho is guilty, as usual.
You always blame me off topic, the fact that you were of off topic from start ,something you forgot to mention 
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 6-7 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 500 and 999 users
- Sold between 100 000 and 250 000 dollars
pezflash said
tsafi said
Pez i hope you don’t ride your HD in the morning, will be a same to crash such a machine![]()
You know what? I did. I needed a small and quiet ride, i was doing nothing in front of the screen this morning. And a side note: stupid me, i left my mobile in the jacket pocket, and i left it open. My mobile is somewhere on the road within 30km from my home, probably separated in different parts. Can someone send me a mobile for free?
Andrei, sorry for the offtopic. Tsafinho is guilty, as usual.
So what happened to the phone? You don’t keep your jacket with you? 
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Author was Featured
- Item was Featured
- Beta Tester
- Has been a member for 3-4 years
- Spain
bobocel said
So what happened to the phone? You don’t keep your jacket with you?![]()
The phone and the jacket were together, like as2 files, but suddenly the phone decided to live as an external as3 class, in one curb along the road next to my house. I’ve called Telefonica, they ask me 200€ (!!!) to get the same phone. F*!
