Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 04-24-2009, 02:02 AM   #1
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Can't autorun command in skin file

If i enter this in my audio_browser skin and press the button it works...

B,305,0,90,60,"SEARCHFILES;folder.jpg"

What I want is NOT to have to press a button but have the command autorun each time the skin file loads...

I tried just entering...

"SEARCHFILES;folder.jpg"

but this doesn't do anything...

Skin gurus, please enlighten me....
pcpete is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 04-24-2009, 02:22 AM   #2
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
"LIST||SEARCHFILES;folder.jpg"

or in flash

fscommand("LIST")
fscommand("SEARCHFILES;folder.jpg")

also not sure but maybe "ONSCREENCHANGE"
EL CAMINO is offline   Reply With Quote
Old 04-24-2009, 07:29 AM   #3
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Yep, could use the

"ONSCREENCHANGE","LIST||SEARCHFILES;folder.jpg",xx .skin (skinfile name on then end)

will only run after that screen is loaded, everytime.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 04-24-2009, 07:52 AM   #4
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Thx guys, will give them a try ...
pcpete is offline   Reply With Quote
Old 04-24-2009, 09:49 AM   #5
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
OK, got this to work by putting it in exectbl.ini..

"ONSCREENCHANGE","SEARCHFILES;folder.jpg",covers.s kin

Now I'm having another issue...The larger picture is I want to import a list of folder.jpg paths into flash. I've got it somewhat working using CUSTOMDL.

Originally I issued the searchfiles command from flash ,like this...

fscommand("SEARCHFILES;folder.jpg");
//fscommand("WAITEXEC");
fscommand("GETDL","");

This gets me what I want into flash....but I'm having a timing issue though, flash continues executing commands while the search is going on, as you can see I tried the "WAITEXEC" command, but that hangs the screen skin.

Thats why I was hoping to run the search in RR, do a WAIT;5 then load the swf.

The 5 second delay doesn't happen, the swf loads up right away...is this broken?

I know the search is working and CUSTOMDL does get the populated with the paths...I have a button in my swf that also issues fscommand("GETDL","").

On another note , why is GETDL needed? all my other lables auto update.

Thx for any help or suggestions..
pcpete is offline   Reply With Quote
Old 04-24-2009, 09:53 AM   #6
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by pcpete View Post
OK, got this to work by putting it in exectbl.ini..

"ONSCREENCHANGE","SEARCHFILES;folder.jpg",covers.s kin

Now I'm having another issue...The larger picture is I want to import a list of folder.jpg paths into flash. I've got it somewhat working using CUSTOMDL.

Originally I issued the searchfiles command from flash ,like this...

fscommand("SEARCHFILES;folder.jpg");
//fscommand("WAITEXEC");
fscommand("GETDL","");

This gets me what I want into flash....but I'm having a timing issue though, flash continues executing commands while the search is going on, as you can see I tried the "WAITEXEC" command, but that hangs the screen skin.

Thats why I was hoping to run the search in RR, do a WAIT;5 then load the swf.

The 5 second delay doesn't happen, the swf loads up right away...is this broken?

I know the search is working and CUSTOMDL does get the populated with the paths...I have a button in my swf that also issues fscommand("GETDL","").

On another note , why is GETDL needed? all my other lables auto update.

Thx for any help or suggestions..

You can create a check loop in flash with a variable that RR sets to acheive what you are looking for

change RR's command to

fscommand("SEARCHFILES;folder.jpg");
//fscommand("WAITEXEC");
fscommand("GETDL","");
fscommand("SETFLASHVAR;COMMANDCOMPLETE;TRUE")


then check for _root.COMMANDCOMPLETE. If true then perform your flash stuff... then set _root.COMMANDCOMPLETE to false.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 04-24-2009, 10:23 AM   #7
Variable Bitrate
 
pcpete's Avatar
 
Join Date: Mar 2008
Location: Toronto Canada
Posts: 435
pcpete is on a distinguished road
Thx Sonic, will give this a shot and report back....
pcpete is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RockCar Front End v0.0.154 - Skin Editor Updates Hessian Software & Software Development 1 11-21-2008 11:40 PM
hAv1c and hAv1cPlus Skin release - 800 x 480 (Transparency, custom font color) monkeyracer RR Skins 65 07-23-2008 03:03 AM
Set label on a skin from an .ini file jumbodogs Road Runner 15 05-02-2008 02:41 PM
The KEY tag in skin file GuMiSZu Road Runner 0 05-10-2007 04:37 AM
Tutorial for installing pycar on Linux kbyrd PyCar 18 11-01-2006 01:59 PM



All times are GMT -5. The time now is 02:28 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics