|
|
#1 (permalink) |
|
Junior Member
Join Date: Sep 2008
Posts: 2
|
Is there any way to force the flash file to go directly to thumbnail views upon opening. I would leave the back to root structure the same, I just want to skip the clicking on a gallery to get to the thumbnails of the first gallery on initializiation.
Thanks. |
|
|
|
|
|
#2 (permalink) |
|
OYXLUSFlash.com Staff Member
|
That depends on the xml structure. For a 2 levels structure, first level - folders, seconds - images, you could try this:
Open Actions.as file, at line 19: Code:
function UpdateStage(node, p) {
node = node.firstChild;//add this line
|
|
|
|
|
|
#3 (permalink) |
|
Junior Member
Join Date: Sep 2008
Posts: 2
|
Thanks for the input.
It didn't exactly work, but it put me in the right direction. The following code did work: I added 1 variable (inserted at line 9 of Actions.as var counter:Number = 1; After line 19 "function UpdateStage(node, p) {" I added: if (counter == 1) { node = node.firstChild; counter=2; displayAlbum(node);} I am a total newbie (though I do have some programming background from 20 years ago), so there might be a better way to code this, but it woks. Vince |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 07:06 AM.








Linear Mode
