[osflash] Shared Library symbols
Guillaume Abbe
gab at mxs.fr
Wed Aug 2 12:26:54 EDT 2006
Hi all,
i'd like to use shared libraries to import graphic symbols into my main swf.
I'm using swfmill to create the sharedSymbols.swf with something like this:
<?xml version="1.0" encoding="iso-8859-1"?>
<movie width="1024" height="768" framerate="30">
<background color="#ffffff"/>
<frame>
<library>
<clip id="symbol1" import="library/symbol1.png"/>
<clip id="symbol2" import="library/symbol2.png"/>
</library>
</frame>
</movie>
And then i load the sharedSymbols.swf in my main movie but when i try to
attach symbols with attachMovie like this : _root.attachMovie("symbol1",
0) for example, nothing appears.
Don't know if it's possible but i know that i'm going crazy with
import/export assets
If someone can help...
Guillaume
ps : sorry for my bad english
pps : it works for fonts with this method :
http://www.v-i-a.net/blog/archives/000043.html but not for symbols
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gab.vcf
Type: text/x-vcard
Size: 241 bytes
Desc: not available
Url : http://osflash.org/pipermail/osflash_osflash.org/attachments/20060802/a41d12f3/gab.vcf
More information about the osflash
mailing list