Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Shared Library And HTML Tags



Hey guys!

I need some help in this question:

I use specific font (shared library) in my movies. The textfields are checkeds with Render HTML option.

Problem: I use tags html (B e I) in the textfield. I checked "all fonts" in character options and put the font name (shared library), the textfield show nothing. But if check 'italic' in character options, only text italic appears, same for 'bold'.

Are you know an solution?

Thanks !!!



Ultrashock Forums > Flash > Flash Professional
Posted on: 2004-07-13


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

How Do I Specify The Path To A Shared Library Relative To The Main Swf, Not The Html?
I'd really really appreciate help with this. I want to have an object that's imported for runtime sharing, but specify the path in the linkage dialogue box, or through AS if possible/necessary, as being relative to the main swf and not the html page the swf is in.

Up until now I thought all links were handled that way, obviously not. So now i'm going to need to use the .url property to load certain objects (audio, some other swfs), which is fair enough. But how do you do that with a library object that's imported for runtime sharing? Clearly I can't use the .url property in the dialogue box. I need the main movie to be able to look in whatever folder it is in, at runtime, and use the approriate swf there for runtime sharing. That way I can have all my main flash movies in one directory, all loading the same shared swf, and have the html files across the site embed the appropriate main movie at that location.

please please please help me with this one. I've conquered a number of problems with this project recently but inevitabley it just goes on, so currently i look like this ->

thanks to all you lovely people.

Shared Library Problem (Library File Loads Twice)
What I'm trying to do:
Share a button in one Flash file for use in an imported Flash file.

The problem:
My first Flash file is loaded twice for some reason: once for the initial load, and again when the second, imported file calls on the shared library items.

The players:
FLA/SWF - <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span> (104k)
FLA/SWF - <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> (54k)
SWF - <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">loading</span> (5k, preloader)
BT - <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-button</span>, with MC <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-ani</span> inside the button

The details:
The preloader, <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">loading</span> loads 104k worth of data, all of <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span> shows up. It is sharing a button (see below) in its library, <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-button</span>.
Within <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span>, <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> then loads. The preloader loads 54k worth of data, the entirety of <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span>.

Here's where the problem occurs:
<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> has loaded correctly; the preloader is in the first frame, so we know this to be true.
<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> is completely loaded; the file is 54k, and 54k are shown to be loaded as seen in the preloader.
However, after loading, when <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> is to go to Frame 2, it chokes. It takes twice as long as <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> to load (therefore roughly 108k), before Frame 2 shows up.
After about 20 seconds on a 56k modem, everthing shows up and procedes normally, happily ever after.

What I'm pretty sure is causing the problem:
When <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> goes to display the shared button on Frame 2, I'm pretty sure it's loading <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span> again (104k), in order to get access to its shared library. (Even when I delete the large image so <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> is only mere bytes, it still acts like its loading about 104k.) This is obviously no good.

Therefore, the million-dollar question is:
Why is my shared library loading twice, when it's shared? In other words: How can I share the library items in <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span> so that they can be used in <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span> without loading the first file all over again?

Symbol linkage:
<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-button</span> in <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span>:
[x]Export for runtime sharing
[x]Export in first frame
URL: tour.swf

<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-ani</span> in <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span> (<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-ani</span> is an animation that plays when the user rolls over <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-button</span>):
[x]Export for runtime sharing
[x]Export in first frame
URL: tour.swf

<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-button</span> in <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">main-entrance</span>:
[x]Import for runtime sharing
URL: tour.swf

<span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">travel-ani</span> in <span style="font-family:'bitstream vera sans mono', 'courier new', courier, fixedsys; background-color:#ccc;">tour</span>:
[x]Import for runtime sharing
URL: tour.swf

Probelm Using Shared Sounds From A Shared Library
if i test my library (by itself without loading it into the container) my linked sound objects play fine but when i try to access them after the library has been loaded into lets say _root.sounds movieclip, nothing works.

Shared Font & Shared Library
I have just started using shared libraries...

It all seems to working well - BUT it is doing something strange with a font I embedded in the sharedLib.swf

