TEXTSCROLLER (with Text And Images)
guys need help on this one. how do i make the textscroller component to scroll text, but with images also?. Thanks so much.
FlashKit > Flash Help > Flash MX
Posted on: 09-04-2002, 08:45 PM
View Complete Forum Thread with Replies
Sponsored Links:
Unicode Textscroller
I have a textscroller and an unicode textfile. As far as I know: MX should be 'unicode compatible'. This unicode text contains text in arabic and hebrew. On my computer the text is coming up in a correct way. If somebody else (propably somebody who installed an arabic or hebrew windows font)load the flash movie, the textscroll-window shows the correct language, but the font (the words) are in a disorder.
Who can help me? What is the best way to display an unicode text in a flash movie???????
View Replies !
View Related
Textscroller For Pixelfont Problem..
Hi everybody
I need help on the following issue. I want my scrollbar to
round up or down to the pixel (then my bitmap font will be sharp as a razor . I am not familiar with the "Math.round ( number )" tag, so it would be exellent if you could give me a example.
Thx!!
//script :
mh = 142;
contenth = content._height;
ratio = (contenth - mh) / mh;
if (contenth < mh) {
setProperty ("barre", _visible, "0");
}
//and the next frame (uses label roll) :
ctpos = content._y ;
edpos = ((barre.drag._y) * ratio) * -1;
dgm = (edpos - ctpos) / 5;
if (dgm < -0.05 or dgm > 0.05) {
setProperty ("content", _y, ctpos + dgm);
} else {
}
//and finally:
gotoAndPlay ("roll");
View Replies !
View Related
[F8] TextScroller NInterval PROBLEM
This may be alot to ask, but I've been fighting with this for 2 days now and I am needing some help. The problem I am having is that I need to be able to clear the nInterval, but I am not sure I am doing it right because when it is cleared, as it now, it interrupts the scrolling. Any insight would be greatly appreciated.
code:
dragMC.buttonMC.onPress = function():Void {
this.startDrag(false, 0, -200, 0, 0);
nInterval = setInterval(scrollText, 10);
};
function scrollText():Void {
Y = getProperty(_root.mcStatement.dragMC.buttonMC, _y);
newY = oldY+(Y-oldY)/8;
if (Math.floor(_root.mcStatement.scrolledMCrecipient. scrolledMC._y) == Math.floor(newY)) {
clearInterval(nInterval);
}
setProperty(_root.mcStatement.scrolledMCrecipient. scrolledMC, _y, Math.floor(newY));
oldY = newY;
}
View Replies !
View Related
Claudio's Scrollbar/textscroller
Hi there,
I've just discovered Claudio's excellent scroller, but I'm having some problems getting it to work in FMX 04.
I've declared some of the variables properly, in a weak attempt to getting it to work, but no luck yet. I think I haven't messed it up yet, but I guess the problems lies elsewhere.
BUT ! I wan't to have it react different too. Right now you can scroll everything you want in the movieClip, but I would like to see it scroll just a textfield, with the 'scroll' method. Something like this:
ActionScript Code:
function scrollText(sScrollDirection:String):Void { if(sScrollDirection == "up") { main_mc.news_txt.scroll--; } else { main_mc.news_txt.scroll++; } updateAfterEvent;}
I hope I'm not asking too much, but I would like some of the clever flash guru's to give me a hand here, cuz I'm a bit confused and frustrated here
Thanx
Sintax
View Replies !
View Related
Flash, Textscroller Problem
This is (hopefully) my last and only problem!
I can't get the scrollbar to work at all.
I downloaded the Scrollbar Extension for Flash MX 2004 at Flash Exchange and everything looks perfect, but it won't work.
I've uploaded a zip file with the fla, swf and the html aswell as CSS file, so you can take a look at it here:
http://files.upl.silentwhisper.net/upload2/Scrollbar_Problem.zip
Please help me out, anyone!
I'm pretty much desperate at this point!
View Replies !
View Related
Claudio's Scrollbar/textscroller
Hi there,
I've just discovered Claudio's excellent scroller, but I'm having some problems getting it to work in FMX 04.
I've declared some of the variables properly, in a weak attempt to getting it to work, but no luck yet. I think I haven't messed it up yet, but I guess the problems lies elsewhere.
BUT ! I wan't to have it react different too. Right now you can scroll everything you want in the movieClip, but I would like to see it scroll just a textfield, with the 'scroll' method. Something like this:
ActionScript Code:
function scrollText(sScrollDirection:String):Void { if(sScrollDirection == "up") { main_mc.news_txt.scroll--; } else { main_mc.news_txt.scroll++; } updateAfterEvent;}
I hope I'm not asking too much, but I would like some of the clever flash guru's to give me a hand here, cuz I'm a bit confused and frustrated here
Thanx
Sintax
View Replies !
View Related
Aligning Images And Text In A Dynamic Text Field
hello,
i'm working on a file that brings in html text and images into a dynamic text field. the field is also styled by CSS. i'm having a heck of a problem getting the text to wrap properly around the image. i've included the height and width dimensions within the img tag, and tons of other things to try to get the text to not go behind the image. the flash documentation acts like this is pretty straightforward but doesn't seem that simple. if anyone has a chunk of html code doing something similar that behaves properly, i'd love to see it.
thanks!
View Replies !
View Related
Text With Images
maybe this belongs in the newbie section, but i have a nice colored square in which i have a dynamic textbox (with html). Well... the <img...> tag does not work in flash (im using projector if that makes a difference)... is there any way to put some images with my text to make it nicer and all that good stuff?
thanks,
Noah
View Replies !
View Related
Images On Text Box
Hi! Need some help here.
I'm trying to make a text box (scrollable) that has images. I understand I have to make the text to render as html, but I don't know how (should i just use <img s...> tag?). Also I would like the images to be links to other pages. Or is there any way i can make them buttons?
Help appreciated.
View Replies !
View Related
Put Images In A Text.
What should I do to put emoticons in a text?
I tried to detect the string ":)" and replace it by the corresponding character in Wingdings. But that didn't worked as announced here : bugs.adobe
and so I decided to include it directly in the textfield using htmlText, but there is no way I can put the image to be displayed between two words as announced in the help : TextField.htmlText in the table row concerning <img> tag.
quote:"In general, an image embedded in a text field appears on the line following the <img> tag. However, when the <img> tag is the first character in the text field, the image appears on the first line of the text field."
So there is no way to do it this way either.
So please Adobe. Is there only a way to do this in Flash or is it impossible?
View Replies !
View Related
[F8] XML/TEXT/IMAGES/Help
hi,
I'm trying to display my images, text using xml. but nothing is coming up, this is my xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<projects>
<mylist>
<images>kids.jpg</images>
<title>Kids Playing</title>
<caption>For we are young and free</caption>
</mylist>
</projects>
Code:
and this is my AS:
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("project.xml");
// count is the total number of elements in the array.
count=0;
// declare array of variable image,title and caption.
image = [];
title = [];
caption = [];
//
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
count = xmlNode.childNodes.length;
for (i=0; i<count; i++) {
image[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
title[i] = xmlNode.childNodes[i].childNodes[1].firstChild.nodeValue;
caption[i] = xmlNode.childNodes[i].childNodes[2].firstChild.nodeValue;
}
displayImages();
} else {
trace ("file not loaded!" );
}
}
// to display all elements loaded from project1.xml
function displayImages() {
for (j=0; j<count; j++) {
trace ( j+" image:"+image[j]+" title:"+title[j]+" caption:"+caption[j]);
}
}
I would appreciate your help. thank you.
View Replies !
View Related
Scrolling Text AND Images. How?
I want to make a scrollable presentation on my previous sites. I want to include both the text and the pics in the scrollable area. Please help me. The text doesn´t have to be from an outside text file. Please help me out on this one! I´m sure there´s someone who can tell me.
View Replies !
View Related
Scrolling Text With Images
Hi,
Is there anybodoy can tell me, is it possible to do scrolling text with picture beside the paragraph? What I actually wanted to do is, I have a few paragraph(say, 3 paragraph), each paragraph has its own picture putting beside it. So is it possible for me to make them scroll together?
thanks in advance!
Mui Mui
View Replies !
View Related
Scrolling Text With Images In It ?
Hi all
I'm just wondering that in Flash MX can we do the scrolling text effect (up & down on mouse over) with images & some flash objects (like charts or tables or drawings) in that text????? is there any tutorial for that?? if it not possible in Flash MX is it possible in Flash 5 or 4??
Please help me... I've to make a site with that effect.
Thanks
Sanjay
View Replies !
View Related
Problems With Text And Images
Okay, I'm a newbie.... I should have posted here first!!!
Here is my problem. I have a scene that I have added text and images to. I have the text and the images placed exactly where I want them.
When I go to test the scene, either the image or the text has shifted. I can not figure out what I am doing wrong. Why does my text change positions? It's not a weird font.
Has anyone had this problem. If so, can I please get some help, I am so frustrated.... I really want this to work.
Thanks in advance,
WR
View Replies !
View Related
A Text Box But For Images? Is There Such A Thing? Help
OK, I've got a question. I've just started scripting in Flash like 3 days ago. At work I am the only computer literate person in the office so naturally I get selected for all the hair putting, daunting tasks. Now I know in Java and similar programming languages I can fill a container with any image I wish and change it dynamically without having to paste an image into every container. I know little of how to script in Flash (Just enough to make a drop down menu and a text box.) but is there any way I can change an image within a container dynamicaly and therefore save on many megabytes of size in my final file? Any help would be greatly appreciated. Thanks.
View Replies !
View Related
External Images (W/ TEXT)
I have a VERY basic image gallery. A whole bunch of thumbs with this:
---------------------
on (release) {
loadMovie("gallery/band.jpg", "MC");
}
---------------------
What I want to know, is there a way to load text (disciption of content under EACH image) via the button???
Example:
*Click on thumb #1, and up comes a picture of Uncle Bob, I want under THIS image "Little Billy's Birthday Party: Bob's drunk again".
*Click on thumb #2, and up comes a picture of Aunt Mary, I want under THIS image "Little Billy's Birthday Party: Mary gets a bucket".
Many thanx in advance
View Replies !
View Related
Scrolling Text & Images
I'm pretty much a beginner at Flash, and would appreciate any help on the following problem.
I've been using Flash MX to do a simple text box with vertical scrollbar, similar to the TEXTBOX command in HTML but using Flash's ability to add fonts, sizes etc. This has been fine, but I'm having trouble adding images to this scroll box. I can put the images in there easily enough, but they don't scroll along with the text.
An easy guide to solving this would be very much appreciated.
View Replies !
View Related
Images And Text Scroller?
Hi again.
I'm trying to make a movie for a Bike club. I need to present the members one by one (picture and some text). My idea is to put a list of thumbails on the top and when the mouse rollover of the image, a big image appears and the corresponding text appears too.
HOW I do that?!?!?!?!?
Please help me...
Thanks...
View Replies !
View Related
Scrollbar With Images And Text
Hi there, I have a scroller in my main movie and I need to insert an image/button into this scrolling text area...does anyone know how to do this?
I am using the scrollbar component in flash, but dont know much actionscript. Is there anyone who could help me please???
Thanx
View Replies !
View Related
Images And Text Scroll?
i want to have a text field with 3 or 4 small pictures. i can get the text to scroll but is there anyway i can have the pictures and text scroll? any links to a tutorial or good advice would be appreciated
View Replies !
View Related
3D Text... No Images... I'm Lost
I was viewing Downloads and came across, 'N FX' Nirabiffics Intro, by Nirab. Upon downloading and viewing the attached .fla, I found no images where I expected them in the movies of the 3D text.
I tried Nirab's e-mail address, and website, and found nothing.
Does anyone know how he/she rendered that text?
Quiason
View Replies !
View Related
Images In Text Boxes
I have a text box that is set to scroll with the scroll bar component. I need to insert images after each paragraph of text in the text box. Do you have any ideas about how to do this.
Thanks in advance
View Replies !
View Related
Php/mx Loading Text AND Images
This must be really easy for all pro's;
I am allready looking around on these and other sites and forums to solve my problemo;
I want to load an image and text from a php script.
Thing is this; text works image not.
Where and how do i put the code to load these variables?
I have it like this now;
two textfields with variable names:
_weeklydate
_weeklyslogan
And then i want a image to appear with a variable name:
_weeklypic
the phpscripting should be ok i guess.
it's like this in testing mode:
<?
echo
"&_weeklydate=Week1, 2004&_weeklyslogan=Monkey See, Monkey Don't&_weeklypic=sample.jpg";
?>
sample .jpg is in the same folder as all the other stuff.
I hope there is a easy answer to this...
Any help i really appreciate.
thanx
FD
View Replies !
View Related
Images In Text Boxes.
Hi, and hello to you, this be my first post on here.
Basically I'm making a site for a friend and he showed me a site that he wants it to look like (I must get that url again) and when he was scrolling within what appeared to me to be a text box, he would click a link within the text box, the text would change, but it also would display a picture within the text box?
I'm only guessing that it is a text box, as it was filled with text and hyperlinks. Now I didnt know if was possible to put pictures into text boxes? It was like a mini frame if you like that had HTML in.
Also, any tips for what sort of system I should design so they may update the content of the site themselves without prior knowledge of any HTML or FLASH, I'm guessing just importing the text files is going to be the only solution, but he will have to learn a bit of html.
View Replies !
View Related
Scrolling Text With Images
I have a text box that is scrollable, but now client wants to have a "seperator" bar between paragraphs, but I canit seem to get an image into the box and have it scroll...Does anyone know about a tutorial that could assist in this? I tried to just use a font that had a symbol (webdings) but when I exported it, every character was a square box. ???
Thanks in advance for any assistance...
Q
View Replies !
View Related
Scrolling Text AND Images... How?
Hi,
I'm working on a website in which the content is
completely dynamic; all the content comes from a
content management system.
I have a scrollpane and in there is a textfield
with the autosize set to true so that when the
text is bigger than the scrollpane you'll see the
scrollbar.
Now the client wants to have images in the
textarea. I have tried to use the html IMG tag
but the problem is that flash doesn't like to
autosize the textfield properly when there are
images in the textfield... It looks like the IMG
tag support in html textfields is still a bit
buggy...
I also tried to use more than one textfield (one
for each paragraph) with images as movieclips that
are standing in between these fields.
But because this construction is using a lot of
attachMovies the scrollpane has a problem with
refreshing itself.
What is the best way to scroll a 'page' with text
AND images in it, when all the content is
dynamically loaded?
This is so easy and standard in html.... how hard
can it be in flash... ???????
thanks,
Albert
View Replies !
View Related
Scrolling Text AND Images
Simply...i'd like to know how i can make a scrolling text with images, like on an html document.
Maybe an empty mc_container on the stage where i embed the movieclip containing the text and the images ? How i make it scrollable ?
Help plz ! :-)
View Replies !
View Related
Scrolling Images + Text
I have a row of images that scroll's across using the small picture buttons. I also have text that i want to scroll horizonatlly using the same kind of action. Is there a way that i can add the same action to the text controlled by the buttons, but with different target spots?
Because at the moment the one lump of script controls both the images and the text.
Attached is the file,
Thanks for your help,
Tom
View Replies !
View Related
Scrolling Text And Images
Hi, i want to create scrolling text and images.
I understand the principles of making a scrolling text boxes, but i want one with images in. It doesnt have to specifically be a text box though. The main problem i would have would be stopping the text at the bottom or at the top so it didnt scroll on forever.
ANY IDEAS PLEASE HELP!!!!!!
cheers coxy
View Replies !
View Related
Scroll In Images And Text.
I want to put a scroll bar in a text, but in this text I need to put some images, I already try to do it and the text was scrolled but not the images, they were allways in the same place, I want them to move with the text, as if it was part of it. It's possible to do it? If it is how?
View Replies !
View Related
External Text & Images
Hi How can you load external text and a jpeg at the same time?
I have managed to set up a drop down menu that loads the text from a html code in wordpad but I want a jpeg to appear with each item on the meun
any ideas?
View Replies !
View Related
Images In Dynamix Text?
Hey,
I'm wondering if it's possible to, in whatever way, add images into your dynamic text, and I don't mind if it uses html or not. If it's not possible, what would then be the best trick to go arround this?
Oh, and sorry bout the short question, I'm quite iritated here
Thnx,
Sph
View Replies !
View Related
Images In My Text Field?
I'm trying to place images in my text field. I was using <img src='imagename.jpg'> and for a while it was working but now it just shows up a blank image. Like it knows what's supposed to go there but it's blank has anyone encountered this problem before? Please Help
View Replies !
View Related
|