Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


vb layers help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
TheLazyCat
Expert Cheater
Reputation: 0

Joined: 29 Sep 2007
Posts: 117
Location: My House with Milk

PostPosted: Sun Nov 18, 2007 8:55 am    Post subject: vb layers help Reply with quote

How would you layer the shockwave flash component so you can load swfs on top of the initial swf?
Back to top
View user's profile Send private message Send e-mail
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Sun Nov 18, 2007 9:52 am    Post subject: Reply with quote

Code:
Shockwaveflash1.LoadMovie
Back to top
View user's profile Send private message
TheLazyCat
Expert Cheater
Reputation: 0

Joined: 29 Sep 2007
Posts: 117
Location: My House with Milk

PostPosted: Sun Nov 18, 2007 10:48 am    Post subject: Reply with quote

I meant like have the base and the movie then load a layer on top of that
Back to top
View user's profile Send private message Send e-mail
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Mon Nov 19, 2007 5:43 am    Post subject: Reply with quote

TheLazyCat wrote:
I meant like have the base and the movie then load a layer on top of that

I know.
Code:
shockwaveflash1.loadmovie

Loads a movie on top of the other
Back to top
View user's profile Send private message
Blader
I post too much
Reputation: 2

Joined: 19 Jan 2007
Posts: 2049

PostPosted: Mon Nov 19, 2007 5:47 am    Post subject: Reply with quote

Code:
shockwaveflash1.loadmovie 1, swf.swf


I think that's what you're looking for

_________________
Back to top
View user's profile Send private message
TheLazyCat
Expert Cheater
Reputation: 0

Joined: 29 Sep 2007
Posts: 117
Location: My House with Milk

PostPosted: Mon Nov 19, 2007 4:20 pm    Post subject: Reply with quote

I got it I had to add Call in front though
Back to top
View user's profile Send private message Send e-mail
Blader
I post too much
Reputation: 2

Joined: 19 Jan 2007
Posts: 2049

PostPosted: Mon Nov 19, 2007 4:21 pm    Post subject: Reply with quote

I don't think this code needs a call feature...
_________________
Back to top
View user's profile Send private message
TheLazyCat
Expert Cheater
Reputation: 0

Joined: 29 Sep 2007
Posts: 117
Location: My House with Milk

PostPosted: Mon Nov 19, 2007 4:43 pm    Post subject: Reply with quote

it does in vb 2002+
in vb 6 it dosent
Back to top
View user's profile Send private message Send e-mail
Angemon102
Master Cheater
Reputation: 0

Joined: 08 Sep 2007
Posts: 408
Location: Karachi

PostPosted: Tue Nov 20, 2007 11:09 am    Post subject: Reply with quote

TheLazyCat wrote:
it does in vb 2002+
in vb 6 it dosent


It does.... I hope this isn't BUMP though... And yeah, does this like unload the previous swf? Like the one it loads on top of?
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Tue Nov 20, 2007 11:57 am    Post subject: Reply with quote

Angemon102 wrote:
TheLazyCat wrote:
it does in vb 2002+
in vb 6 it dosent


It does.... I hope this isn't BUMP though... And yeah, does this like unload the previous swf? Like the one it loads on top of?


Not a bump, and yes it does. His issue was probably dealing with the parenthesis in his code.

Instead of this in VB6:

Code:
ShockwaveFlash1.LoadMovie 1, "MovieURL"


It was probably:

Code:
ShockwaveFlash1.LoadMovie(1, "MovieURL")


Which would work fine with call infront of it as well:
Code:
Call ShockwaveFlash1.LoadMovie(1, "MovieURL")

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites