|
-
Dec 11th, 2001, 10:04 AM
#1
flash and vb
i've a problem: i want to insert various flash movies in sequence into one component that i can insert into a asp page...how can i do?
-
Dec 11th, 2001, 11:07 AM
#2
is there a component that i can insert into an asp page and see it on my home page?
-
Dec 11th, 2001, 11:12 AM
#3
Hyperactive Member
If this is just a couple of flash movies, then you don't need a component. You can embed the flash (swf) in the ASP page, just as you would in an HTML page and then call one swf to replace the next. If there is more to your project, please describe.
-
Dec 11th, 2001, 03:52 PM
#4
YOu can use the webroswer control...
-
Dec 12th, 2001, 05:26 AM
#5
in my project there are some movie that i want to search in a db and visualize into an asp page... i can use a vb component but i don't know which one...or i can use asp but how?
and what is WEBROSER?
thanks
-
Dec 12th, 2001, 05:55 AM
#6
Lively Member
try this!!!
hi
If U want to play a flash movie in VB then u have to do following stpes...
1) go to menu Project >>> Compontents>>> insertable object
choose Flash payer..(this is if u have flash on ur comp then only)
2) then it will comes in toolbar click on it and drag on form..
3) then see the properties..
bye..
-
Dec 12th, 2001, 06:29 AM
#7
A webrowser is used to insert HTML page, just put your flash in a HTML sheet and I do not see why the ASP will not work on it.
-
Dec 12th, 2001, 09:49 AM
#8
because i want to play a sequence of movie and i don't want to reload my page to play the next movie...how can i do it?how can i play a squence of movie in asp?
-
Dec 12th, 2001, 09:53 AM
#9
ASP/ VB has nothing to do with it at all.What you want to do would require use of Javascript if it is even possible to do it.
-
Dec 12th, 2001, 04:50 PM
#10
Hyperactive Member
What do you mean by a series of movies? Is it a limited number of movies? Do you have control of the FLAs? Do you need the code to embed an swf in an HTML page? If you have the FLA files then you can set the commands within flash to replace a swf embedded within an HTML page with another swf.....the page does not need to be reloaded, javascript is not necessary, this can all be done within flash...unless of course you have a large number of movies without control of the source files.
-
Dec 14th, 2001, 09:50 AM
#11
yes i make the flash movie so i have a control of it...how can i insert a series of movies into an html page without reload the page?can you give me an example? thanks a lot
-
Dec 14th, 2001, 01:26 PM
#12
Hyperactive Member
Is this entirely web based?...if so then you want to use load movie to swap out the swfs....check out this tutorial:
http://www.virtual-fx.net/tutorials/...admovie_5.html
Is this flash part of a VB program? If it is then you should use the activex control without a browser and pass FSCommands to VB to swap the movies.
-
Dec 17th, 2001, 05:01 AM
#13
well the problem is that i have to insert those flash movie in sequence in a internet page...so how can i do it?because i don't want to make only one movie but i want to make more movies and when one of this finished it begins one other movie? is it possible?
-
Dec 17th, 2001, 09:30 AM
#14
Hyperactive Member
Did you check out the link I posted above?
Embed the first movie in your HTML page. At the end of the timeline of the first movie insert the "load movie" command to load the second movie. At the end of the second movie, add a "load movie" command to load the third movie......this way the movies will swap out without you having to reload the page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|