Will a .as file stop a .swf from being linked?

I have a simple movie that basically has the AS3 code for two
buttons.
One button (named videopage_btn) links to another .swf file
perfectly.
The other button (named thumbnailgallery1_btn) does not link
to another .swf file. It gives me an error (TypeError: Error #1009:
null) when using the same code (attached).
In my project folder, I have this .swf file, and the other
.swf file, which has a .as file to go with it.
When I open the other thumbnailgallery1.swf file alone
(without a button from the other simple.swf file), it compiles
correctly. However, when I try to use the button, I get the 1009
error.
Can I use some different code to open the
thumbnailgallery1.swf from the thumbnailgallery1_btn ?
Yours Sincerely,
Jntspecialty

The part of the error message that is displayed in Korean
says "Attribute of object reference it stands it will not be able
to access".
Other than that, the class code was put into an AS file and
was given the same name as the primary class and the FLA file is in
the same directory as the AS file and the Properties tab of the
Property inspector was entered the class name of the primary class
for the example in the Document class text box .

Similar Messages

  • HT4914 I often record songs at a particular tempo, iTunes Match will then match it and send it back to me at the original tempo, is there anyway I can stop some songs from being matched. At the moment I have turned match off. But I would like to sync play

    I often record songs at a particular tempo, iTunes Match will then match it and send it back to me at the original tempo, is there anyway I can stop some songs from being matched. At the moment I have turned match off. But I would like to sync playlists.

    How old was this backup? It sounds like it was at least several weeks old.
    You can look directly in the TM backup for the music.
    1. Connect to the external HDD the backup is kept on.
    2. Open a Finder window and select the backup drive in the left hand panel. Double click into the folders until you see a list of folders with dates.
    These are the incremental backups. You can start at the top or the bottom of the list but I suggest you double Latest/<HDD Name>/Users/<Account Name>/Music/iTunes/iTunes Media/Music. From this location you can start looking for the "missing" music. When/if you find it you can simply drag-n-drop to ~/Music/iTunes/iTunes Media/Music on the internal HDD.
    If the music is actually not in the backups (for whatever reason) then you've got a problem.
    You can download the uploaded files from the cloud by deleting the affected tracks from the iTunes library (but not the cloud!), highlighting multiple tracks at once, right-clicking and choosing "download."

  • Will touch id stop my phone from being stolen and hacked into to bypass pin

    will touch id stop my phone from being stolen and hacked into to bypass pin. a friend of mine said that if he found my phone he could plug it into itunes and retore it to new and earase the phone and keep it as his own. the only reason  why i would get the iphone 5s is because of the touch id only if it would make the phone useless to anyone who has my phone besides me and would not be able to hack into it. i like my iphone 4s and that was ther reason why i didnt get 5. but 5s would be a good by for me if anyone could let me know if touch id is the solution to phone theft. I think itunes should have a password in order to access the phone anyways. also is apple going to use landscape mode anymore. it seems like more and more apps are fading away form this but i have big hands and landscape mode is a lot more comfortable in my hands. I dont see why i could enable a landscape mode for my home screen layout and all the other apps that i would like to use my phone sideways for. thanks

    Change your Apple ID in Settings/Messages, certainly. As he is your ex I would also get a new Apple ID for purchases, although this will mean you will have to buy any apps purchased using his Apple ID all over again.

  • Protect child SWF from being downloaded

    Hi, I've been struggling with this for a while and i cannot
    find how to do this....
    I have a main Flex app (main.swf) that load other pieces of
    content (content.swf, content2.jpg, etc...). I want those pieces of
    contents to be accessible only by using main.swf. I've tried to put
    my content outside the web root and access it in main.swf using an
    image container with the source :
    http://www.server.com/file?content.swf&key=secret,
    but anyone can access this string and download content.swf.
    So, how can i protect content.swf from being downloaded...
    Note that i cannot embed content.swf, content2.jpg, etc... since
    there will be too many files...
    Any help would be appreciated

    I'm going to throw this out there and say, simply, that you
    can't. Just the fact that someone is viewing the content means
    that's it's already downloaded to their system, albeit buried in a
    temp folder somewhere.
    I think instead of stopping someone from downloading it, you
    could find a way to stop it from working once it's separated from
    the web server it's currently deployed on.
    Someone please correct me if I'm wrong, of course...
    Jon

  • All my contact are being copied to my friend's iphone and i also am getting his contacts on my phone,when i delete a contact it also deletes it from his phone,we are sharing the same apple ID. How can i stop our contacts from being shared between us

    All my contact are being copied to my friend's iphone and i also am getting his contacts on my phone,when i delete a contact it also deletes it from his phone,we are sharing the same apple ID. How can i stop our contacts from being shared between us

    Everything that you have checked in your icloud settings will be shared between devices using the same Apple ID.  If you don't want icloud to share that information, then simply turn off that process under settings > icloud

  • TS3899 I keep getting batch loads of old emails uploaded to my IS 4 phone in increments of 100, how do I stop these emails from being sent to my iphone? thanks Patrick

    I keep getting batch loads of old emails uploaded to my IS 4 phone in increments of 100, how do i stop these emails from being sent to my iphone? Thanks Patrick

    SOLUTION FOR UNREAD COMCAST MAIL...so far, so good
    I went to Comcast.net and created a folder titled "Archive 10-2-13" and then went back into my inbox on the site and clicked the 'select all' box at the top of the email page. I could only see what would fit on my screen, but figured out that if I scrolled ALL the way to the very end (which was a l-o-n-g time for 30,000 emails) and then clicked "move to' at the top of the page and chose "Archive 10-2-13"..all my mail went there and no longer comes up as unread on my iPhone.
    I don't know if this will work for other POP accounts (Hotmail, etc.) but HALLELUJAH! I have ZERO unread email messages showing!

  • How do I stop my SMSs from being read by other family members?

    How do i stop my SMSs from being read by other family members?

    batterseauser wrote:
    They r receiving my text messages onto their iPhones and they are not allowing me access to stop this
    Change the password for your AppleID you used to set up iMessaging, and do not tell them the password.  Tell them to get their own AppleIDs for use with their own iMessage accounts.

  • How to stop the Dialog from being dragged

    I was hoping that someone could tell me when calling a Dialog from Jframe, a how to stop the Dialog from being dragged
    while a dialog is showing.
    When it is visible I can still click and drag the Dialog
    I want to set it so you can not drag it until the dialog has be closed.

    If you don't have access to the parent frame, a "hack" that usually works:
    Frame frame = Frame.getFrames()[0];
    if (null != frame && frame instanceof JFrame){
    JFrame jf = (JFrame)frame;
    JDialog jd = new JDialog(jf, "title");
    ... code here ...
    As each JFrame (or Frame) is opened, its stored in the array of Frames that you can get. Same thing with Dialog.getDialogs(). Almost always, at least so far for me I've never had this problem, the [0] index is the main window opened, or the parent/top frame. I'd put the check in there to be safe and make sure its a JFrame and usually you'll only have the one JFrame.

  • How can i stop an email from being sent?  i cannot find an outbox in outlook

    How can I stop an email from being sent.  I cannot find an outbox in Outlook

    Outlook is a Microsoft product, I'd suggest posting on the Office for Mac Product Forums.

  • Can I Stop my Images from being Copied from my Web Pages

    On some websites I visit, it prevents you from right clicking on the image and saving it. A message pops up saying the image cannot be copied.
    Would any of you kind folk know of a way I can stop my images from being saved from my Dreamweaver web pages?
    Many thanks in advance for your anticipated help!

    I asked a question. Hans was kind enough to give me a solution, and for that I thank him! I have also learned a little more in the process!
    We have already established that the solution stops people right clicking on an image and saving the image (be it in Windows Explorer or not), but it has also been established that it is by no means a fool proof way of protecting images and that there are other ways of copying images from a webpage. However, it is another level of protection.
    Unfortunately, I do not want to watermark my images as I do not like looking as watermarked images myself. I also downsize my images for the web. I was just looking for another level of protection.
    Thanks for the input anyway!

  • How do I stop google crome from being added to my computer when downloading Adobe Reader?

    How do I stop google crome from being added to my computer when downloading Adobe Reader?

    By unchecking the box on the download page.
    Or by downloading the offline installer from the FTP site or http://get.adobe.com/reader/enterprise/

  • I downloaded a movie to my ipad, when synced with computer, the computer is now also downloading the movie. why? and how do i stop the movie from being downloaded again

    i downloaded a movie to my ipad, when synced with computer, the computer is now also downloading the movie. why? and how do i stop the movie from being downloaded again

    Do you not want a backup of the iTunes content on your computer in the event the iPad is lost, stolen, or simply fails?

  • How to stop an email from being sent after I hit send?

    How can I immediately stop an email from being sent after clicking "send"?
    I can't seem to find any info on this. I am assuming that it is impossible. Correct?

    When sending the emails with larger attachments that take a little time to actually upload and get out, you can open the activity viewer by pressing command-0 (or is it command-o?--)--it may also be under the window menu at the top--I'm not at my Mac right now to check. The activity viewer has a stop button on it. After you stop it, you should be able to either delete the email from the outgoing mail folder or drag that email to another folder, such as the drafts folder. I've done this a few times without a problem.

  • How to stop an idoc from being processed further

    Hi Experts,
    I have a requirement where i have to stop the idoc from being processed in an user exit.
    I have to stop the idoc and give a suitable status message over there.
    It would be highly helpful if anybody tells me how to stop the idoc abruptly and giv the status messsage.
    Thanks in advance.
    Praveen.

    Hi,
    Check the below link
    https://forums.sdn.sap.com/click.jspa?searchID=11810720&messageID=3032674
    You need to find aproper EXIT.
    The avaliable options for you in the exit is
    IDOC_DATA
    Now if i pick the segment having shiped qty from the data record and check the same with the delivery qty your objective is half done.
    When the condition fails you need to update the IDOC with Error 51 saying that this is not possible .
    for that you need to bring your logic as
    LOOP AT IDOC_CONTROL.
    PERFORM LOGIC...
    ENDLOOP.
    FOR LOGIC .
    All the criteria and then update the status of the IDOC then error is generated and updated to the IDOc.
    PERFORM updatestatusidoc.
    endform logic.
    like this in
    form updatestatusidoc.
    IF subrc = 0 .
    t_idoc_status-docnum = f_idoc_contrl-docnum.
    t_idoc_status-status = c_idoc_status_ok.
    t_idoc_status-msgty = 'S'. -
    >denotes success
    t_idoc_status-msgid = 'ZXXX'.
    t_idoc_status-msgno = '000'. "
    t_idoc_status-msgv1 = itab-field.
    APPEND t_idoc_status.
    ELSEIF subrc = 1.
    t_idoc_status-docnum = f_idoc_contrl-docnum.
    t_idoc_status-status = c_idoc_status_error.
    t_idoc_status-msgty = 'E'. "denotes --->error
    t_idoc_status-msgid = 'ZXXX'.
    t_idoc_status-msgno = '001'. "
    t_idoc_status-msgv1 = itab-field.
    APPEND t_idoc_status.
    endif.
    endform.
    this has to be done to make the idoc to trigger error mode.
    Regards,
    Raj.

  • How to stop volume icon from being displayed randomly

    How to stop volume icon from being displayed randomly

    Thanks for the quick response.
    I have a number of slides which act as a training module. The quiz follows this. All the answers to the quiz are in the module slides. I'd like the user to be able to see which questions they're failing on, but not be shown the answers, as, if they are failing the quiz, the whole module needs to be reviewed and the test retaken.
    If this isn't possible, I'll probably just remove the review option, thereby meaning my retake button can stay, and the user can just go back and re-read the module slides to learn the answers.
    Thanks

Maybe you are looking for

  • Errors in Time Machine Log

    Hi I've just upgraded from Lion to Mountain Lion and started my first Time Machine backup to an external drive which I was previously using under Lion. The backup took longer than usual what I expected since besides the OS X upgrade there were also m

  • Post balance sheet account to profit center accouting

    Hi.experts. I want to post some blance sheet accounts to profit center accounting,these account include material stock,wip. what should I do? thanks in advance. Fannt

  • How do I change number pad on iPhone os6

    How do I change number pad on iPhone os6. I want to go back to the old style keypad

  • Peoplesoft - a competative ERP product in todays dynamic market

    Peoplesoft - a competitive ERP product in today's dynamic market ... Today's market demands you to be on the edge and imparting cutting edge technology to be having a strong presence in the industry. Having products like SAP, Oracle Applications, Sie

  • DVD on new iMac won't play

    I'm trying to play a commercially made DVD on my new iMac with Mt. Lion.  The preferences are set to play automatically when a DVD is inserted.  The title page shows up, but it won't play.  When I click the play button, the 'stop' button flashes mome