IDE :: Viewing Two Loader Components In A Flash Page?

Jun 17, 2009

I have a problem in flash webpage. I have used two loader components in a flash page.
Inside it , i have placed two different image slideshows. The problem is only one loader components object is viewable , the other one is blank. (when i press ctrl+enter )is there a rule to use only single loader component in a page.Is there any solution to view two objects of loader component.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Preloading - When Viewing In Internet Explorer On A Pc The Loader Does Not Work At All

Jun 1, 2009

have a preloader with the following code

[Code]...

It works great with Firefox and Safari on a mac but when viewing in internet explorer on a pc, the loader does not work at all.

View 2 Replies

ActionScript 3.0 :: Quick Shared Object To Tell How Long Had Been Viewing The Page

Jul 15, 2011

Was at a site the other day that used a shared oject to tell me how long I had been viewing the page. I left the page, came back and the counter restarted right where it was when I left. This is cool, but what if there are say 30 people viewing the same page at the same time? As I can't write the code "myObject = new sharedObject" to get a new instance of the shared object, how is this done? Or, when I use the "get local (remote) sharedObject" does that give me a new instance of the shared object? Or is there only ever 1 instance of a shared object?

The reason I ask is say I'm writing a multipalyer game, and I want to store user information in a shared object so it displays in everyones swf. Well If I have only 2 people playing the game, fine, that's 2 shared objects. But what if there are 100 people playing the game? Or am I looking at the shared object use all wrong in the first place? I only have a small pea sized man brain so the logic escapes me...

View 4 Replies

ActionScript 2.0 :: Multiple Flash Components On HTML Page Communicating?

Oct 14, 2009

I'm setting up an HTML page that automatically starts playing a flash video. Well at the bottom of that page - is an area with testimonials thumbnails that the user can click on loading up a small flash video in that component. Is there a way to tell the main video to pause or restart or whatever so that I don't have two videos playing at once

View 7 Replies

ActionScript 2.0 :: Multiple Flash Components On HTML Page Communicating

Oct 14, 2009

I'm setting up an HTML page that automatically starts playing a flash video. Well at the bottom of that page - is an area with testimonials thumbnails that the user can click on loading up a small flash video in that component. Is there a way to tell the main video to pause or restart or whatever so that I don't have two videos playing at once?

View 1 Replies

ActionScript 2.0 :: Progressbar And Loader Components?

Jan 5, 2004

This is wierd. My AS for frame 1:

[AS]
loader.autoLoad = false;
loader.contentPath = "anmalning.swf";
pBar.source = _root.loader;
loader.load();

[Code]...

now, it works when I run it on my computer, but when I upload it to my webserver, the progressbar doesn't move and it doesn't disapper after the swf is loaded either. The two swf's is in the same catalog, both on my computer and on the webserver...

View 12 Replies

Professional :: Adding A Progressbar Components To A Loader?

Apr 2, 2007

im having trouble adding a progressbar components to a loader...all the images load and the progress bars too but the progress bars only change when they reach 100% and they do not disapper either..

View 2 Replies

ActionScript 2.0 :: [MX2004] Progressbar And Loader Components?

Jan 5, 2004

This is wierd. My AS for frame 1:

[AS]
loader.autoLoad = false;
loader.contentPath = "anmalning.swf";
pBar.source = _root.loader;[code].....

now, it works when I run it on my computer, but when I upload it to my webserver, the progressbar doesn't move and it doesn't disapper after the swf is loaded either.The two swf's is in the same catalog, both on my computer and on the webserver...

View 12 Replies

Flash :: Flex Dynamically Created Components Added To Custom Components

Sep 8, 2009

I am created a dynamically adding a VBox, that contains two images. Into a Custom Component that is derived from UIComponent. The problem is the Vbox that contains the two image is only a really tiny size. I would like the VBox stretch to the size of the two images. This is how I am creating the Vbox....

[Code]...

View 1 Replies

Flex :: ExtJs Components Inside A Driven Page?

May 7, 2010

I am working on a page which mainly consists of Charts and Grids. Thought that Flex would be the best fit with some cool effects. But however, I now feel that ExtJs grid looks better than Flex data grid.

