hi guys,
[my code]
[Embed(source=”/../embeds/model.obj”, mimeType=“application/octet-stream”)]
private var HeadModel:Class;
i want to add any string like this
source=”/../embeds” + objName + “.obj”
but it’s give me error
how can i add any strings to embed image,
or can i use this without embed?
Thanks