looping issue with flash file

This is a discussion on "looping issue with flash file" within the Flash & Multimedia Forum section. This forum, and the thread "looping issue with flash file are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 9th, 2006, 12:01
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Red face looping issue with flash file

hey folks

a client gave me a wmv file which i have converted to swf using Sorenson (it also produced a flv from the conversion).
I am inserting it into Dreamweaver, and the file doesnt seem to be looking.

Can someone pls take a look at the code, and see if i have missed something?

Thanks!
Sn

PS: the red text i entered manually after the checkbox 'loop' on the properties didnt seem to work.


Code: Select all
 
  <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','306','height','360','loop','true','title','ggg','src','nerCD_001','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','nerCD_001' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="306" height="360" title="ggg">
    <param name="movie" value="nerCD_001.swf" />
    <param name="quality" value="high" />
<param name="loop" value="true" />
    <embed src="nerCD_001.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="306" height="360" loop="true"></embed>
  </object></noscript>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 12th, 2006, 01:42
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Upload the swf file somewhere, I will see what is wrong with it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 12th, 2006, 08:23
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Quote:
Originally Posted by JacobHaug View Post
Upload the swf file somewhere, I will see what is wrong with it.
Thanks Jacob
the file is at 64.187.100.103/nerCD_001.swf with the flv at 64.187.100.103/nerCD_001.flv
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 13th, 2006, 14:29
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

How are you going to embed this within your page? If you are going to be using an flv player of some sort, you could enable a loop within the player, I am not really sure why this video fails to loop, except for, when you converted it they put a stop action in the last frame because that was the end of the movie. I would try embedding it within a player, and telling the player to loop it. I will check and see wither this works when I get home today, if it works I will post up a working sample.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 16th, 2006, 23:02
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Thanks for checking this out, for some reason i didnt get notification about your reply, so i am only seeing this now.

I am not really playing this in a player at all, it will just be a design feature with the candle burning in a loop.

Is there anything you can suggest?

Thanks again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 17th, 2006, 05:07
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Its ok, I forgot about posting up the sample I promised. I would try a player like this...video player

Hope this helps!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 18th, 2006, 22:39
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Thanks Jacob.
I would rather not use the player - as its supposed to be a simple design element.
is that anyway you know of to replace this stop command at the end with a loop one?

thanks again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 19th, 2006, 20:04
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Well, how are you planning to play it? Are you planning to play the file embedded into you web browser as a swf?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Nov 19th, 2006, 21:27
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

yes, just embed the active content.

what i have done (this is a real long work around - opened the swf in Flash decompiler, saved as FLA, edited the action scripts, and exported again to swf... a lot of work, but seems to work.

in the meantime, i have also found the seeing in Sorenson for looping

thanks again for all the help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Nov 20th, 2006, 14:34
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: looping issue with flash file

Yeah, that is the only way I know of as well, if you don't mind me asking, what swf decompiler are you using?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
flash, loop

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to stop flash Cs3 looping animation megb6806 Flash & Multimedia Forum 8 Aug 3rd, 2008 21:55
XAMMP my file issue longstand Databases 0 Dec 10th, 2007 22:09
Issue with email in Flash CS3 londonmackam Flash & Multimedia Forum 1 Nov 8th, 2007 23:51
Actionscript for Alternative endings to looping flash movies funkydreadman Flash & Multimedia Forum 2 Jun 30th, 2007 16:24
File Field issue! SimpleGuy Classic ASP 4 May 16th, 2005 17:59


All times are GMT. The time now is 14:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved