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. 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?
  6. 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?
  7. 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
  8. 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?
  9. can i see the site when its finish?
  10. 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?
  11. try doing it with a pdf file instead, see if that work
  12. did you read what you said or did i misunderstood what it said?
  13. i totallly agreee 1000% agreeed with this statement
  14. fully agree, and i dont think that person wouldnt accept his price "im not sayin you cant get a project but people nowaday do not want a website like how you create them, they want a website that stands out and are interactive" but if you have a pro at yourself then they prolly going to accept it, if you present them with a purposal anyway GOODLUCK and i hope you do well "do not allow the pro to do all the work or your cut will be 20:80, where you'll have the 20 and the pro have the 80
  15. i know who made it, person dont know what format flash uses that be more useful, but ill try foxy advice see if that works
  16. the 3D model was created before i was asked to do this
  17. well it is true, nowaday people dont really use flash like that
  18. well i have to create something like the link i provide from this google scratch up an employee have created, the problem is i dont know how to import that 3D model into blah so i can then create the buttons which allows it to work as it should "im doing this with limited knowledge but thats the challenge" and i know i can use Swift3D to make the 3D model and then import it into flash but the guy already made the model so i have to think of a way to make it work with either blah or php which im not too sure where to start so i figured i try doing it with flash as i said dont know how to import it into flash blaaaah
  19. hey sup, i am wondering if its possible to transfer/import a 3D model into flash or do i have to use another kind of method to make it work on a website, i am looking to do something like thishttp://www.jeremylevine.com/ But with my own work etc
  20. yes it, i change it to image and it worked perfectly well but yesterday it was working with photo
×
×
  • Create New...