
Welcome Guest
|
#1
|
|||
|
|||
|
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
|
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |

Programming Languages



