Professional :: Customised Slideshow On Demand?
Oct 8, 2011
I am looking to develop a simple flash progrma that allows me to create custom slide shows on the fly. I have about 8 different countries that i have photos for and I want to have a front page that via checkboxes you can select the countries to view which will then populate a slideshow/gallery with the relevant photos.
View 1 Replies
Similar Posts:
Jun 29, 2007
Is it possible to create a flash file, which can be embedded into a website for on-demand viewing and be exported to a cd while maintaing interactivity, that is geared towards an online elearning environment? Basically a client wants a video that is broken down into various chapters with an interactive "course" for each chapter.The interacivity will included answering questions correctly in order to move on to the end of the chapter.
View 2 Replies
Jul 7, 2010
Setting up a web page to progressively stream video to whoever goes to that page. We are not streaming live video but streaming a video fileon the server.
The Question: Instead of starting the video at the begining we want the video to start at some mid-point based on the time of day... (therefore emulating "joining" a live broadcast.)
View 3 Replies
Feb 6, 2010
I'm creating a scrollbar gallery from a tutorial on this site. Though I've completed the tutorial, and customised the gallery to my own needs, however I'm trying to make a very small change to it - and no matter what I do, keep running into problems. I'm trying to replace the rectangular handle with my own customised handle - a (20 x 20) 'circular' png image that I've imported into Flash, made a graphic and stored in the library (though I understand it can be imported using actionscript, like the other images in the gallery).
[Code]....
View 7 Replies
Nov 20, 2009
I have a project where I load a bunch of images into a scroll pane object. There are only 4 visible at a time, and there may be hundreds. The user can change the dates of the images, delete images and the like. Each action calls web services to enact the function in the database, so reloading is required after each user action. As a result, when there are more than, say, 20 images, it is a SLOW application. What's the best way to only load a certain number of images, say 12 - until they are actually needed? So basically only load the images that would be visible in the scroll pane at any given point? So if they wanted to scroll way to the bottom and see the last 10 images, we never need to load the 200 images in the middle.
what to search for on the internet for an example. "progressive" only gives me info on jpgs...!
View 8 Replies
Oct 10, 2011
At the moment i am using vlc to transcode my video realtime and display the output through Flowplayer.The problem is that I am struggling to seek using flowplayer my time gets out of sync between the stream and flowplayer and there are a few other issues.Are there any streaming servers that allow for real time transcoding and allow for a flash player to seek.
View 1 Replies
Oct 16, 2009
I'm trying to implement way so that stylesheets can be loaded on demand: Either the default stylesheet is used, which is compiled into the application file, or a remote stylesheet (.swf) is loaded if the default styles should not be used. (each stylesheet has embedded images)
So what I would like to do is:
1) Embed the stylesheet but not load it right away. Instead, store a reference to it inside a variable. (or simply a path string?)
2) Load the requested stylesheet, for example using StyleManager
My way of tackling the problem was like this:
1) Embed the default stylesheet as
Code:
[Embed(source="assets/themes/default.theme.swf")]
_defaultThemeClass:Class;
and turn it into a StyleSheet object
2) Have a separate class decide which stylesheet to use and call StyleManager.loadStyleDeclaration(myStyle), where myStyle can either be the remote or local stylesheet.
As it seems, the StyleManager cannot load a local stylesheet. So I'm looking for a way to "activate" the style I have embedded.
View 1 Replies
Jun 25, 2009
i'm having problems trying to play FLV videos on demand from Flash Media Server 3.0.1.
Sometimes the video doesn't show at all, sometimes it plays the audio only, and sometimes it works perfectly...i can't figure out why.
Videos are into the applications/vod/media folder, i'm using a MediaDisplay object to load them, and i've exported the SWF as a Flash Player 7 AS2 application.
Code: Select all // m is the mediadisplay object
m.setBufferTime(10);
// file will be passed as parameter
[Code]....
as you see, the server is in my local network, but i've tried with a public remote server too, with the same results.
View 1 Replies
Nov 14, 2005
i want to do following:
1. Create sound.fla, import some wave as Sound-Symbol in the Lib and set the linkage to �s1�
2. export that swf as sound.swf.
3. Create main.fla, load the sound.swf with loadMovie or LoadMovieNum.and than use that s1 in my main movie
I tried like this but this doesnt work
[Code]...
View 2 Replies
Apr 28, 2006
I wanna do some slide show, getting some seconds of some MPGs , is it possible to do that My ideia is, create a XML files containing the names and the paths of the MPEGs, and at each 10 seconds, change the file.
View 1 Replies
Feb 25, 2010
I have Flash CS4, but the tutorial I used to create this used Action Script 2.0.[URL] This is just a basic mockup of the site, but you can see that the client wants to have images of the pages of their publication that you can browse and have their advertising be clickable so it takes you to Coke's site for example. The example you see there I did in Flash, but I was having trouble making the hotspots be active at the right time -- i.e. right now Morningside market is clickable even when the image is not up, and then it goes away and the hotspots I have on Coke aren't working.
The client also wants to have links to each page by number i.e. Front Cover/1-2/2-3. So I saw that that part would be easy to do in Fireworks, but can't figure out the clickable aspect. Then on the other hand, in Flash, I can't get it all to work either.
View 5 Replies
Mar 30, 2010
I have a basic video on demand app running on Flash Media Interactive 3.5. I've noticed that in our flowplayer page, in order to view the contents I have to set the netconnectionurl to be the address to the app, and then the file name url needs to contain the rest of the path.
For Example:
NetConnectionURL: rtmp://myserver.edu/appname/
Url: path/to/file/many/folders/deep/video.mp4
However - I have accessed the same file from a different server using the following:
NetConnectionURL: rtmp://myserver.edu/appname/path/to/file/many/folders/deep/
Url: video.mp4
What type of VOD application or settings need to be configure to allow the later example to work?
View 3 Replies
Sep 14, 2011
I have a folder in my applications folder in FMS 4.0 Is it possible to stream both Live and VOD from this sames folder.
View 1 Replies
Nov 23, 2011
We've purchased the FMS 4.5 and are now planning an application that lets users record a video to the server using their webcam. Straight forward, if we were to stream only to a flash video object. BUT, we would like our padders to be able to see the videos on demand too. Can't find a tutorial on this, seems like everyone's more interested in live streams.The server is able to record a stream in mp4, but when I'm testing these files in Adobe Media Player it won't play :| What codec is used, and is it possible to play this format on an iPad? If not, is there som sort of solution other than manually transcode to the right format.
View 5 Replies
Nov 16, 2010
I have a component and I add some content to it making it change it's size, immediately I need it's new size, but flex only updates the size in the next frame by calling updateDisplayList. how can I force it to update the size of the component right away.
View 1 Replies
Dec 2, 2009
Being a code purist, I always set Flash to demand that I declare all variables/functions with a type. Like this:var myVar1:int = 14; //Okvar myVar2 = 18; //Compiler ERRORMy problem is that I just reinstalled my computer (including Flash) but I've forgotten where I do this setting. Anyone here with a better memory than me?
View 4 Replies
Jan 22, 2010
I found this program called Flash Slideshow maker professional and it is very easy to put together etc. I try to add it into dreamweaver but when I try to select the Go Live button in dreamweaver its blank instead of my flash slideshow.
View 1 Replies
Feb 12, 2010
I am trying to create a slideshow that goes through the large images on it own using a timed interval and also have thumbnails of the large images that you can click on to take you directly to that image.I have create a slideshow with thumbnails that you can click on to view the large image but I want the large images to move automaticly when you start and then use the thumbnails to move between pictures
View 3 Replies
Jun 22, 2010
I'm new to Flash and I need to learn how to do a slideshow with exactly the same features as can be found in this link: [URL]. Just like at the link above, it needs to play through the slides automatically once the page is loaded, each slide needs to link to a specific URL, and I need controls similar to the boxes at the bottom so the viewer can click on any specific slide they wish to view (I'd like to have numbers in the boxes though). The transitions don't have to slide across like this. If a fade is easier, that would be fine.
Actually, I thought I'd be able to do this fairly easily with Flash Catalyst, so I updated to Adobe CS5 Design Premium. I found that Flash Catalyst can be used to create a slide show like this, but unfortunately it won't play automatically when the page loads and the viewer has to manually click through the slides, which is not what I need. I could be wrong, but from what I've read, I need Flash Builder to add code so the slide show will play automatically if I create it in Flash Catalyst.
View 5 Replies
Jun 23, 2010
I want to create a slideshow of 5 images, with black fade effect in between. So from black to image to black to the next image and so on. Then it stops on the last image. I dont want any buttons or any interactions.
View 2 Replies
Jul 10, 2010
I am working on a site, and I have an issue that I cannot resolve.
Here is the link: [URL]
If you click on the "Issues" link, you will see a slideshow comes up.
If you click on the "Campaign" link, you will a page come up with links on the side, and a bare space to the left.
In the blank space, there is supposed to be a slideshow to come up. When I test the site on my computer, it comes up perfectly fine. But, when I load it to the server, it does not show up.
The ONLY difference in these pages is that the "Campaign" page is a scrollable page, where as the "Issues" page is not. I have tried to resize the scrollable page, and move it to the right side of the page, but it makes the text unreadable- even after resizing the box, and such. I have tried to change the slideshow into a symbol. I've tried a couple of other things, but to no avail.
View 3 Replies
Aug 11, 2010
I have this flash slideshow on my that was created using a 3rd party software. I'm trying to find out does anyone know of 3rd flash creator that creates a slideshow such as this one.I'm referring to the flash that's located in the bottom of the screen
View 2 Replies
Dec 17, 2010
I have tried several navigation scripts and z-index all over the place but no matter what I try the sub-folders of my navigation on my homepage always gets hidden by the slideshow. Can someone tell me how to correct this? If you need to see it go to this site and move your mouse over the 3rd link down (home services) to have the sub-folder come out:
[Code]...
View 5 Replies
Mar 4, 2011
I have a slideshow, and I would like to have a loading scene right before it. on the last frame of the loading scene, i have:
ifFrameLoaded ("loading", 5); {gotoAndPlay("main", 450);}
the other scene is main. i only see white space at the begining, and not my loading text.
View 1 Replies
Jul 6, 2011
I want to convert swf slideshow to video using php / asp.net, how can such thing be achieved , i tried ffmpeg but it discards effects in the slide show.
View 3 Replies
Jul 16, 2009
In order to play a FMS stream (live or on demand), either an FLVPlayback component or the Video class is needed.And they require ActionScript 3 and Flash 8 or above.
As far as i know , Youtube, Dailymotion and Google Video stream their on demand videos from a FMS, and their players are compatible with Flash 7.
How can they achieve this? If Youtube, Google and Dailymotion do that, i deduce it's possible..
I tried to create a Flash 7 application that plays a video coming from FMS, using a MediaDisplay component, but it doesn't work well. Sometimes it shows the video, sometimes not.So i don't think youtube player uses MediaDisplay..
View 7 Replies
Jul 18, 2011
I have a ERROR message is
[Code]...
Below code is xml playlist included. But i want to play videos through "rtmp server". My On-demand Video Player Code
[Code]...
View 8 Replies
Feb 28, 2012
FMS 4.5.1 popping sound crackle when streaming HDS on demand
View 2 Replies
Feb 12, 2011
I have an mxml pie chart, which I would like to rotate slowly prior to a button click, however on click it needs to stop immediately (or at least reasonably quickly) and then the callout labels are introduced with a fade.
I have experiemented with both a timer function to achieve this:
[Code]...
View 1 Replies
Jul 16, 2011
I have a ERROR message is
Code:
ArgumentError: Error #2126: NetConnection object must be connected.
at flash.net::NetStream/ctor()
at flash.net::NetStream()
at videoplayer1_fla::MainTimeline/initVideoPlayer()
at videoplayer1_fla::MainTimeline/frame1()
Below code is xml playlist included. Buti want to play videos through "rtmp host".
My On-demand Video Player Code
ActionScript Code:
// #### VARIABLES
// net connection object for net stream
var ncConnection:NetConnection;
// net stream object
var nsStream:NetStream;
[Code] .....
View 1 Replies