My question is whether there is any possibility / mechanism to embed Ext JS grid into a Flex page. Lets say my main page has a Flex tab panel. In first tab, I would like to see 'Flex Chart' and in second tab I would want to see 'ExtJS grid'.

I would also want to know of any Flex Data grid plugin (if exists), which looks/works just like Ext Js grid.

View 1 Replies

Get Rid Of Pre Loader Bar When Page Loaded?

Dec 19, 2011

Ok why wont this work? (flash CS5 and action script 2)Trying to do aNavigation bar button , to preloader to abour me page with a photo component.Not on the pre loader page the bar works, only it wont disappear.

siteLoader.loadMovie("AboutMe5.swf",4);
Frame_movie._alpha = 100;
loadingBar._alpha = 100;

[code]....

View 2 Replies

Professional :: Uploading Site With Loader Page

Aug 19, 2010

I recently added a loader page ("loader.swf") to my flash website. Basically, I created a new file and added a loader which shows the percent loaded, and then it loads in the "index.swf" file. My question is: when I upload my site to the web server, do I use the loader page as the "index" page? My dilemma about that is that I don't want the URL to read "[URL]"...

View 11 Replies

Viewing A Flash Site In IE8?

Jul 3, 2009

[URL] However, if I were to go to a new url in that same tab and try to go back to the original site, all I will see is the loading screen which is stuck at 0%.

The above mentioned site works perfectly in Firefox, Chrome and Safari.FYI, I'm loading the content with swfobject. I tried both static and dynamic methods. It is currently set to load dynamically.

View 5 Replies

Viewing Flash On Iphone?

Jan 4, 2010

What is the bast way to publish my site so that I can view it both from my PC and my Iphone

View 3 Replies

ActionScript 2.0 :: Viewing XML In Flash?

Nov 10, 2009

I'm trying to parse a reults xml file into a swf.. problem is it wont show the tag with the data in it. <answer votes="0" id="1"><![CDATA[all]]></answer>All that is visible is "all".. I need to view the votes as well.anyone know a way to do this?

myText.html = true;
myText.wordWrap = true;
myText.multiline = true;

[code].....

View 2 Replies

ActionScript 2.0 :: Viewing ASP In Flash

Sep 11, 2005

I have used

[Code]...

and nothing happens!! The syntax is all correct and the dynamic text Var is set to: _root.records . Also I have made another asp page which shows all records from the database with a repeat region setting but it still doesnt show. When I view the ASP page the source is

[Code]...

View 6 Replies

ActionScript 3.0 :: Loader Disabling HTML Links On Page?

Jul 9, 2009

I've designed a slide show player using Actionscript 3.0 which loads several external images. While the images are loading, the HTML links on my page (outside of the Flash movie) don't work. As soon as all the images are loaded, the links start working again. It seems like the Flash player is hijacking the browser while the images are loading which can take the better part of a minute depending on my connection speed. I can click an HTML link once during the loading time and as soon as the images have loaded, the browser loads the new page (the one the HTML links to). Once all the images are in my Temporary Internet Files folder, this problem ceases to exist (since the images no longer need to be downloaded)

View 1 Replies

Professional :: Flash Swf, In IE, Won't Reload After One Viewing

Jun 12, 2009

I have a flash file which I have created, and when viewing the flash in a web page, it works fine in chrome/firefox, but in IE, the flash will only load correctly once. If you hit refresh, or navigate to another page and then go back to the page with the flash on it, the flash will freeze up at 0% of the load bar. This happens 100% everytime, but only in IE. Zero problems in other browsers.

View 15 Replies

Professional :: Viewing The Content Through The Flash IDE?

Jul 6, 2010