The font is successfully embedded into the library of the sharedLib.swf and is linked correctly to and from the sharedLib.swf.

HOWEVER - it does not seem to be exporting properly into the main movie - what I mean is that it does not appear in the child movie clips and buttons in the main movie, unless I put a blank textfield using the same shared embedded font on the _root timeline at the start of the movie?!?!

This seems bery quirky and I am not 100% confident with it and any potential load issues that may occur.

Has anyone had any similar experience or advice on this matter plz?

Shared Library
I made a shared library.swf with 20 images and i want the images shown in the main movie (with the laodMovie action in a placeHolder) On click in the main movie, the next Image must be shown, on click the next one, etc. So how can i control the images in the shared library.swf
thanx for your answer
kind regards
lexder

Shared Library
Dear Friends,
I am calling a sysmbol to the main flash file from the a shared library. Apart from the this sysmbols there are other symbols. I am also using XML for maintaining database of my file. I have two layers . One for symbols and other for action. I am displaying the shared symbol in the 4th frame after the XML being loaded. My file is used on WEB. I have faced a problem while testing my file in an NT server.

The shared symbole is not getting displayed for the first time. If I refresh the browser then I shared symbol is getting displayed.
Please help me why such problem is coming.
Thanks
Rashmi

Using Shared Library?
I am curious about how to implement a shared library. When a library object is needed, is the shared library called upon? Does the whole shared library have to load in for one object? Or do you have to initially load the shared library in using loadMovie so it can be used?
any help appreciated.

Shared Library
anyone know if a symbol has to load again if it has already been loaded in another .swf file
Is this where I would use a shared library?

Shared Library
I´ve searched through some tutorial d-bases but haven´t found anything. Maybe I´m just to blind at the moment so...
I´m planning to use a shared library for my next project so I won´t have to waste bytes to sound and similar stuff that I use in several movies So my question is:

Can anyone point me to a good tutorial on how to setup a shared library for sounds and stuff like that?

Thanks in advance

Tango

Shared Library
Hi, can 2 different SWFs use the same shared library?

Thanks in advance,
Maya.

Shared Library
is it possible to save variables to an external .swf in the root dir,
and then load them into a third .swf??
is that what a shared library is??

Oh yeah and will this work in a projector .exe???
Thats what i need it for.

please help

Shared Library
Could I do an action script to use files in the shared libary ?

I have some fonts contained in shared libary and call them using

write the path of the file in

Import for runtime share >>>>> in the linakage properties dialog box

(e.g URL: //files/font.swf)

Thanks in advanced

Shared Library
To bad you cant set the linkage-url by
script.

.. Shared libraries works well !!
IF ALL FILES are in a flat structure ( all swf's in the same folder )

But I am in a project which is complex enough to
have many files sorted out in different folders.

It makes it hard to work with the fla-files
separately, since relative urls will de determined
by the position of the MAIN swf

so if you got one swf that is called main..
and loads in swf's that are in other folders..

then those files in the other folder, they contain
linkage objects.. with relative url's to the shared
library.


so it will be a pain in the ass..
either you ALWAYS has to develop and test your movie
by first publishing the child swf..

then go to the main swf and ...


my tounge really goes in pieces now.
but if anyone understand the essence of my question..
please reply !

Shared Library
Pls tell me how to use shared library in Flash?
Can you send one example of that?
Thanks

Shared Library ?'s
Hi, I have a few questions about shared libraries.

1.) Are symbols in a shared library loaded as each one is needed, or is the whole stinking library loaded when I first tell my swf to use a symbol from the shared library?

2.) Let's say I load an swf from my _level0 swf. The NEW (_level1) swf uses objects from a shared library. Then I close the _level1 swf and load a new one into _level1. That new swf uses the same symbols from the shared library...Does it have to load those symbols all over again, or are they still loaded?

3.) Can you load a symbol from a shared library using ActionScript? Like if the user presses a button, it will show a "triangle" symbol from the shared library, but it doesn't load that symbol from the shared library UNLESS the user presses that button (so if a symbol is not being used, it doesn't get loaded from the shared library).

