Jump to content

divinedesigns1

Members
  • Posts

    1,200
  • Joined

  • Last visited

Everything posted by divinedesigns1

  1. i found the problem, the problem was with this piece of code access2_mc.access2_btn.addEventListener(MouseEvent.CLICK,access2_btn);function access2_btn(event:MouseEvent){gotoAndStop("17")} for some reason its doesnt acknowledge that, that button have an instense name
  2. this is the code that is causing the output error import flash.events.MouseEvent;cable_mc.cable_btn.addEventListener(MouseEvent.CLICK, cable_btn);function cable_btn(event:MouseEvent){gotoAndStop("20")}access_mc.access_btn.addEventListener(MouseEvent.CLICK, access_btn);function access_btn(event:MouseEvent){gotoAndStop("10")}access2_mc.access2_btn.addEventListener(MouseEvent.CLICK,access2_btn);function access2_btn(event:MouseEvent){gotoAndStop("17")}cctv_mc.cctv_btn.addEventListener(MouseEvent.CLICK, cctv_btn);function cctv_btn(event:MouseEvent){gotoAndStop("14")}snom_mc.snom_btn.addEventListener(MouseEvent.CLICK, snom_btn);function snom_btn(event:MouseEvent){gotoAndStop("5")}office_mc.office_btn.addEventListener(MouseEvent.CLICK, office_btn);function office_btn(event:MouseEvent){gotoAndStop("1")} im not sure why thats happening, but its messing up the rotation of the model
  3. the output is generating the error, and im not using mymovie_1 im using mymovie, and imma have to look at it later today to see sup with it
  4. hello, this came across my mind, since i was looking up how to make a rotating gallery "which i found", so now im thinking can i make the images be uploaded into the javascript by added the php tags like how you do it in the html form "if you dont get it see below <!-- not gonna write the whole script out --><form action="#" method="post" value="#"><input type="email" name="email" id="email" value="<?php echo $email; ?>" /></form> but then and in the php i would have to make the items go by item number "since the javascript i found is using a item variable to display different image and text, etc this would work right? or do i need an extra step?
  5. now my oracle is giving me an error saying its missing the key_xe.reg file "im starting to hate this software"
  6. ok so i got the links working but now im getting this error TypeError: Error #1010: A term is undefined and has no properties. at office2_fla::mymovie_1/frame1() problem here is i dont have any movie that is named mymovie_1 on frame1, but i have a movie called mymovie on frame1 thohow do i fix this error?
  7. ok, i did btn1.addEventListener(MouseEvent.CLICK, button1);function Object(this).mymovie.btn_mc.btn1(MouseEvent){gotoAndStop(20);} and it didnt work pssssh, can you tell me what im doing wrong?
  8. thanks foxy and birbal, i was double checking because 1 person said a site i did was too dark, but they site was approve so im double guessing on recreating it to be a little lighter
  9. hey what's up guys, how are you doing?my question for the day is , what is the difference between a commercial/cooperation website to a non-commerical website? does it matter if a business website be designed as a non-commercial website? does it stand out more? does it really have to be very light? does it always have to be plain? educate me please
  10. yea i was thinking about using php, but the software the guy in the office is using only uses oracle, i still dont get how it only uses that one program only
  11. divinedesigns1

    Oracle

    ok, so i been reading up about oracle and i still dont understand it, well i understand what it does but when it comes to the database im totally lost, im trying to connect a excel file to the oracle "once again there's no option of me being able to say no to the client". anyway i was ask to connect this excel sheet to oracle so when theres an update on the excel sheet, the data in the excel sheet is uploaded to the oracle how do i do this? i have an account on oracle already but just the database is killing me
  12. nevermind i found it on the net, but which one would you recommand someone whos now learning php to read first?
  13. pretty much what im trying to do is, link btn1 which is in a model movie then in another movie, and when you click on btn1 it takes you to another frame which pulls up a page of some kind, but for some reason that doesnt work
  14. is there a link to the gpl code?
  15. in the phpmyadmin, in the id row you need to have it as id 11 auto_increment primary, that will make it start from 0 and add 1 to that number pre person or w.e your trying to do now if you already done that, reseting it in phpmyadmin, i dont believe that is possible, would have to re-create the database for it to start once again from 0 "might be wrong who knows"
  16. wouldnt those be part of what the client would decide on? domain settings, hosting and webmail wouldnt that already be set up and paid for?
  17. can i see the site when its finish?
  18. hey sup guys, i have a quick question, isnt it possible to link a button inside of a movieclip using this script btn1.addEventListener(MouseEvent.CLICK, button1);function button1(event:MouseEvent):void{gotoAndStop(1);} or do i have to do something else to get that button to work inside of the movieclip?
  19. try doing it with a pdf file instead, see if that work
  20. this topic went way off, i ask a question of "which book do you recommend" not if flash will die, or any other thing you guys need to stay on the topic enjoy your day
  21. thank you onces again dsone
  22. ok i think i explained that wrong hehehe, i did background:#976548;filter:alpha(opacity=20); but the text opacity went to 20 also 0.o i just wanted the background to change the opacity
  23. hello, i am having a little problem, is there a way to make the background transparent but not the text? i know how to make the background transparent but the text gets transparented also "the text gets transparent also <-- doesnt make sense to me, but i hope you get what im saying" anyway how do i avoid making the text transparent but end up making the background transparent only?
×
×
  • Create New...