I had that 'Access denied' error message whenever I tried to access help within Flash CS5 (that's pretty bad). I searched for far too long and found the obscure solution.
 
During the process I decided it might be safer to access the online help from my browser in the meantime. But with the problem solved I want to switch back to viewing the content through the Flash IDE.
 
I can't find those preference settings again though

View 2 Replies

ActionScript 3.0 :: Viewing Code Outside Flash?

Mar 25, 2010

I will often copy/paste my code into a txt document to review at work(no flash at work). Has anyone made any application to paste text into which will auto high lite blue and/or auto format text as if you were in flash? that would be so useful.

View 4 Replies

Professional :: Viewing Flash File Remotely

Jan 26, 2011

I create a movie on imovie. I take it to Flash(CS3) and publish it as an swf file I then install that file in Dreamweaver. All is good I save and preview it locally. the file's root folder is images and same remotely I upload all including the HTML page and when I view the page, the place where the file is is blank.
 
I have uploaded this many times and it just wont work.

View 8 Replies

Options For Viewing A Flash Website On IPhones?

Oct 5, 2010

I want my flash website to be viewable on iPhones but Apple does not support Flash websites on iPhones. I have heard of people just making a html version of the website or using Smoke, but I heard iPhone users do not really want to download a third party plugin to view Flash content on their iPhones.

Are there any other options that do not require you to redevelop the Flash website, like into HTML versions for example and if developing into HTML is the only option, how should you build the HTML version of the Flash website?

View 1 Replies

Synchronized, Real Time Viewing In Flash?

May 30, 2009

I'm looking to create something within Flash that I've not yet seen done.It will be a shared, real-time interactive session. What I want to know is, is it possible to create an individual, private session within Flash that is synchronized between two or more computers? I am doing this for the medical profession, but I can also see this would have benefits in the gaming community as well. I'm trying to create something that two specific users can interactively share in real time.

For example,a coloring book.Two players,or as many as you want, log in together and share a private coloring session. They will be able to interactively see anything that the other person is coloring in real time.The other people would also be able to color and let everyone else see their work.

View 1 Replies

IDE :: Viewing Papyrus Font In Flash Website?

Jun 2, 2009

I have used papyrus font in my flash website. But it is not showing the same font when uploaded. Anybody please tell me how i can make my visitors see the same font type which i have used in my website.

View 3 Replies

Flash :: Displays The Wrong Font When Viewing The Webpage In Ie7

Aug 4, 2009

I have made a flash banner in flash cs4. Everything is ok except that it displays the wrong font when viewing the webpage in ie7 on a pc. The font in the swf file is a mac only font but the text that it is displaying is a graphic symbol. Do i need to embed this font in the swf file?

View 1 Replies

Professional :: Not Getting Any Audio Output When Viewing Video In Flash?

Jun 22, 2011

Not getting any audio output when viewing video in flash?

View 1 Replies

Flex :: Viewing Flash Source Code After Converting .swf To .fla?

Mar 29, 2011

I converted a .swf file into .fla file using Sothink SWF Decompiler. I can open the file with Adobe Flash Professional CS5, but I cant see the source code. The only thing that I see is the timeline layers. I want to change the background picture of the Flash and save it as .swf.

View 1 Replies

Professional :: Make A Menu For A Web Page Using Menubar And Menu Components?

Jul 26, 2010

Im trying to make a menu for a web page using menubar and menu components, is ther any way of making os specifing that the menu can get drawn out of the canvas, since i need that the bar is thin for getting in a space betwen to image headers.

View 1 Replies

Flash - Collecting High-volume Video Viewing Data?

Apr 5, 2010

I want to add tracking to our Flash-based media player so that we can provide analytics that show what sections of videos are being watched (at the moment, we just register a view when a video starts playing)

For example, if a viewer watches the first 30 seconds of a video and then clicks away to something else, we want the data to reflect that. Likewise, if someone watches the first 10 seconds, then scrubs the timeline to the last minute of the video and watches that, we want to register viewing on the parts watched and not the middle section.

My first thought was to collect up the viewing data in the player and send it all to the server at the end of a viewing session. Unfortunately, Flash does not seem to have an event that you can hook into when a viewer clicks away from the page the movie is on (probably a good thing - it would be open to abuse)

So, it looks like we're going to have to make regular requests to the server as the video is playing. This is obviously going to lead to a high volume of requests when there are large numbers of simultaneous viewers.

The simple approach of dumping all these 'heartbeat' events from clients to a database feels like it will quickly become unmanageable so I'm wondering whether I should be taking an approach where viewing sessions are cached in memory and flushed to database when they become inactive (based on a timeout). That way, the data could be stored as time spans rather than individual heartbeats.

View 2 Replies

Professional :: Create A Flash File, Which Can Be Embedded Into A Website For On-demand Viewing And Be Exported To A Cd?

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







Copyrights 2005-15 www.BigResource.com, All rights reserved