4.) Last question...Can you use ActionScript to control sounds in a shared library (ie. attachSound, sound.start)? It doesn't seem to work and from what I have read, other people can't get it to work either.

Sorry for so many questions, I am just a bit confused and am trying to see what the best method for my Flash file will be. Thank you so much!

Shared Library
I try to use shared library, which method is correct?

I have one swf (01.swf) with shared font, mcs, etc.

In 02.swf i use this objects from 01.swf.

How ensure, that the 02.swf and others swfs loads the objects from 01.swf correctly?

I mean:

In browser loaded as 1. file 02.swf.
I tested it and it has problem with preloading.
I think the problem is sure with shared object in 01.swf, because they are not loaded in browser yet.

If i dont use this shared object preloader and movie from 02. swf works properly.

What should i do it and use correct this shared object and ensure corect preloading?

Can preloader from 02.swf detect the size of shared object from others sfws?
I think that is why preloader dont works.


Thanks Jan

Txt Img From Shared Library
Ok, so here I am with a very interesting issue.
I have a website that will be translated to several languages, so the boss wants it to be as easy to modify the contents as possible.
Well, to cut to the chase, in the end Ill be using an external txt loading text and images from the library with the <img src> textfield tag. After a lot of twiking here and there, I got it all working (plus some extra stuff) but now I got another little problem. The boss now wants the images to be shared by all swfs.
So, the question is, how do I use a shared library where the txt will pick the symbols out of? I confess I have very little experience with shared library, though I have been doing some reading. Still Im not even sure if I figured how its supposed to work.
anyone can enlighten me here? ideas?

- K

Shared Library
is it possible to load several symbols into one swf from another?

I would think this would be the purpose of shared libraries but all the info I can find on Macromedias site about shared libraries seem to revolve around the authoring environment. ????

I want runtime loading of symbols from one swf to another.

And if you can do this... how to you target particular symbols?

THX

Shared Library
i created two files- Resource.fla and User.fla

the first one(resource.fla) has a movie clip, an image and an audio file.
i shared all of the above in the user.fla using the linkage properties and used actionscripts to work with them. however, the audio file doesnt respond to aany of the codes,unless i change the linkage properties to "Export ..." which adds to the file-size of User.swf, which in turn doesnt serve the purpose of minimizing the file-size.
is there anyway to share the audio file and still keep the file size to the minimum??

Shared Library URL
This is a shared library question for Flash pro 8:
I can't seem to get the URL to stick in the linkage on a file that has imported the shared library. All library items were exported in the main shared library file. In the file using the shared library, I go to linkage and enter in the .swf, hit okay, then when I check the linkage it's blank again. In some files, it works fine with the same library items. Any ideas?
Thanks

[MX] Shared Library Or Something Else?
I'm creating an avatar builder with Flash CS3 (AS2)
It has a crazy number of options; eyes, hair, clothes, accessories etc etc etc.

So far I've had a MC for each option with all the selections within it, so 'hair' has; frame1 long hair, fr2 spikey hair, fr3 curly...and so on.

Everything has been going great but the more I add the slower Flash gets to work with, whether its testing the movie or a simple undo, a definite lag is appearing.

I'm thinking it would be better to break the sections up into completely separate swfs that the main swf could call them up as necessary. So I would have a movie with all the hairs in, another with the eyes that the main movie would call upon. The other concern is the user can change the colours of the various items, would this be possible?

I've never had a movie talk to another before so this is new territory for me. If someone could point me in the correct direction I would be v grateful.

Thankyou!
Fran

Shared Library
Hi there all, long time member, but thought Flash Kit died so have been elsewhere, but I'll test and see if I get any answers to this.

I'm trying to use the Shared Library process for the first time with audio files and I'm not sure why it's not working.

I've followed both processes from here:

http://livedocs.adobe.com/flash/9.0/... af6-7dc8.html

and here:

http://www.kirupa.com/developer/flas...ed_library.htm

