LOGIN Don't have an account yet?   Register

Forgot password?
 
Flash Full Text Search Component

Flash Full Text Search Component screenshot

Preview:   Downloads: 8985

Last update (4):Thu, Nov 26th 2009, 00:00

 

 
Search comments:
has downloaded icon

 
samirathameur

samirathameur

on 2/6/10

 
Ok, thanks a lot bobocel. I used a trick to make it work, I linked to an htm file that redirect to an .xls and it works.

If you have any clue why xml blocks the download please let me know.

Thanks again for the fast support and the excellent components.
 
Nope, I don't know. But if you find out, please do share! :)
has downloaded icon

 
ceezdesigns

curtis Marshall

on 10/6/10

 
Ok I'm trying to create a fixed size pop up from the xml code here. is there somthing i can add to the button or image link to create a small pop up window?

Here's an example of an xml item I need coded to create a 300x400 fixed window link.
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 10/6/10

A pop-up when clicking on a button?
 
ceezdesigns

has downloaded iconcurtis Marshall

on 11/6/10

yes, like right now you have the xml set to link back to your website with the link. I need the code to make that link instead pull up fixed window pop up. Or is that even possible through xml seeing how the only way I've seen it done was through javascript. :(

This is an example of one of the default items. I just need the link to be a pop up link to a fixed window.

item image="content/images/3.jpg" title="Mumbai suspect is 'not a minor'" buttonText="more" link="http://www.flabell.com">
Info such as who produced the track here
/item
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 14/6/10

A pop-up in HTML, separated from the component itself, yes? This is doable with javascript only, and you'll need to be able to add a function in the html where you embed the swf file.
has downloaded icon

 
ceezdesigns

curtis Marshall

on 15/6/10

 
Correct. separated from the component. But I want the pop up when I press buttons in the component. What coding would I use to make this happen? I've searched the web but I just cant find what Im looking for. just need a little help in finding the coding for this.
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 16/6/10

Let us do it for you. Please get in touch by email at support.
has downloaded icon

 
ceezdesigns

curtis Marshall

on 16/6/10

 
awesome!
has downloaded icon

 
xcircles

Garfield Stinvil

on 21/6/10

 
I am sorry I just want this think to work. Even thought the description says unlimited this thing lags with not that many images unless I am doing something wrong. Is there way to use this without images? Maybe substitute it with a big css letter?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 21/6/10

Please share a link.
 
I know it's not just me I recommended this to a friend and they loved the idea of it but said it lagged even with 65. I figured maybe if I uses a single image instead of many it might help but with less than 200 it is lagging. I really hope I am doing something wrong because this would be awesome. I am shocked to here someone even being able to use 400. Here is my link and maybe you can remove it when you are done looking at it because I'd rate it not be public for too long.

[link removed]
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 21/6/10

Please check the article related to pathToFiles from the FAQ section. 
http://www.flabell.com/forum/topic.php...

Using Safari's Activity Window you'll see what files path isn't set properly.
http://www.flabell.com/forum/topic.php...

You have wrong paths. ;)
has downloaded icon

 
xcircles

Garfield Stinvil

on 21/6/10

 
I am impressed by your quick response and thank you for your suggestion. I read the article and installed Safari and checked the activity window. I fixed the distraction to my original question caused by my not correctly linking to the image. Now that this is handled. The issue still remains. I have less then 300 items and as soon as I type in a few letter there is a 5 second wait for it to display anything after the first letter & respond with results. You can check at my previous URL. Is this the best it can do using a single image?

If the image drags it down can I replace it and take it out of the equation if that is what is slowing me down because I might just be better off using an ajax google suggest type menu. I feel it would probably be best to say what the optimal number of entries is as "unlimited" is not even close to what I am using here and the results seem less than optimal. I love the product but unless there is something else i configured wrong the "execution" is like being on death row (long and slow). :-)
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 21/6/10

I'm afraid that's the best Flash can handle this. We can change it so that it only searches when the search button is pressed.

At least this would cause the file to start the search only then.
has downloaded icon

 
xcircles

Garfield Stinvil

on 22/6/10

 
Thank you for your answer.
has downloaded icon

 
amiller

amiller

on 24/6/10

 
hi there... simply fantastic utility.
I was wondering if there was a way to make the text selectable? i tried uncommenting and switching to
this.selectable = true; in the prototypes.as but no luck. any direction would be greatly appreciated. thank you!!
 
Hi,
You can make the text selectable from the .fla file.

Go to the Library->:: MOVIECLIPS ::->:: SEARCH COMPONENT ::->:: LIST and here you have a MovieClip called mcItemText. Right click on it and select Edit.

A Text Instance will apear on the stage with "Lorem Ipsum" text in it. You select it and in Properties you check the Selectable Tab (it has an "Ab" icon, the b is on a black background).
 
amiller

has downloaded iconamiller

on 25/6/10

Thanks for the response, however my text instances are already "marked" selectable. Any other ideas? Is there something in the text field Init function that needs to be modified? Thanks again.
 
Hi,
I forgot to mention another step. I thought it was set as "default". Sorry about that.
In source/com/vuzum/search/List.as in function initText give the extra paramater with the value "true"
ex: on line 216 you should have
mc.mcText.txt.initText("" + tempText + "",true);
has downloaded icon

 
amiller

amiller

on 28/6/10

 
WIN!
that was it, thank you.
has downloaded icon

 
douglasxia

douglasxia

on 7/7/10

 
hi, really great work !
sorry to bother you,
i can change “embedFonts = false" in header.as,
but how can i change “embedFonts = false" in list.as,
thank you!
 
Hi,
I think you can do this by adding in List.as after line 201 :

mc.mcTitle.txt.embedFonts = false;
mc.mcText.txt.embedFonts = false;
 
douglasxia

has downloaded icondouglasxia

on 11/7/10

i already try this way before, it doesn't work.

thank you all the same
 
douglasxia

has downloaded icondouglasxia

on 11/7/10

oops

it works, but some other things came

thank you all the same
 
Are you going to share the new problem or were you able to fix it?
 
douglasxia

has downloaded icondouglasxia

on 13/7/10

use the original source
done as below

in Header.as
change 2 line
@60
mcInputText.txt.embedFonts = false;
@95
mcTitleText.txt.embedFonts = false;

in list.as
add 3 line
@209
mc.mcTitle.txt.embedFonts = false;
@221
mc.mcText.txt.embedFonts = false;
@245
mc.mcButton.mcText.txt.embedFonts = false;

then

ctrl+enter

move the Scrollbar

u will c it

show all replies

Post a comment


Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)


General Videos

  • How to buy?
    watch movie
  • Embed a Flash Component in your Flash Project
    watch movie
  • How to embed a Flash Component in the same HTML page twice?
    watch movie
  • How to embed two different Flash Components in the same HTML page?
    watch movie

Showcase

Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.

Need support?

Support ticketGet a support ticket
read more

Share this

If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!