Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
cash118 #1
URGENT!!! Contents of dynamic text box does not show
I have a dynamic text box that gets its content from an external text file. I
have set the dynamic text box to render its content as HTML. Anyway, everything
works fine when i run it from within flash, or when I run it's output swf file.
The problem occurs when I load this swf file into another movieclip. Everything
else shows except for the content of the dynamic text box.. please please
please.. I really need help on this one ASAP.. Thanks in advance!!
cash118 Guest
-
only show part of a dynamic text field
ok i have this description field put in dynamically on my site but i only wnat the first 120 chars to show and thne ill put a link saying click here... -
setting the contents of a dynamic text box
Hi I am new to this so please bare with me ,, I am trying to set the contents of a textbox to the selected value of a listbox the contents of the... -
Can This be done? Dynamic jump menus listing folder contents!
Hello all, We have: MS Advanced server2000 ASP MS SQL latest stable: PHP Active Perl -
until browser refresh dynamic text from external txtfile dont show up
I was having the same trouble for a while. I beleive the problem is that you are trying to load the variables and load them at the same time. The... -
Preloader dynamic text don't show
What could be the reasons that make the dynamic text (bytesLoaded/bytesTotal/etc...) in the preloader disappear when viewed form the web? But appear... -
chaos58 #2
Re: URGENT!!! Contents of dynamic text box does not show
It may be a path problem. When you reference the external txt file is it in the
right place for your SWF to grab it?
Or maybe this URL helps:
[url]http://www.peachpit.com/articles/article.asp?p=174349&seqNum=7&rl=1[/url]
chaos58 Guest
-
Matthew The Programmer #3
Re: URGENT!!! Contents of dynamic text box does not show
Yes, the problem is path related. When you load a movie1 into another movie2,
the path contained in movie1 will now need to be relative to movie2 not movie1.
So you need to make the path be relative to the final movie container.
Here's what I do in my project. I use classes to store my code outside of the
fla's. It adds a bit more permanance to relative paths. What I do is I have a
directory called ProjectX. At the root level of ProjectX I have a directory
called SWFS where all the fla files go. Then I have another directory in the
root level of ProjectX called DataFiles. It is in this folder that you would
put the datafile needed by your text field. All of my fla's import my classes
when needed, so my custom classes specific to this project can contain the
relative paths needed.
I hope this helps. The simplest thing to do is change the path to be relative
to the outermost movieclip.
Matthew The Programmer Guest



Reply With Quote