and have a library file called libTestAudio.swf with all the audio files set up right (see Flash file here http://www.twistedpancreas.com/test/libTestAudio.fla), and a test file called testAudio.swf referencing those audio files (see Flash file here http://www.twistedpancreas.com/test/testAudio.fla).

My question is should the testAudio.swf ever grow in file size? When it has no content it is at 4Kb but when it has the shared library file added to the timeline it becomes 8Kb. Now this might sound small but I've tried this with much longer pieces of audio and the file size does get bigger for testAudio.swf . I was thinking that only the libTestAudio.swf file would increase in file size and testAudio.swf would remain at it's 4Kb size. Am i wrong there?

Thanks in advance.

Shared Library
Hey there.

I'm trying to use the Shared Library process for the first time with audio files and I'm not sure why it's not working.

I've followed both processes from here:

http://livedocs.adobe.com/flash/9.0/...1af6-7dc8.html

and here:

http://www.kirupa.com/developer/flas...ed_library.htm

and have a library file called libTestAudio.swf with all the audio files set up right (see Flash file here http://www.twistedpancreas.com/test/libTestAudio.fla), and a test file called testAudio.swf referencing those audio files (see Flash file here http://www.twistedpancreas.com/test/testAudio.fla).

My question is should the testAudio.swf ever grow in file size? When it has no content it is at 4Kb but when it has the shared library file added to the timeline it becomes 8Kb. Now this might sound small but I've tried this with much longer pieces of audio and the file size does get bigger for testAudio.swf . I was thinking that only the libTestAudio.swf file would increase in file size and testAudio.swf would remain at it's 4Kb size. Am i wrong there?

Thanks in advance.

Shared Library
I have a problem getting a background made up from various shapes which is located in a shared library swf, to appear in a second and hopefully more movies.

I have followed the instructions to drag it onto the stage from the shared library ie linking the URL. The image appears to be all there on the stage but when I have published it only part of the background is there... a single shape. The shapes aren't symbols in their own right and I have grouped them, so I can't see why they won't all import.

This problem is driving me crazy. Can anyone suggest what I may be doing wrong please? I don't have to share every shape individually do I? That does seem tedious if so.

Cheers
Suzi

Shared Library
Hello,

Our website will have several pgs of Flash 8 content and several of these pgs will be using the same assets . But to date, ea file has its own library. If I am converting some of the flash files to video, is it still beneficial to make a shared library or once the file is converted it won't matter?

Thanks.
dmc

Shared Library
Hey there.

I'm trying to use the Shared Library process for the first time with audio files and I'm not sure why it's not working.

I've followed both processes from here:

http://livedocs.adobe.com/flash/9.0/UsingFlash/help.html?content=WSd60f23110762d6b883b18f10cb1fe1af6-7dc8.html

and here:

http://www.kirupa.com/developer/flash8/shared_library.htm

and have a library file called libTestAudio.swf with all the audio files set up right (see Flash file here http://www.twistedpancreas.com/test/libTestAudio.fla), and a test file called testAudio.swf referencing those audio files (see Flash file here http://www.twistedpancreas.com/test/testAudio.fla).

My question is should the testAudio.swf ever grow in file size? When it has no content it is at 4Kb but when it has the shared library file added to the timeline it becomes 8Kb. Now this might sound small but I've tried this with much longer pieces of audio and the file size does get bigger for testAudio.swf . I was thinking that only the libTestAudio.swf file would increase in file size and testAudio.swf would remain at it's 4Kb size. Am i wrong there?

Thanks in advance.

Shared Library
can someone please tell me how to make a shared library?
thx!,
-mojo

Shared Library Help
Hello everyone,

I have searched the web for a "Shared Library" tutorial for quite some time and have not found any very detailed ones. Maybe I have missed some good tutorials and therefore I turned to Kirupa. I would appreciate any materials and tutorials that would cover the whole thing. Many tutorials explain either the preloader or the sharing process itself. I am interestend in the whole package. At flashkit they have a nice tutorial http://www.flashkit.com/tutorials/Ti...-697/more5.php , but it doesn't cover the actual preloader ( where to place it and how). Anyways, I am opened to any resources. Thank you very much!!!!

Shared Library Help
i have a music clip that i edited and created a loop in flash.
i created a library to share that loop, but when linked to other .swf the whole clip playes, and not the edited custom loop i created in flash, any ideas about how to go about solving this issue?
thanks

Using The Shared Library
I love this tutorials
http://www.kirupa.com/developer/flas...ed_library.htm

But I have one question:

How can i Pre-load my external shared library file before loading my flash???

Shared Library
Hello,

i saw the tutorial for "Using the Shared Library" i dont understand, how i can take the an object from the library to put in in the mc.

Can anybody help me?

Shared Library
Any please let me know abt shared lib as i am stuck with i have exported the movie clip from a file and imp to a differnt file using linkage option know i have uploaded it site which i have given the path in linkage but it doesn't show any thing it just show blank
Please hlp me

[MX04] HTML Tags Needs To Be Disabled In Dynamic Html Enabled Text Fields
Hi Buddies,

Am loading some dynamic text from an xml which has html tags inside dat text. I jus loading dat specified texts into a dynamic text fields where html is enabled and assisgned as a htmlText instead of normal text.

It works fine, but the thing is, i want to disable certain html tags to be rendered but it shud display as it is as a normal texts.
Is there any way to do dat

Dont Want To Render < HTML > Tags In HTML Enabled Dyna Text
Hi All,

Is there any way to display < HTML > tags in the HTML enabled dynamic text field with out actually rendering it ? one constraint is, I want to enable the HTML feature for that text field all the time. because, i want to render some other tags.

The problem is in my text field unable to display msgs having <> characters i.e. even if I say < hello > it is not displaying anything, because, it is treating it as HTML tag and trying to render it. Is there any work around to display this text as it is ??

Thank all in adv,

Shared Library Problem
My shared library is working in ie. But not working Netscape. How do i do it?
Thanks...

Shared Library Changes Not Updating
Hi there

Here are the details of my flash project.

One main movie (800 by 600) that contains all the interface elements (i.e buttons etc)

I then have 12 separate flash movies each being a page of the lesson. (each is 700 by 600)

I have a dummy movie clip called "Page0" - into which I load the relevant page.

i.e loadMovie (Ind_Movie_Name, "Page0");

Anyway getting back to the question - each of the page movies includes all the preloader elements (Panel, Progress Bar and Dynamic Text) as shared items from a movie Shared_Preloader.swf.

I have changed some of the text in the Shared_Preloader.fla to be white instead of black, and republished the movie.

However - this change is not being reflected when I run the movies from the web or from my local machine. I have checked all the linkage options and they all seem correct.

Any suggestions why these updates are not showing up????

Thanks in advance

Chucky

Shared Library Items
Hello fk.
I have some questions about sharing library items.
1) I have a main swf where most of my library resides
2) My main swf loads in external swfs for content
3) How can I keep those library items consistent so whatever I change in my main swf, it will reflect in my external swfs.

