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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-10-2007, 01:44 PM
MiaAlanna MiaAlanna is offline
Registered User
 
Join Date: Dec 2006
Posts: 5
Rep Power: 0
MiaAlanna is on a distinguished road
Rainbow girl getting properties from loaded swf??

hi there,
I am loading different swfs into my loader object "loader" and I also have a description of each swf below it ("desc" "desc_back").. Each swf is different in size and i want to move/ scale "desc" and "desc_back" it to fit. This seems to be kind of working but it changes to fit the loaded swf before the one I want it to. it is if it is taking the properties of the last loaded swf instead of the one just loaded...I have tryed using an onload listener among a number of things. my action script is not very strong so it could be something simple....

<br>tnailer2.onThumbRelease=function(mc)
<br>{




<br>loadMovie("other/pic_"+mc.no+".jpg", "loader");
<br>desc_back._width = loader._width;
<br>desc._width = loader._width;
<br>desc._y = loader._y + loader._height ;
<br>desc_back._y = loader._y + loader._height + 1 ;


<br><br>}






<br><br><br>thankyou
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 Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot Access Textfield in Cross Domain SWF scantron13 Flash 8 2 12-21-2009 10:04 AM
loaded swf files lose functionality in main swf movie paulnmorrison General Flash 2 12-11-2007 07:09 PM
Access objects loaded from second swf nathanreed ActionScript 3.0 7 06-26-2007 01:31 AM
Use drawing api to edit loaded swf then save to server :S [PAUL FERRIE] Flash 8 0 03-09-2007 12:51 PM
I need to set xscale and yscale properties of an external swf movie that I called in zobizobi Newbies 2 11-08-2006 09:46 PM




All times are GMT. The time now is 10:52 PM.