ActionScript 3.0 :: Dynamically Loaded .swf Missing It's Mark
Mar 21, 2011
I have had a website that has been up and successfully running for about a year now. Admittedly, it's a little buggy here and there, however - I have not had too many issues with it to date. Recently, however, I updated the main / root .swf slightly - just changed some copy, and added a slide or two throughout. When visiting the site, this main .swf dynamically loads any content .swfs required - the html, and these .swfs were not touched.
Upon uploading the new main .swf only - everything works fun, until it loads one of the content .swfs - this always loads in the top left of the browser, rather than the center top of the browser.
[Code]...
View 3 Replies
Similar Posts:
Nov 29, 2010
I have loaded an externally SWF (sonswf) file inside my movie (parentswf).
son.swf has 2 objects inside its library: Character (Base Class = "flash.display.Sprite", Class = "Character") CharacterHead (Base Class = "flash.display.Sprite", Class = "CharacterHead")
The "Character" object has inside 1 instance of "CharacterHead" and "CharacterHead" does not have a instance name asociated with it.
This is something like what i have got so far inside parent.swf :
ActionScript Code:
var ipAddress:String = "NNN.NNN.N.NNN" // not important
var loadedSwf:Array = ["THIS IS WHERE I CAN GET SONSWF", null]
var loader:Loader = new Loader();
[Code]....
So i need it to trace the class (not the Base Class that it extends) when instanciated from the parent.swf
View 0 Replies
Sep 15, 2005
I'm making a blog/journal in flash that I will manually update, and there will be a list of entries in a menu. I would like the newer entries tinted red so they are obviously new at a glance. I would like them to stay red for a week, then automatically remove the tint.
So I'm guessing that when I manually update the entry, I could just plug in the current date into a field in the AS, and it would use the computers clock to find out if a week had passed or not.
View 1 Replies
Apr 27, 2006
I used the new FLVPlayback component to progressively download a flv video. When I test the movie locally it works fine, but when I embed the flash into a html page then upload all the materials (html, main swf, flv video and skin swf) the video plays but the playback controls are missing.
View 5 Replies
Apr 19, 2009
I have built an Mp3 player for my site and users are allowed to put their own music into the playlist. The only problem I have run into now is that if the URL becomes invalid later, the player will stop at that song and the user would have to press next to skip to the next song. Is there any way to get the player to do this on it's own?
Code:
AudioPath = aPath[current_song-1];
song_text.text = songTitle[current_song-1]+" / "+bandTitle[current_song-1];
MySound = new Sound();
[code]....
View 2 Replies
Jan 26, 2011
I have an overlay that I pull up in response to a button click. This overlay is dynamically populated by a TextField, a MovieClip, and a Bitmap. I used to add them to the overlay with addChild() and induce a index out of bounds error to make them go away (I was in a hurry and I don't think I'm using removeChild() right). Well, I decided to do it better and dynamically change the object inside the holding variable. However... the Bitmap is gone. It won't appear. The overlay puller function takes a data-holding class I made and the picture is a BitmapData object.
I can't use the line new Bitmap(picture) because it doesn't work; that makes nothing appear. So, I guess my question is can I store a line of text in a variable and then use that variable as code? Like... Could I have something like this and get an image as an output? I imagine it could be done with XML, but is there another way? I tried storing the constructor in a variable and calling it with object.constructor, but I don't know if I was using it right and it didn't work.
[Code]...
View 2 Replies
Sep 7, 2009
I'm using a script whoch load text from xml and format it with html and css tags, everything goes fine except I can't integrate the single quotes ('), it's never displayed, something I get unrecognized square symbol, sometimes I just got nothing.[code]...
View 5 Replies
Feb 2, 2009
I have an array that basically calls out numbers for a gotoAndStop action. We have external swfs that get loaded in. Each slide is its own frame in the external swf and they want the flexibility to remove slides at the last minute so my array looks like this:
Code:
var myDocs:Array = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22"];
var i:Number = 0;
There are going to be a lot of sections with a varied number of slides and I am looking for a simple code I can attach to the navigation that basically says:
Code:
on (release) {
if (you have not reached the end of the array);{
++i;
gotoAndStop(myDocs[i]);}
}
Is there a code out there that doesn't require you to put specific number values in? like "if (i<22)"?
View 1 Replies
Feb 6, 2011
On the site we need to implement a mark on the photograph. By type as in facebook. It is desirable but not necessary that the selection of the object was not the rectangle, and polygon. There is a ready-realization? It does not matter what technology to use php, flash, and other, exotic but not necessary:)
View 3 Replies
Apr 29, 2009
ive been trying to get swfaddress working. And everything works fine ( the getValue function shows the right content, setTitle does its job etc ) except for setValue. When i set it to for instance setValue("news"), the url in the browser is updated to index.html?#news
that question mark shouldn't be there i guess... it also reloads my page every time. I have no idea where to start looking as i dont know what's causing it. anyone else had this issue before ?
View 1 Replies
Apr 7, 2010
How do we make an entire block of code (maybe 10 lines) as comment.
Maybe just to deactivate a code block when trouble shooting AS code.
View 2 Replies
Jan 27, 2011
There are 3 flv movie in my flash page. Is there a way to indicate in my flash page if the flv movie is already viewed on user's browser? I need to put a mark on the movie if one of them is already viewed? Am I to use Shared Object?
View 4 Replies
Oct 5, 2009
See [URL] looking carefully, youll see this code is supose to add two check marks, both of which are in the libary. they are supose to appear at seprate places.
View 4 Replies
Aug 3, 2010
[code]...
above im using that regular expression to escape the " in the string. however it only does it for the first "
View 1 Replies
Nov 16, 2010
is it possible to mark parameters as private, only accessible/useful for the class that owns the function?
example:
//PRIVATE CLASS (.SWC)
public function set AutoBounce(value:Boolean):void
{
if (value)
[Code].....
rather than redirecting, is there any better way to dealing with this issue? maybe "better way" is a poor choice of words. is there a way to refactor this code without using a forwarding function or having to force the user to include the event parameter.
View 1 Replies
Feb 10, 2009
I am fairly new to flash and are trying to create an imagegallery from an xml file. The galleri menu is coming from xmlList.length. Now i want to mark the menuitem that is currently active (as in the picture is beeing shown) but i really cant accomplish this (Googling intense and trial end error).
[Code]....
View 0 Replies
Aug 14, 2007
i'm doing a multiple choice quiz. i've got a problem in load the mark from other .swf file.
[URL]
1stly i need to run the Game01.fla to loadMovie of quiz.01.swf. thing that ive problem is,the main file(Game01) doesn't detect the the page of quiz01 loaded. ive no idea what to do.hope any pros of flash can give me hand.. when user insert their name,their need to answer all the question. i do by loadMovie of the question in mc_loader01. after they done the quiz, all the mark must pass to main page(Game01), but isn't happen..
View 2 Replies
Jan 7, 2008
I want to mark a movieclip after xx seconds when the mouse is over it, like a rollover.
I use a tooltip script to test it.
Code:
tooltip._visible = false;
var tipInt;
// Define the function
[Code].....
View 1 Replies
Dec 15, 2009
I've made a .swf object in flash and I've used dynamic text and embedded all the english characters. However, when the .swf is viewed on a web page, the does not show up.It is there though, because if you select all the text and paste it elsewhere, it is there.
Here's the page I'm referring to: www.chaseproducts.com/news/H1N1_master_ad/
I want to get the � mark showing up in the text on the arrow...
View 2 Replies
Apr 26, 2010
How can I make a quotation mark show up inside a string? [code]
View 2 Replies
Jul 19, 2010
I am using a php mp3 handler script that I use as a parameter,but it seems to mess everything up just because there is a question mark after .php for my get variables. If I remove the question mark (mp3_handler.php?), the player appears, but with the question mark, it shows up as a text box. The first player works fine. The second just appears as a textbox in IE.The second however works in every other browser!!!
UPDATE: IT SEEMS TO BE THE second QUESTION MARK, but I do not see a way around this.. Oddly enough, the first question mark does not make a difference
<object width="165" height="37" id="niftyPlayer1" align="">
<param name=movie value="nifty/niftyplayer.swf?file=song.mp3&as=0">
<param name="wmode" value="transparent">[code].....
View 2 Replies
Jan 18, 2011
i build a context menu and i want when user click on contextmenuitem then check mark tick is visible with contextmenuitem and when again user click on the same contextmenu item then check mark tick is visible off
View 1 Replies
Feb 20, 2009
I have built a pre-loader from tutorials that seems to work well except that you can't see it until it hits about 8o% loaded.
this is the code for frame 1 of my movie. (loading is a text box that shows the percentage as it loads)
ActionScript Code:
stop();
onEnterFrame = function(){
var percentLoaded = _root.getBytesLoaded()/_root.getBytesTotal();
[Code].....
why the screen stays blank up until until that 8o% mark when it seems like the whole frame(preloader) loads?
It seems like everytime I get comfortable with some aspect of programming, I attempt another one that makes me wonder why I program in the first place! My mac is lucky I can't afford to throw it out the window.
View 4 Replies
Oct 1, 2009
I've got a SWF that calls up external swfs via XML. Users are able to navigate to each external swf using a next button. When a user views the external swf, I need to mark it as 'viewed'. This way, if the user leaves the site prior to seeing all swfs, they can come back and start where they left off and view only the swfs they haven't seen.
What is the best method for setting this up? Array? Somehow parsing the XML file?
View 1 Replies
Jun 3, 2008
I am trying to user getURL with a question mark in it... ie getURL("default.html?something_here=1"); but it ignores everything after the question mark.
View 3 Replies
Oct 8, 2010
The image describes my issue, I am trying to find the vector of the question mark, which should describe the objects new vector for velocity.
vector (7,2) is my objects current velocity.
If I know the new angle, how can I get the new vector?
View 5 Replies
May 15, 2007
I've completed all 3 tutorials listed on gotoAndLearn and I've got the following code.[code]So as you know I've got my 10 items dynamically loaded out of XML, as well as the MC Box, which is centered on the stage.My question is, how would I get the carousel to rotate around the centered box. I'm not sure how to adjust the depths to go behind the centered mc. I know [code]is probably where I need to make an adjustment, but I'm lost as far as what to do.
View 2 Replies
May 26, 2005
I am trying to use the getURL function to open a new window with a variable URL, but it doesn't seem to be doing what I want it to. Here is the code i am using:
on (release) {
getURL("popup.htm?/projects/"+_root.foldername+"/"+_root.projname+"_1highres.jpg", "_blank")
}
The problem appears to be the question mark. If I remove the question mark it works fine.. but I need to use the question mark because the rest of the info is just information I am having popup.htm interpret
View 3 Replies
Feb 20, 2012
Actionsctipt code:
on(press)
{
getURL(escape("address.html?0"));
}
This works absolutely fine in Internet Explorer but in Chrome in the question mark is obviously made into "%3F". how I can stop this from happening and still keep it compatible with IE and other popular browsers?
View 2 Replies
Oct 21, 2010
import org.papervision3d.scenes.*;
import org.papervision3d.cameras.*;
import org.papervision3d.objects.*;
[Code].....
View 0 Replies