I know it has something to do with linkage and properties,etc.

The url field confuses me. The url for my site is http://www.studiomaelstrom.com . Is that what I put in the Url field, or do I put the name of my main swf, which is smv3.swf ? Any help?

Shared Library Questions?
I need to find out how to share a library or library items from my main.swf with external swfs. I know it has something to do with linkage or properties. If nescessary, what do I put in the url field. Basically If I update a symbol in my main.swf , I want it to reflect automatically in my external.swf . Please help? I've already asked twice, but no one has replied.
thanks

Shared Library Popup
Hi

I'm having a problem using a shared library in a browser popup. When using the same movie in a non-popup window it works fine... Anybody ever come across the same problem?

The fact that the movie diplays correctly in a normal browser window leads me to believe that the linkage in the shared library and reference clips are correct, but as soon as the same movie is played in a popup, the shared items don't display.

Any help would be very much appreciated.

Thanks

Shared Library Question?
Hello fk.
Should I keep my shared library as an external swf with just the nescessary items, or should I just use my main.swf in level0 as my shared library? Any feedback. I have found many articles on using shared libraries, but they haven't addressed this question. Also, when a library item is need, will the whole shared library file that the item is stored in have to completely download?
thanks all.

Shared Library Assests?
I'm confused?

I've set up my library assets as it says in the book..It all works well offline, but as soon as it goes online the movie stops at the frame before the frame where it imports some assests (small bitmaps), but if i refresh the page..it plays fine with the assests all there.

