Announcement

User registrations are currently disabled due to high spam traffic.

#1 31/12/08 6:11pm

CrypticPoptart
Member
Registered: 28/12/08
Posts: 4

HELP! How to load another swf on psp?

My flash game is too big, so I split the levels up into different flash movies, but loadlevel and geturl aren't working on the PSP. Can anyone help? sad


Slaughter without laughter is S, which is the starting letter for many negative words. Go on, try and think them up.

Offline

 

#2 05/01/09 8:41pm

JaXeRiR
Elite Moderator
From: Teh Interwebz
Registered: 25/03/07
Posts: 1925
Website

Re: HELP! How to load another swf on psp?

I have no experience with flash, but can't you just make a basic link?

Like

Code:

<a href="level_2.swf">Click here to continue to Level 2!</a>

Hmm, probably not.


[url=http://profile.mygamercard.net/JaX3RiR][img]http://card.mygamercard.net/nxe/JaX3RiR.png[/img][/url]

Offline

 

#3 08/01/09 4:39pm

g0ofygoober
Hardcore Member
Registered: 28/10/08
Posts: 194
Website

Re: HELP! How to load another swf on psp?

on (release) {
    getURL("http://www.url.com");
}
that's what I use in my games
(put it on the button)

hope that helped smile

Offline

 

#4 26/05/09 6:06pm

Kwing
Administrator
From: Corner of Walk and Don't Walk
Registered: 26/02/08
Posts: 82
Website

Re: HELP! How to load another swf on psp?

Not sure about this, try:
on(release){
getURL("file:/Flash/Level2.swf");
}

That's assuming the folder where you keep your Flashes is titled "Flash" and is OUTSIDE of the folder that says "PSP," and also that level 2's file name is called "Level2."

Haven't tried it, but it's a great idea!


Over 100 free Flash games for your PSP:
tinyurl.com/pspflashgames

Offline

 

#5 29/05/09 1:24am

danomann
Addict
Registered: 12/08/08
Posts: 210
Website

Re: HELP! How to load another swf on psp?

i think kwing might be wrong try

Code:

getURL("file:/PSP/COMMON/leval2.swf);

because it would be stored in PSP/COMMON (unless made new folder).
or (recommended)

Code:

load(file:/PSP/COMMON/leval2.swf

@kwing there is no flash folder only common(for Misc over the internet)

Last edited by danomann (29/05/09 12:12pm)


_root.gotoAndDie( [url]www.dako300.co.nr[/url] );

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson