LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 06-26-2003, 04:13 AM
FlashMove's Avatar
FlashMove FlashMove is offline

FlashMove Master
 
Join Date: Jan 2000
Location: Singapore
Posts: 4,597
Rep Power: 10
FlashMove is on a distinguished road
Induction to the New Flash MX Component Forum

Flash MX Components have actually existed before Flash MX and where introduced in Flash 5 and were formally known as smartclips.
However this time round, components are a smarter way of developing your smartclips and fully extendable using Object Based programming paradigm to fully customise your objects.

We have also launched the Serverside Components Forum for Flash MX Communication Server (Flashcom) and other servers like unity2, flashnow etc...


We also like to take this new opportunity to introduce our new Flash Ticker which actually utilises the new Flash MX UI Component 2 to extend it's features and optimise the scripting to integrate with Flash PHP Remoting. Giving it the best possible speed and efficiency in producing a wholly integrated application from client-side to server-side.

[swf x=400 y=60]http://flashmove.com/flash/ticker/fTicker.swf[/swf]

You can make use of these files to create something likewise of what you see above.
Flash Remoting AMFphp and Flash UI Components Set 2 - Use the Flash Ticker.
__________________
Actionscript tag . Donate Here . Testimonial . Join Flash Chat UserGroup . Twitter . Facebook
Reply With Quote
  #2  
Old 06-26-2003, 05:12 PM
csritchie csritchie is offline
Flash Designer
 
Join Date: Apr 2003
Posts: 1,218
Rep Power: 12
csritchie is on a distinguished road
Very cool, thanks FlashMove.

c.s.ritchie
__________________
The Spatula
Reply With Quote
  #3  
Old 09-16-2003, 05:39 PM
codejunky's Avatar
codejunky codejunky is offline
Registered User
 
Join Date: Aug 2003
Posts: 17
Rep Power: 0
codejunky is on a distinguished road
ticker problem

I am having a problem with the ticker component. The ticker works fine when I am using it in a flash movie but when I include the movie in another movie the text doesn't show up. I know the component is there becasue when I hover it highlights where the text should be but still no text. thoughts?

Thanks!!
Reply With Quote
  #4  
Old 09-17-2003, 07:48 AM
FlashMove's Avatar
FlashMove FlashMove is offline

FlashMove Master
 
Join Date: Jan 2000
Location: Singapore
Posts: 4,597
Rep Power: 10
FlashMove is on a distinguished road
It should work normally. How did you include it in another movieclip? Did you use the attachMovie function? Attach your file so it's easier to see what is actually wrong. Perhaps this thread can shed some light. combo box within a movie clip
__________________
Actionscript tag . Donate Here . Testimonial . Join Flash Chat UserGroup . Twitter . Facebook
Reply With Quote
  #5  
Old 09-17-2003, 02:13 PM
codejunky's Avatar
codejunky codejunky is offline
Registered User
 
Join Date: Aug 2003
Posts: 17
Rep Power: 0
codejunky is on a distinguished road
No, I used the "loadMovieNum" function.

the swf's can be viewed at the following address:
http://www.poshsalonandspa.com/test/
this is a work in progress, BTW.

If you hover over the bottom of the movie in the intro screen you will see what I am talking about.

I am going to check out that link now.
Reply With Quote
  #6  
Old 03-21-2004, 04:03 PM
liquidcore liquidcore is offline
Registered User
 
Join Date: Mar 2004
Location: philippines
Posts: 1
Rep Power: 0
liquidcore is on a distinguished road
Question scrollpane

hi can someone teach me how to make the text scroll in the scrollpane in flash mx 2004.
__________________
cds
Reply With Quote
  #7  
Old 04-10-2004, 03:37 PM
caudiof caudiof is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Rep Power: 0
caudiof is on a distinguished road
newbie Same problem

I have the same problem of codejunky , i'm using flash MX and
the flash ticker ui component set 2.
The ticker works on the main timeline but when i put it in a movieclip
the text isn't visible. WHY
Please someone could help us??
This is the code for the ticker and is placed in the same timeline of the ticker ..

loadVarsText = new loadVars();
loadVarsText.load("news.txt");
var theData = new Array();
loadVarsText.onLoad = function(success) {
if (success) {
for(i=0;i<8;i++){
theData[i]={text:loadVarsText["message"+(i+1)],textColor:0xffffff, border:false};
trace(loadVarsText["message"+(i+1)]);
myTicker.setDataProvider(theData);
myTicker.setDataAllProperty("multiline", true);
myTicker.setDataAllProperty("wordWrap", true);
myTicker.setDataAllProperty("autosize", "center");
//myTicker.setSpacing(25);
myTicker.setClickHandler("myClickHandler")
}
} else {
trace("not loaded");
}
};

myClickHandler = function(ticker, index)
{
if (ticker.getItemAt(index).text.substr(0, 7) == "http://")
{
getURL(ticker.getItemAt(index).text);
}
}
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems With List Component Flash Cs3 rajesh_flash Flash CS3 / Flash 9 0 01-11-2010 04:15 AM
Glitch in my first Flash project keress Newbies 8 12-28-2006 02:49 PM
Flash 8 sample component theme antoniuk Actionscript 1 Components 0 12-06-2006 12:10 AM
Flix 8 for Flash 8 is available on2com Flash Video 1 09-27-2005 09:54 PM
Flash poll, forum & tracker dragonfly General Flash 6 03-03-2003 05:57 AM




All times are GMT. The time now is 09:35 AM.