What's the problem...any ideas?

cheers, stu.

Shared Library @ Runtime
Is it possible to create a libray of elements (movieClips etc...) that can be accessed by a single or multiple SWF's at runtime?

If so, how? --- do you export the Library somehow?

If you can offer any tutorials or sample etc.. I would truly appreciate it!!!

Thank you kindly in advance!.

Libray => Shared Library
Is it possible to turn an existing library into a shared library? How do you go about doing that?

Thanks.

Huaiwudong

Fonts And Shared Library
i would like to share fonts ...

but i don t know how to build a shared library ..

how do you do this ?

Shared Library Sound
Sorry - there probably are topics posted on this already, I dunno if it's a problem with my computer or not, but none of the search engines on this site have been working for me for the last few days!

Please forgive me for the newbiness of my questions, but I'm still learning Flash, and haven't attempted a shared library of any sort before...I'd almost put this in the newbie forum, but since shared libaries seem a bit different in MX and 5, I decided to do it here!

My site has a navbar on level 0, which uses loadmovie to access various swf files which appear on level 1.

Most of these swfs use identical sounds, so I thought it'd be good to have the sounds on a seperate file to keep the file size down.

Here are my shared library questions:

Say I have a file called "shared_sounds.swf"...

- do I need to have instances of the sounds inserted into the timeline of the shared library file, or can the timeline be 'blank' with the sounds only residing in the library?

- if an instance of the sound does NOT need to be in the timeline, could I put the sounds into my navbar swf on level 0?

- as far as naming the sound file with the library's 'linkage' command goes, since "http://" is included by the program, does that mean I have to make a complete (as opposed to 'relative') path for the receiving file to find the sound?

- can I test to see if the shared library works on my browser, or do the files have to be loaded onto my server?

If anyone has a link/links on this site which might answer my question, I'd be glad to see it, I only with I could do a search myself!

Is Using Shared Library The Answer For This...
I have a vegas style craps game that has 20 outcomes. Now I use 20 differnt SWFs. The only things that change are the way the dice land, the text that says what you've won, minor game table markings, and the payouts differ (depending on the user ID, sometimes they get points..sometimes something else) As it is now, a backend PERL script identifys the ID, payout odds and knows which of the 20 SWFs to give the user. The problem is, now I need a minor change to the game and not have to change 20 FLAs(BIG PAIN IN THE #$#%##).

Should I be using 1 movie with a Shared Library? How do I tell Flash which elements of the library to use?

And advice and/or tutorials would be really helpful.

Flabby.

Shared Library Probs
I have a button inside a movie clip as a shared library item which is exorted for runtime sharing.
I want the action on the button inside the clip to go to and play the next scene in the new movie. I have tried all i can think of and it just does not work. Any suggestions? hopfully i'm just overlooking the obvious.

Open As Shared Library...? Please Help
Hello friends,

I confuse between "Open library" and "Open as Shared Library", my project with "Open as shared library" has problem...Please help me what to do is correct to use library of another movie....

Any advice or idea apprecied,
Thank you very much,

Thuy Dinh,

Using A Font From A Shared Library... Help
I followed this tutorial by macromedia to create a font shared from a .swf

http://www.macromedia.com/support/f...sharedfonts.htm

and even though I followed it exactly, I can't get it to work.

When I remove the font (that the fontLibrary.swf) uses from my system to test it all out, the font defaults to the wrong one...
Shouldn't there be a step when creating the fontLibrary.swf that I actually embed the font that I'm linking too into it!? It seems strange that I'm not embeding the font anywhere....

Anybody have any ideas!?!?
Thanks
Schimke

Copyright © 2005-08 www.BigResource.com, All rights reserved